How to add an "Open Command Window Here" shortcut in the context menu under Windows 2003
30 July 2006Microsoft has has released a little powertoy called "Open Command Window Here" unfortunatly you can't install under Windows 2003…
oh and by the way, this works under windows XP too (2000 not tested)
This could be pretty useful since we have a lot of win2k3 servers at work…
You're done!
If you're lazy, you can download the following .reg and simply apply it. (REGEDIT4, because Windows Registry Editor Version 5.00 reg files are not ascii only)
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\cmd.exe here]
@=">> cmd here <<"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\cmd.exe here\command]
@="cmd.exe /k pushd %L"
Download this code: cmdhere.reg
August 29th, 2006 at 6:33 am
Thank you! This works just fine in Vista Beta 2. So now on to all of your other nice hacks.
Mike