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