又一个PowerShell比CMD好的地方。在CMD中用管理员权限来启动应用程序很复杂,但在PowerShell中就简单多了,如下:
复制代码 代码如下:
Start-Process notepad -Verb runas
Start-Process “$PSHOME\powershell.exe” -Verb runas
赞 (0)
【leetcode/力扣】176.第二高的薪水
上一篇
2023年12月27日
bash shell逻辑表达式的使用
下一篇
2023年12月27日