13 lines
255 B
Markdown
13 lines
255 B
Markdown
---
|
||
title: Windows PowerShell 在此系统上禁止运行脚本
|
||
createTime: 2025/03/14 22:05:52
|
||
tags:
|
||
- Windows
|
||
---
|
||
|
||
Windows PowerShell 无法加载文件 xxx.ps1,因为在此系统上禁止运行脚本
|
||
|
||
```bash
|
||
set-executionpolicy remotesigned
|
||
```
|