gpt4 book ai didi

batch-file - 以管理员身份在批处理文件中运行 powershell 脚本

转载 作者:行者123 更新时间:2023-12-03 01:43:14 25 4
gpt4 key购买 nike

我有一个 powershell 脚本。为了运行这个脚本,我编写了一个批处理文件。
这是批处理文件的代码:

:: psscript.bat
set psscript='%CD%\Hotfix-Automation-Installer.ps1'

echo Running PowerShell Script: %psscript%
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe ^&%psscript% %*

当我双击批处理文件时,我希望我的脚本 Hotfix-Automation-Installer.ps1 以管理员身份运行。
我如何以管理员身份运行此脚本?

最佳答案

通过此链接阅读马特的文章:
How can I auto-elevate my batch file, so that it requests from UAC administrator rights if required?

他提供了从当前 session 提升到管理员 session 的完整脚本。安静有帮助。

关于batch-file - 以管理员身份在批处理文件中运行 powershell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20900755/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com