コマンドプロンプトでのKBのアンインストール(Windows7以降)
wusa.exe /uninstall /KB:893810 /quiet /norestart
コマンドからPowerShellを管理者権限で実行
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "Start-Process powershell.exe -Verb runas"
追記)powershell.exe -File [ファイルパス] オプションで指定したスクリプト実行できるらしい・・・。
怖いな~、Set-ExecutionPolicy Restricted すとこ。