If you want to add the “OpenCommand Prompt” to Folder context menu, then you should try the following steps:
Write the following code in a text document.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@=”Command Prompt”
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@=”cmd.exe /k \”cd %L\”"
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@=”Command Prompt”
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@=”cmd.exe /k \”cd %L\”"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]
@=”Command Prompt”
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]
@=”cmd.exe /k \”cd %L\”"
- Now Save this text document as cmd here.reg
- After doing this, click on the saved file and run this registry file.
- After this, you will see a “Open Command Prompt” to Folder context menu.
0 comments:
Post a Comment