New
#40
For the shift + right click as admin argument is not being forwarded to subshell.
Original:
"PowerShell -Command "Start-Process cmd -ArgumentList '/s,/k,pushd && start PowerShell -NoExit && exit' -Verb RunAs""
Change:
"PowerShell -Command \"Start-Process cmd -ArgumentList '/s,/k,pushd && start PowerShell -NoExit set-location -LiteralPath %V && exit' -Verb RunAs\""
Updated reg file is attached