Compressed Memory Control Tool is a beautifully designed Windows desktop application that allows users to view, enable, or disable Windowsβ built-in Compressed Memory feature with a single click β no scripting knowledge needed.
β¨ Built for non-technical users who want performance control without touching PowerShell or CMD.
| Feature | Screenshot |
|---|---|
| β Main Interface | ![]() |
| π Check Status | ![]() |
| β Disable Compression | ![]() |
| βοΈ Enable Compression | ![]() |
- π Check if Compressed Memory is enabled
- β Disable Compressed Memory for high-RAM systems
- β Enable Compressed Memory for low-RAM optimization
- π‘οΈ Admin auto-elevation built-in
- π§© One-click UI interface β no PowerShell scripting required
- β Buy Me A Coffee support button
- π GitHub Tools button to explore more utilities
- π¦ Fully self-contained
.exeβ just run and use
Windows uses a feature called Compressed Memory to reduce the size of less-used data in RAM instead of writing it to disk. This can improve responsiveness for low-memory systems.
βοΈ Enable if:
- You have 4GB to 16GB of RAM
- You often run multiple programs
- You want smoother multitasking
β Disable if:
- You have 32GB, 64GB or more RAM
- You want maximum performance without compression overhead
- You prefer manual RAM control for AI, gaming, video rendering, etc.
βΉοΈ This app applies changes instantly. A restart is recommended for the changes to take full effect.
- Download the
.exefile (or clone the repo and build it yourself). - Double-click to launch β it will ask for admin rights (required by Windows).
- Use the following buttons:
- Check Status β Shows current memory compression state.
- Disable Compression β Turns off Windows memory compression.
- Enable Compression β Turns on memory compression.
- Review the output in the log box.
- (Optional) Click on:
- β Buy Me A Coffee if you found the tool useful.
- π GitHub to check out more scripts and tools by the developer.
Requires Python 3.10+,
pyinstaller, andtkinter.
pip install pyinstallerpyinstaller --noconfirm --onefile --windowed --icon "Personal_Picture.ico" --add-data "Personal_Picture.ico;." compressed_memory_gui.pyMade with β€οΈ by Mohammed Kashan Tariq
This tool was created to help non-technical users control an advanced system setting β safely and easily.
π Feel free to fork this project, give feedback, or contribute improvements!
π Compressed-Memory-Control-Tool/
βββ compressed_memory_gui.py # Main Python GUI application
βββ Personal_Picture.ico # Icon for window and taskbar
βββ *.ps1 # (Optional) PowerShell backup scripts
βββ dist/ # PyInstaller output
βββ screenshots/ # UI screenshots for README
βββ README.md # This fileIf you like this tool and want to keep more free tools coming:
β Buy Me a Coffee
This tool is provided free of charge under the MIT License. Feel free to use, modify, and distribute β but please give credit where due.



