windows_wiki:registry_-_right_click_open_cmd_here

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

windows_wiki:registry_-_right_click_open_cmd_here [2014/11/24 22:45]
billdozor
windows_wiki:registry_-_right_click_open_cmd_here [2019/05/25 23:50]
Line 1: Line 1:
-====== Registry - Right Click, Open CMD Here ====== 
-Registry code to add an "Open CMD Here" option to right click. 
  
-<code reg file rightclick_openhere.reg> 
-Windows Registry Editor Version 5.00 
- 
-; Created by: Shawn Brink 
-; http://www.sevenforums.com 
-; Tutorial: http://www.sevenforums.com/tutorials/134840-open-command-window-here-add-remove-shift-right-click.html 
- 
- 
-[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd] 
-@="@shell32.dll,-8506" 
-"Extended"=- 
-"NoWorkingDirectory"="" 
- 
-[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd\command] 
-@="cmd.exe /s /k pushd \"%V\"" 
- 
- 
-[HKEY_CLASSES_ROOT\Directory\shell\cmd] 
-@="@shell32.dll,-8506" 
-"Extended"=- 
-"NoWorkingDirectory"="" 
- 
-[HKEY_CLASSES_ROOT\Directory\shell\cmd\command] 
-@="cmd.exe /s /k pushd \"%V\"" 
- 
- 
-[HKEY_CLASSES_ROOT\Drive\shell\cmd] 
-@="@shell32.dll,-8506" 
-"Extended"=- 
-"NoWorkingDirectory"="" 
- 
-[HKEY_CLASSES_ROOT\Drive\shell\cmd\command] 
-@="cmd.exe /s /k pushd \"%V\"" 
-</code> 
  • windows_wiki/registry_-_right_click_open_cmd_here.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)