コマンドプロンプト
くっそなかった。。
ps1を呼び出すにはどうしたらいいんじゃ?
Set-ExecutionPolicy xxxxの設定をしてから
$ powershell xxx.ps1
でいいんだっけ?
コマンドプロンプトからだと
こんなかんじでいいって生成AIがsampleくれた
$ powershell -ExecutionPolicy RemoteSigned -File "C:\_home\upgrade\update.ps1"