I wasn't paying attention (still running XP), but one of the links I checked said something about a registry entry that would show "Open Command Window Here" even when the Shift key wasn't being held down. If that's of any interest...
-AndyM
That
does interest me.
I found
this one, which adds a "Run Command Prompt
as Administrator Here":
[netshelter][HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Administrator Command Prompt here"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /k \"pushd %L && title Command Prompt\""
[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="Administrator Command Prompt here"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="cmd.exe /k \"pushd %L && title Command Prompt\""
Does anyone understand this stuff well enough to modify that so it doesn't use administrator privileges? I don't need the elevated privileges.
EDIT: I think I found the answer
here, which basically says:
Rename or delete the "Extended" key for both "HKEY_CLASSES_ROOT\Drive\shell\cmd" and "HKEY_CLASSES_ROOT\Directory\shell\cmd" in the registry.
Just tested it and it works in Windows 7 (64-bit) though it should work both 32-bit and 64-bit versions (including Vista).
Thanks for pointing out this option, AndyM!