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

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。