問題が発生しました:Documents\WindowsPowerShell\profile.ps1、システム上でスクリプトの実行が禁止されています。
管理者が PowerShell を開いて実行します:
Set-ExecutionPolicy RemoteSigned
エラーが出た場合は実行:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
実行後に元に戻す:
Set-ExecutionPolicy Restricted
例:
インストール https://docs.astral.sh/uv/#highlights
実行:powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
メッセージ:
実行:
Set-ExecutionPolicy RemoteSigned
以下のメッセージが表示され、VPN を切断します。
再実行し、成功。