$strTitle = "`$Host.UI.RawUI.WindowTitle='こんにちは!管理者です!!'" Start-Process "$psHome\powershell.exe" -ArgumentList "-noexit $strTitle" -Verb Runas
▼ Bing検索結果
powershell シェル変数 – Bing ←$Hostと$psHome
powershell Start-Process – Bing ←”-Verb Runas”で管理者として実行(A)
コメント