我想运行提升命令,例如 calc.exe在使用PowerShell的cmd中运行.我试过PowerShell:
calc.exe
Start-Process -Verb RunAs cmd calc.exe
它只是打开高架cmd,但不运行calc.exe(命令).
我究竟做错了什么?有人能帮我吗?
powershell command-line cmd command-prompt
cmd ×1
command-line ×1
command-prompt ×1
powershell ×1