Giter Club home page Giter Club logo

ryzentuner's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.