How to Change Command Prompt CMD Default Startup Directory
The default Command Prompt (CMD.exe) directory is usually your Documents and Settings \ Username directory. Most of the time you navigate away from it because you need to access files that cannot be accessed from there. If you wish to change the default startup directory for Command Prompt, use the steps listed below To change the default Command Prompt directory: 1- Click Start, Run and type Regedit.exe 2- Navigate to the path HKEY_CURRENT_USER \ Software \ Microsoft \ Command Processor 3- In the right-pane, double-click Autorun and set the startup folder path, for example by " CD /d C:\ " without quotes. If Autorun value is missing, you need to create one, of type REG_SZ (String Value) in the above location. Example1: To set the startup directory to C:\Windows, set the Autorun…




