Open regedit
.
Context menu for right click on folders in left panel of Windows Explorer or on background of a directory in right panel
-
Navigate to
-
HKEY_CLASSES_ROOT\Directory\Background\shell
if you are an administrator -
HKEY_CURRENT_USER\Software\Classes\directory\Background\shell
if you are a normal user -
Create a new key
open_folder
-
Value of
(Default)
string is the description, for exampleOpen in new window
-
Add
Icon
string, value isC:\Windows\explorer.exe
-
Add
command
key. Value of(Default)
isexplorer.exe /n,.
-
Navigate to
-
HKEY_CLASSES_ROOT\Directory\shell
if you are an administrator -
HKEY_CURRENT_USER\Software\Classes\directory\shell
if you are a normal user -
Create a new key
open_folder
-
Value of
(Default)
string is the description, for exampleOpen in new window
-
Add
Icon
string, value isC:\Windows\explorer.exe
-
Add
command
key. Value of(Default)
isexplorer.exe -n,"%v."