Memory Compression in Windows 11

In this post, you will learn about Memory Compression in Windows 11 and how to use it.

Memory Compression in Windows 11

  • How to check if Memory Compression is Currently Enabled or Disabled
  • To Enable Memory Compression
  • To Disable Memory Compression

How to check if Memory Compression is Currently Enabled or Disabled?

  • Open PowerShell from windows terminal admin.
  • Enter the following command: Get-MMAgent
How to check if Memory Compression is Currently Enabled or Disabled?
  • Press enter and check if MemoryCompression is shown as True (enabled) or False (disabled).

To Enable Memory Compression

  • Open PowerShell from windows terminal admin.
  • Enter the following command: Enable-MMAgent –mc
  • Press enter, once the command is executed successfully, exit the application.
  • Now restart the computer to apply the changes.

To Disable Memory Compression

  • Open PowerShell from windows terminal admin.
  • Enter the following command: Disable-MMAgent –mc
How to check if Memory Compression is Currently Enabled or Disabled?
  • Press enter, once the command is executed successfully, exit the application.
  • Now restart the computer to apply the changes.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...