SkillAgentSearch skills...

RyzenTuner

A tool that supports adjusting the power limit of Ryzen mobile processors and the QoS level and priority of Windows processes

Install / Use

/learn @zqhong/RyzenTuner
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RyzenTuner

English | 简体中文

RyzenTuner provides a GUI for adjusting the power limits of Ryzen mobile processors. It also lets you tune the QoS level and priority of Windows processes to improve battery life and reduce fan noise.

preview-en.jpg

Features

Automatic Mode

RyzenTuner automatically switches between different modes (Standby / Balanced / Performance) based on conditions such as AC power, battery, nighttime, and user activity.

Mode descriptions:

  • Standby Mode: Uses the lowest power consumption and is suitable only for very light workloads.
  • Balanced Mode: Offers the best balance between performance and power efficiency, and handles short bursts of work such as opening web pages or using Photoshop.
  • Performance Mode: Designed for demanding tasks such as compiling software, gaming, or rendering.

Usage

You can download the prebuilt application from Releases.

If you want RyzenTuner to start automatically when you sign in to Windows, enable Launch at logon in the app. RyzenTuner will create a per-user scheduled task and start itself with elevated privileges in the background.

FAQ

How do I change the power limit for other modes, such as Standby Mode?

Close RyzenTuner, then open RyzenTuner.exe.config and edit the corresponding setting. For example, SleepMode controls Standby Mode, so you can change its value directly.

Example: change Standby Mode from 1 W to 2 W

Before


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

After


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

Give It a Star! ⭐

If you like this project or use it in your daily workflow, please consider giving it a star. Thanks!

Star History Chart

Related Projects

Thanks to the projects and authors listed above.

License

RyzenTuner is licensed under MIT.

Related Skills

View on GitHub
GitHub Stars207
CategoryCustomer
Updated16d ago
Forks8

Languages

C#

Security Score

100/100

Audited on Mar 17, 2026

No findings