synchronization
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-08-25 16:02:49 +08:00
commit d12a206210
28 changed files with 877 additions and 0 deletions

17
Windows/Windows优化.md Normal file
View File

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