If you need to remove "open command prompt here" in context menu or right click(whatever you called it) please proceed to read.
Look at the whole script:
###Begin Script###
Windows Registry Editor Version 5.00
;Show 'open command prompt here' on right-click without having to press shift
;Context-menu for folders
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
"Extended"=-
;Context-menu for drives
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
"Extended"=-
;For context-menu when you right-click in the empty/blank space within a folder
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]
"Extended"=-
###End Of Script###
Focus on this line:
###[HKEY_CLASSES_ROOT\Directory\shell\cmd] #For directory/folder
###[HKEY_CLASSES_ROOT\Drive\shell\cmd] #For drive/local disk
###[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd] #For directory/folder(not focused)
If you want to get rid of this, remove three of those lines in your windows registry. You can perform by clicking "Start > Run > regedit"
Locate those three lines and delete it.
Remove "open command prompt here" In Context Menu(Right Click)
Posted by Yoo Mee
Posted on 4:30:00 AM
with No comments
0 comments:
Post a Comment