This commit is contained in:
17
Windows/Windows优化.md
Normal file
17
Windows/Windows优化.md
Normal file
@@ -0,0 +1,17 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# Windows优化
|
||||
|
||||
- 关闭系统休眠文件(文件清理)
|
||||
|
||||
```bash
|
||||
powercfg -h off
|
||||
```
|
||||
|
||||
> 开启
|
||||
>
|
||||
> ```bash
|
||||
> powercfg -h on
|
||||
> ```
|
||||
|
||||
|
Reference in New Issue
Block a user