- 追加された行はこの色です。
- 削除された行はこの色です。
- PowerShell/プロセス管理/管理者権限でシェルを起動する へ行く。
- PowerShell/プロセス管理/管理者権限でシェルを起動する の差分を削除
* 管理者権限でシェルを起動する [#n81a6fc6] オプション -Verb runasを指定して、Start-Processを実行する。 Start-Process powershell.exe -Verb runas Start-Process cmd.exe -Verb runas ** 参考 [#wc3603c3] - https://blogs.technet.microsoft.com/heyscriptingguy/2015/07/30/launch-elevated-powershell-shell/ - http://superuser.com/questions/420315/cause-a-uac-popup-from-commandline-without-custom-tools/420317#420317 *** Start-Process [#a5929c0b] - https://technet.microsoft.com/en-us/library/dd347667.aspx