» Home » Troubleshooter » How to open folders in new window
How to open folders in new window
Select the folder and press Ctrl + Enter to open it a new window. You can also have this function available to the right-click menu. Paste the following code to Notepad and save the file as somename.reg
REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\opennew] @="Open New &Window" [HKEY_CLASSES_ROOT\Directory\shell\opennew\command] @="explorer %1"
Then double click your .reg file and answer “yes” when prompted. Right-click on any folder to see the new command.

