13 lines
255 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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