I want to run PowerShell from the context menu of folders, disks, files, background catalogs
I tried different options from such questions on this forum, but none works.
Now I have like this enter image description here
with such a command
"D:\PATH\ConEmu64.exe" -inside -config "shell" /REUSE -dir "%1" -run {powershell} -cur_console:n
For example, with such
@="C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -windowstyle hidden -Command \"Start-Process powershell -ArgumentList '-NoExit', '-Command cd %V' -Verb runAs\""
Reports that there is no access