Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
magicianlib committed Dec 2, 2024
1 parent 4753683 commit a3b9cec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Windows内存压缩管理.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PageCombining : False
PSComputerName :
```

# 禁用内存压缩
# 禁用内存压缩(重启生效)

```PowerShell
Disable-MMAgent -mc
Expand All @@ -35,7 +35,8 @@ Disable-MMAgent -MemoryCompression
示例:

![disable_mmagent.png](http://windows-media.knowledge.ituknown.cn/memory_compress/disable_mmagent.png)
# 启用内存压缩

# 启用内存压缩(重启生效)

```PowerShell
Enable-MMAgent -mc
Expand Down

0 comments on commit a3b9cec

Please sign in to comment.