banner
Matt

Matt

Matt-xlog
telegram
github

powershell リモートを有効にする

問題が発生しました: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"
メッセージ:

image
実行:
Set-ExecutionPolicy RemoteSigned

image
以下のメッセージが表示され、VPN を切断します。

image
再実行し、成功。

image

読み込み中...
文章は、創作者によって署名され、ブロックチェーンに安全に保存されています。