Changing default startup directory for command prompt in Windows 7

后端 未结 23 2082
情深已故
情深已故 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:01

    On Windows Start Menu, right click on Command Prompt.

    Click on "Properties".

    "Command Prompt Properties" dialog box opens.

    Edit the field "Start in " to a location where you want to start the command prompt.

    Example: Chand %HOMEDRIVE%%HOMEPATH% to D:\PersonalPrograms.

    Next time when you start command prompt the start up directory will be D:\PersonalPrograms

提交回复
热议问题