Windows – How to open Command Prompt in a specific folder as Administrator

command linefile-shortcutrunaswindowswindows 8.1

I made a shortcut to cmd.exe and specified the folder that I want to start in. I then went to Advanced and ticked Run as administrator.

When I double-click on the shortcut, it always starts in C:\Windows\System32.

What I am missing? How can I get the command line to start in the folder specified?

shortcut properties

the prompt, in System32

Best Answer

In the target you should specify cmd /k cd c:\crp

Related Question