バッチファイルから、.ps1を管理者権限で呼び出す方法@powershell -NoProfile -ExecutionPolicy unrestricted -Command "C:\hoge.ps1 -Verb runas" バッチファイル内に、他の記述や、変数を使用すると失敗するかも?