Files
System/Windows/Windows优化.md
offends d12a206210
Some checks failed
continuous-integration/drone Build is failing
synchronization
2025-08-25 16:02:49 +08:00

17 lines
176 B
Markdown

> 本文作者:丁辉
# Windows优化
- 关闭系统休眠文件(文件清理)
```bash
powercfg -h off
```
> 开启
>
> ```bash
> powercfg -h on
> ```