Well, I did some testing and found the commands that work for looking on Braswell CPU’s (N3710, N3700, N3050, etc.).
The commands that I have tested were:
- 12w WRMSR 0x610 0x0 0x00008180
- 11w WRMSR 0x610 0x0 0x00008160
- 10w WRMSR 0x610 0x0 0x00008140
- 9w WRMSR 0x610 0x0 0x00008120
- 8w WRMSR 0x610 0x0 0x00008100
Also for anyone that’s having a problem with the TDP reverting after a bit just make a batch file in the install dir of RW Everything and put these lines of code in the batch file:
@echo off
cls
:start
TIMEOUT 30
RW.exe /Min /Nologo /Stdout /Command=”WRMSR 0x610 0x0 0x000081xx”
goto start
(replace the command with whatever command you use for your chipset/cpu)
Then create a shortcut to the batch file on your desktop and run it. This will loop the command and re-execute it every 30 seconds just minimize the window or move it onto desktop 2 if you don’t want to see the cmd window on the taskbar.