Skip to content

QuakedK/Set-Efficiency-Mode

Repository files navigation

Set Efficiency Mode

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!

image

GitHub Release Downloads

#1 Usage

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.

  1. Download Microsoft Visual C++ Redistributable
  2. Download the Set Efficiency Mode Zip.
  3. Right-click & extract it.
  4. Edit and add the apps of your choosing to the Config.txt.
  5. Once downloaded, run SetEfficiencyMode.exe as admin!

#2 Config Format

Discord.exe
Spotify.exe

#3 Command-line arguments

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

#4 Video Tutorial

Example.mp4

#5 Looking for help!

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!

About

Set Efficiency Mode: The lightweight C++ console application that lets you enable EcoQos/Efficiency Mode for any application.

Resources

License

Stars

Watchers

Forks

Packages