欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

在任意文件夹下以管理员的身份运行powershell

程序员文章站 2022-07-03 10:10:22
...

写一个注册表

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\""

将上面这段代码其粘贴到具有reg扩展名的任何文件中并运行。之后,您将能够从当前打开的文件夹中以管理员权限运行powershell(您必须按住shift键,然后右键单击文件夹中的空白空间。

原文:https://www.nuomiphp.com/eplan/62800.html

相关标签: 电脑使用小技巧