Skip to main content
Microsoft profile picture

Michael Higham

2 years ago

Opening another folder in Command Prompt

On Windows 10 Creators Update, when you hold SHIFT and right-click the desktop or inside a folder, you'll notice that "Open command window here" is missing, but you can use the Run command to open a folder in Command Prompt. Here's how: 1. Press WINDOWS LOGO + R. 2. Type "cmd /k pushd [drive:][path1][path2]" (without the quotation marks) and then press ENTER. For example, you could type "cmd /k pushd c:\windows\syswow64" (without the quotation marks) and press ENTER.

1
1
2
0