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

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。