Page 1 of 1

Script to open Commmand prompt?

Posted: Jul 26th, ’25, 17:19
by Admirer
Want to assign a command to open Command Prompt using shortcut Win+C.
Can anyone help me with the script?

Re: Script to open Commmand prompt?

Posted: Jul 26th, ’25, 17:22
by Marko
Type: Run

C:\Windows\System32\cmd.exe

Re: Script to open Commmand prompt?

Posted: Jul 27th, ’25, 05:12
by Admirer
I already tried that. The cmd opens like this: C:\Program Files (x86)\FastKeys>

I want it to open this way: C:\Users\admin>
This is how it opens regularly.

Re: Script to open Commmand prompt?

Posted: Jul 27th, ’25, 05:34
by Marko
C:\Windows\System32\cmd.exe /K "cd /d C:\Users\admin“

Re: Script to open Commmand prompt?

Posted: Jul 27th, ’25, 06:03
by Admirer
It is still opening this way only:

The system cannnot find the path specified.
C:\Program Files (x86)\FastKeys>

Re: Script to open Commmand prompt?

Posted: Sep 19th, ’25, 13:33
by Admirer
I replaced the last curly quote with straight quote and it worked!

C:\Windows\System32\cmd.exe /K "cd /d C:\Users\admin“ :roll: