Powershell在相应的文件夹下用管理员模式打开

目录:powershell.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\PowerShellAsAdmin]
@="Open PowerShell window here as administrator"
"Extended"=""
"HasLUAShield"=""
"Icon"="powershell.exe"

[HKEY_CLASSES_ROOT\Directory\Background\shell\PowerShellAsAdmin\command]
@="C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -windowstyle hidden -Command "Start-Process powershell -ArgumentList '-NoExit', '-Command cd %V' -Verb runAs""

Powershell在相应的文件夹下用管理员模式打开
Powershell在相应的文件夹下用管理员模式打开

上一篇:前端使用a标签启动本地.exe程序


下一篇:2021-7-29 MySql多表查询详解