I know that you can get this option when you Shift+right-click, but I don't want to hold down Shift to see this option.
For instance, when Git installs on Windows, I don't have to Shift+right-click to see the "Open Git bash here", as it shows up just on right clicks as well.
Checking registry, I see that under HKEY_CLASSES_ROOT\Directory\shell\git_shell\command the default value "C:\Program Files\Git\git-bash.exe" "--cd=%1"
Under HKEY_CLASSES_ROOT\Directory\shell\Powershell\command the default value is: powershell.exe -noexit -command Set-Location '%V'.
So I figure that if I set the default entry under a custom location HKEY_CLASSES_ROOT\Directory\shell\PowershellHere\command to be powershell.exe -noexit -command Set-Location '%1', I would see the PowerShell option in the right-click menu, but it didn't work :(
What can I do?
