Want to assign a command to open Command Prompt using shortcut Win+C.
Can anyone help me with the script?
Script to open Commmand prompt?
Type: Run
C:\Windows\System32\cmd.exe
C:\Windows\System32\cmd.exe
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.
I want it to open this way: C:\Users\admin>
This is how it opens regularly.
C:\Windows\System32\cmd.exe /K "cd /d C:\Users\admin“
It is still opening this way only:
The system cannnot find the path specified.
C:\Program Files (x86)\FastKeys>
The system cannnot find the path specified.
C:\Program Files (x86)\FastKeys>
