Changing default startup directory for command prompt in Windows 7

后端 未结 23 2076
情深已故
情深已故 2020-11-30 19:50

How do I change default startup directory for command prompt in Windows 7?

I usually do the following to start command prompt from C:\\

  WIN-R (Run Promp         


        
23条回答
  •  被撕碎了的回忆
    2020-11-30 20:18

    1. go to regedit ( go to search and type regedit)
    2. expand "HKEY_CURRENT_USER" node
    3. under HKEY_CURRENT_USER node expand "software" node
    4. under software node expand "microsoft" node
    5. under microsoft node click on "Command Processor"
    6. path looks like this : "HKEY_CURRENT_USER\Software\Microsoft\Command Processor"

    it looks something like this :

    1. if you do not see "Autorun" String Value
    2. Right Click - New - Expandable String Value, and rename it to Autorun
    3. double click on "Autorun" 10.enter this value path format:
    4. "CD/d C:\yourfoldername\yoursubfoldername"

提交回复
热议问题