DEPRECATED: please use AATU instead: https://amdaputuningutility.com/ ---- Unlock the true performance of your Ryzen Mobile Processor: https://www.ryzencontroller.com/ For Series 2xxx, 3xxx, 4xxx and 5xxx Gui for https://github.com/FlyGoat/Ryz
Go to file
2019-03-02 18:32:22 +01:00
.vscode Added missing task to vscode settings. 2019-02-28 18:47:45 +01:00
assets Added app icon. 2019-03-01 16:23:48 +01:00
bin Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
installers Create pipeline. 2019-02-28 17:24:57 +01:00
js Fix #3 Added start on boot settings. 2019-03-02 16:23:10 +01:00
.gitignore Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
.gitlab-ci.yml Create pipeline. 2019-02-28 17:24:57 +01:00
index.html Fix #3 Added start on boot settings. 2019-03-02 16:23:10 +01:00
LICENSE.md Initial commit 2019-02-26 20:06:13 +01:00
main.js Added missing comment. 2019-03-02 18:32:22 +01:00
package-lock.json Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
package.json Bumped version. 2019-03-01 18:00:14 +01:00
README.md Updated readme. 2019-03-01 18:00:04 +01:00

Ryzen controller

Thanks to https://github.com/FlyGoat/RyzenAdj and his author, ryzenadj.exe is now included.
No more need for multiple download =D

For users

Pre-requisite

  • None, ryzenadj.exe is directly included in Ryzen Controller.
  • Just use RyzenControllerInstaller.exe, it will install this software and create a shortcut on desktop and in start menu.
  • Enjoy!

For developpers

Pre-requisite

  • NodeJS v10.15.1 or newer.

Installation

$> cd project
$> npm install
$> npm start

Build

$> cd project
$> npm run-script build