1

My doubt is how I can change the directory that opens by default when opening cmd.

For example:

c: \ Users \ User

and I want it to open in:

c: \ Users \ User \ Desktop

1 Answers1

3

You need to

Right-Click on "Command Prompt" icon, select "Properties", and edit the "Start In" property to your desired path.

Or, you can just do

Windows + R

and paste this:

cmd /K "cd C:\YOURFOLDER\"