Skip to content

zqhong/RyzenTuner

Repository files navigation

RyzenTuner

English | 简体中文

RyzenTuner provides a GUI interface to easily adjust the power limit of Ryzen mobile processors, and also supports adjusting the QoS level and priority of Windows processes, thereby improving battery life and reducing fan noise.

preview-en.jpg

Feature

Automatic Mode

Different working modes (standby/balance/performance) are automatically selected according to different conditions such as plug-in/battery/night/active time.

Description of working mode:

  • Standby mode: in the lowest energy consumption state, can only deal with ultra-low load work
  • Balanced Mode: The state with the highest energy consumption ratio, to deal with sudden tasks, such as opening web pages, Photoshop
  • Performance Mode: for scenarios that require high performance, such as compiling software, playing large games, rendering, etc.

Usage

You can directly go to Release to download the compiled program and use it.

FAQ

How to modify the power of other modes such as standby mode

Close RyzenTuner. Open the RyzenTuner.exe.config file and modify the corresponding parameters. For example, SleepMode is the sleep mode, modify the value in it.

Example: Change sleep mode from 1 W to 2 W

Before update

<setting name="SleepMode" serializeAs="String">
    <value>1</value>
</setting>

After update

<setting name="SleepMode" serializeAs="String">
    <value>2</value>
</setting>

Give a Star! ⭐

If you like or are using this project, please give it a star. Thanks!

Star History Chart

Dependent project

Thanks to the projects and authors listed above.

License

RyzenTuner is licensed under MIT.