Shell context menu’s for Windows 10

Open Command Prompt here, Open PowerShell here, Open Bash Shell here – (with Elevated privileges) save these in a .reg file and open to apply. 1. Open Command Prompt and PowerShell here – registry file ; Command Prompt [HKEY_CLASSES_ROOT\Directory\shell\01MenuCmd] “MUIVerb”=“Command Prompts” “Icon”=“cmd.exe” “ExtendedSubCommandsKey”=“Directory\ContextMenus\MenuCmd” [HKEY_CLASSES_ROOT\Directory\background\shell\01MenuCmd] “MUIVerb”=“Command Prompts” “Icon”=“cmd.exe” “ExtendedSubCommandsKey”=“Directory\ContextMenus\MenuCmd” [HKEY_CLASSES_ROOT\Directory\ContextMenus\MenuCmd\shell\open] “MUIVerb”=“Command Prompt” “Icon”=“cmd.exe” [HKEY_CLASSES_ROOT\Directory\ContextMenus\MenuCmd\shell\open\command] @=“cmd.exe /s /k pushd "%V"” [HKEY_CLASSES_ROOT\Directory\ContextMenus\MenuCmd\shell\runas] “MUIVerb”=“Command Prompt Elevated” “Icon”=“cmd.exe” “HasLUAShield”="" [HKEY_CLASSES_ROOT\Directory\ContextMenus\MenuCmd\shell\runas\command] @=“cmd.exe /s /k pushd "%V"”...

August 25, 2019 · 1 min · 161 words · Akhil Jalagam