Tag Info

Hot answers tagged

5

It could be a third party shell extension like in this blog post. Some other application on your machine installed an extension that runs inside of explorer and it is setting the CPU affinity. I don't believe that there is anything built into Windows that saves CPU affinity settings.


4

I can't work out how to do this with File -> New -> New Drawing, but there is a workaround: These settings are saved in template files. So either create a new template or; change the snap and glue settings one of the existing templates. To create a new template: Open Visio and select New -> New Drawing (US or Metric). Turn Snap and Glue off as normal ...


4

You can set permissions for registry keys. Just remove Edit permissions from SYSTEM and the Administrators group and the key should be effectively read only. However if that does not work you can just use the reg command in a start-up script and have it reset your key every time you unlock your computer.


4

Contents on OS X 10.8.3: # System-wide .profile for sh(1) if [ -x /usr/libexec/path_helper ]; then eval `/usr/libexec/path_helper -s` fi if [ "${BASH-no}" != "no" ]; then [ -r /etc/bashrc ] && . /etc/bashrc fi For a more general solution, you can use Pacifist: It allows you to open the OS installer package on the OS X 10.8 DVD ...


4

The vast majority are set to 192.168.1/24. Additionally, some also default to 192.168.0/24 and then there are a very small number that default to 10.1.1/24 or 10.0.0/24. (The final octet of the gateway IP {the router's IP address} is almost always .1, although I've seen a few that were defaulted to .254 over the years.)


4

They will only be within http://tools.ietf.org/html/rfc1918 10.0.0.0 - 10.255.255.255 (10/8 prefix) 172.16.0.0 - 172.31.255.255 (172.16/12 prefix) 192.168.0.0 - 192.168.255.255 (192.168/16 prefix) And that's not just the defaults, that's all you can set them to too. Those are the 3 private IP ranges. As specified by ...


2

I don't think this is possible. The Panic folks have excellent support, there might be a hidden preference for this, but I didn't find anything. Coda is built around Sites/Projects, and only those allow you to define a local directory. As a workaround, you can create "Sites" that only specifiy the Local Root. When you open one of these Sites after ...


2

Just backing up the registry or using the Windows System Restore is not enough. System Restore backs up system files of certain extensions (.exe, .dll, etc.). You need to take a full snapshot of your PC using an imaging/cloning program like Norton Ghost. There are some free alternatives to Norton's Ghost: Clonezilla: Clonezilla is an open source solution ...


1

Line numbers: :set number Top toolbar deactivated: :set guioptions-=T Auto-indenting activated: :filetype indent on Be aware that you can turn off the menu bar as well, see ":help 'guioptions'". Also, you may want to do ":filetype indent plugin on" as well as ":syntax on". See ":help :filetype".


1

FreeBSD is not Linux. To enable file and command completion add the following line to your ~/.csh file: set filec Then when you type part of a command name or filename at a shell prompt you can press escape and it will complete it for you. You can inhibit the bell by adding this line: set nobeep See man csh for more information.


1

This seems to be one of the most-disputed features of OOo.Calc. Calc needs to know whether to treat input as number or as text. It defaults to number, since it's main purpose is calculating stuff. Up to now, AFAIK there are only two methods to preserve the literal string: Put an apostrophe (') before the string, telling Calc that the data following should ...


1

No. The Windows command prompt's for built-in doesn't support anything called "FORCMD". No environment variable will change its behavior. There is no way to specify its defaults. cmd.exe is an enhancement of the true DOS's command.com - it supported "Command Extensions" which extended and modified the behavior of many commands, including all the extra ...


1

I don't have Word 2003 installed, but by my recollection, this should accomplish what you are asking. Open Word 2003, go to Table, AutoFormat then select Table Grid. Click on Modify In Format, choose Table Properties In the Row tab, uncheck Allow row to break across pages Click OK Select the check box "Add to template" on top of Format button Click OK ...


1

This sounds like a virus, Download this REG file and run it, It is quite safe to download and run and they apply changes to your Registry. Restart your system and everything should be back to normal. This should re-associate the file extension to the default value, then scan your computer with the latest version of Avast, Avira or AVG Antivirus and for ...


1

Step 1 Click the Start button and open the "Control Panel." Step 2 Click the "Uninstall a program" link under Programs. Step 3 Scroll down and highlight "Microsoft Office." Step 4 Click the "Change" button and wait for a new window to open. Step 5 Click to select the "Repair" option and click "Continue" to authorize your computer to repair Microsoft ...


1

The easiest way to reset to defaults would probably be to delete the configuration files. This also means you can back them up if you ever want them back. Notepad++ uses the follwowing path for settings using a default installation settings: %APPDATA%\Notepad++ In that directory there are several .xml configuration files. Remove the ones you want to ...


1

A person with a similar problem has found a solution at this link www.computing.net - ie7-default-paper-size. He/She found that IE would revert to 5.08mm bottom print margin if an attempt was made for anything below this measument. Your 4.09 may be kicking this very trigger and thus IE reverts to it comfortable 5.08 when you switch printers. IE would ...



Only top voted, non community-wiki answers of a minimum length are eligible