If ($args[0] -eq "admin") { $TheScriptPath = "C:\Users\root\Desktop\script.ps1" Test-Path ($TheScriptPath) Start-Process "powershell -noexit" $TheScriptPath } ...
確定! 回上一頁