Search found 6 matches

by energysavior
11 May 2017 06:14
Forum: DOS Batch Forum
Topic: I need a bat file of power managment
Replies: 9
Views: 9532

Re: I need a bat file of power managment

with the above code i can set only the minimum ! the maximum does not change plugged and unplugged

some more help here guys :-)

EDIT
thank you all!!! guid guid !
by energysavior
11 May 2017 05:58
Forum: DOS Batch Forum
Topic: I need a bat file of power managment
Replies: 9
Views: 9532

Re: I need a bat file of power managment

this is the actual code i use: @echo off &setlocal :: German set "scheme_name=Ausbalanciert" set "sub_name=Prozessorenergieverwaltung" set "min_setting_name=Minimaler Leistungszustand des Prozessors" set "max_setting_name=Maximaler Leistungszustand des Prozesso...
by energysavior
11 May 2017 05:50
Forum: DOS Batch Forum
Topic: I need a bat file of power managment
Replies: 9
Views: 9532

Re: I need a bat file of power managment

I copy the code to a text file and then I rename it .bat ... I double click it and it runs, and say scheme_guid 381b4222-f694-41f0-9685-ff5bb260df2e sub_guid 54533251-82be-4824-96c1-47b60b740d00 min_setting_guid 893dee8e-2bef-41e0-89c6-b55d0929964c max_setting_guid bc5038f7-23e0-4960-96da-33abaf5935...
by energysavior
10 May 2017 09:04
Forum: DOS Batch Forum
Topic: I need a bat file of power managment
Replies: 9
Views: 9532

Re: I need a bat file of power managment

Please someone can make it work for english machine? i still haven't solved the problem...
by energysavior
19 May 2016 08:23
Forum: DOS Batch Forum
Topic: I need a bat file of power managment
Replies: 9
Views: 9532

Re: I need a bat file of power managment

Unfortunately there is no language independent solution. @echo off &setlocal :: German set "scheme_name=Ausbalanciert" set "sub_name=Prozessorenergieverwaltung" set "min_setting_name=Minimaler Leistungszustand des Prozessors" set "max_setting_name=Maximaler Le...
by energysavior
17 May 2016 08:18
Forum: DOS Batch Forum
Topic: I need a bat file of power managment
Replies: 9
Views: 9532

I need a bat file of power managment

Guys can you help me create a bat file to set my cpu power percentage every time i reboot... Every time i reboot it turns to default 100% minimum state and 100% maximum state... i need lower, i need to be able to set the values. i found the instructions for the power managment but i can't do this my...