Set Efficiency Mode is a lightweight C++ console application that lets you enable EcoQos/Efficiency Mode for any application. Users can easily add apps via a simple configuration file and run it no console!
Note
Efficiency Mode (EcoQoS) is only available on Windows 11. Windows 10 does not support Efficiency Mode, even though Task Manager may show a leaf icon for suspended UWP apps.
- Download Microsoft Visual C++ Redistributable
- Download the Set Efficiency Mode Zip.
- Right-click & extract it.
- Edit and add the apps of your choosing to the Config.txt.
- Once downloaded, run SetEfficiencyMode.exe as admin!
Discord.exe
Spotify.exe
Set Efficiency Mode can be ran with a No Console flag to silently launch itself!
:: No Conole Flag
--no-console
:: CMD No Console Launch
"C:\Pathto\SetEfficiencyMode.exe" --no-console
:: Startup No Console Example
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "Set Efficiency Mode" /t REG_SZ /d "C:\Pathto\SetEfficiencyMode.exe --no-console" /f
Example.mp4
This program was obviously created with ChatGPT as I have little to no experince with C++, and I'm willingly to work with anyone to improve this program! Unfortunately it seems no one had made a program like this so I had to be the first at a lightweight console app that did what I wanted it to! Contact me here Discord Server!