Faster method to open a command prompt in a particular folder

xrobwx71

Administrator
Staff member
Joined
Sep 27, 2019
Posts
2,819
Location
Panama City Beach, FL
If you are a user that prefers using the Command Line or PowerShell and you want to open either of those prompts in a particular folder, please follow these steps:

1.Navigate to that folder.

Here, I am using my own C:\Users\o0rob\SysnativeBSODApps

1.jpg

2. While in that folder, in its address bar type CMD or PowerShell and hit enter.

2.jpg2ps.jpg

It will open a Command Prompt or PowerShell prompt in the path of that folder.

3.jpg3ps.jpg
Now you can do various things like change attributes to files in that folder (atrib), create a new folder (mkdir), etc.
Note, these are non-elevated prompts.
 
Ctrl+shift+enter does not open an admin powershell or cmd on my system. The ctrl makes it a URL, so it opens https://www.powershell.com/ or https://www.cmd.com/ in the browser instead of either cmd or powershell prompt, let alone an elevated one.
 
@ebell
You have to hit the start button and type cmd first before hitting CTRL+SHIFT+ENTER.

Start Button, type cmd, CTRL+SHIFT+ENTER. Then an elevated command prompt should open. this also works on Win 11.

Works on powershell as well but you hit start and type powersh instead of cmd.
 
Also if you hold shift + right click inside any Windows folder, you get the context menu for Open in cmd prompt or PowerShell, depending on how you have it set up.

However, your method is much easier =)

Thanks, I learned something new today!
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top