how to put cmd in right click of mouse
Posted in tricks
Step 1: Go to Start > Run > Type regedit
Step 2: Check out the location
[HKEY_CLASSES_ROOT\Directo ry\shell\Command Prompt Here]
...
Step 3: Create an entry
@=”Command &Prompt Here”
Step 4: Now, lets go to the location
[HKEY_CLASSES_ROOT\Directo ry\shell\Command Prompt Here\command]
Step 5: Make an entry
@=”cmd.exe /k cd %1 “
Step 2: Check out the location
[HKEY_CLASSES_ROOT\Directo ry\shell\Command Prompt Here]
...
Step 3: Create an entry
@=”Command &Prompt Here”
Step 4: Now, lets go to the location
[HKEY_CLASSES_ROOT\Directo ry\shell\Command Prompt Here\command]
Step 5: Make an entry
@=”cmd.exe /k cd %1 “
0 comments: