Hi all and hi cAfstA.
I received you private message, but I prefer to reply here to share this little mini-guide made of really easy steps.
1) DecompressionFirst of all you have to decompress the application in a folder, let's say c:\tpc.
2) Open the Command PromptClic on Start/Windows logo and write
cmd . Click with the right mouse button on the first entry it founds, then clic on
Run as Administrator (or such a thing). There should open a black window with a blinking cursor.
3) Put yourself in the right directorySince we decompressed the application in c:\tpc folder, we have to navigate to that folder with the command prompt.
Within the black window, write (quotes included):
- Code: Select all
cd "\tpc\bin\Win AMD64"
4) Launch the programOnce you're in the right directory, you can launch the program simply writing:
- Code: Select all
TurionPowerControl -l
then hit enter.
This will display the current table of pstates.
If you want to change the voltage/frequency parameters, you can use the option
-set- Code: Select all
TurionPowerControl -set blahblahblah
obviously exchange
blahblahblah with something useful for your processor. Check
chapter 3 on the manual included with tpc to know how to use -set command. It's easy and well described there.
5) Closing the black windowwhen you're done with your configuration, type:
exit
and hit enter. The black window will vanish but your settings will stay along you won't reset.
Hint: writing TurionPowerControl each time you use the program is not a smart idea. There's a nice trick for both Windows and Linux users: use autocompletion. If you write
Tur then hit
TAB key, the command prompt will automatically expand the name of the program to TurionPowerControl.