Command prompt

I have a machine that one profile on it has the dos box start in a
mapped drive instead of c:\users\

Where is that setting? Is it easy to change back to default?

Win764bit


Stevo

http://www.sevenforums.com/customization/77997-change-command-prompt-default-directory.html


Kim - 7/17/2014 4:01:25 PM

Sweet! Thanks!


Stevo

On 17/07/2014 22:41, Stevo wrote:[color=blue]

I have a machine that one profile on it has the dos box start in a
mapped drive instead of c:\users\

Where is that setting? Is it easy to change back to default?

Win764bit
[/color]
I keep the following handy for when I build new machines (it could be
pushed via group policy as well of course)
Adds a handy option to the right-click menu for folders in explorer

============================
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\cmdprompt]
@=“Open Command Prompt”

[HKEY_CLASSES_ROOT\Folder\shell\cmdprompt\command]
@="C:\\Windows\\System32\\cmd.exe "%1"