Thursday, August 10, 2006

Add right-click DOS prompt to explorer

Open your registry and find the key below. Create a new sub key called 'Command' under the main key (i.e. [HKEY_CLASSES_ROOT\Directory\shell\Command]). Change the value of '(Default)' within the key to equal the text you would like on the right-click menu, for example 'Command Prompt'.

Create another new sub-key under the key created above, named 'command' (i.e. [HKEY_CLASSES_ROOT\...\Command\command]). Change the value of '(Default)' within this key depending on your operating system to equal either:

Windows NT, 2000 or XP cmd.exe /k cd %1

Now right-click on a folder and the new option of 'Command Prompt' should be available.


See Also:

No comments: