New
#20
Last edited by Brink; 11 Jul 2011 at 23:07. Reason: typo
Hello Marwerno,
You might like this then. You can pin it to the taskbar, or add it to Quick Launch to be able to do so. :)
Power Plan - Create Shortcut to Change Power Plan
Hope this helps,
Shawn
Hello. Just a tip about this power plan. I have noticed a lot of laptops have overheating problems. So by selecting this power plan the temperature will get higher. Therefore I would suggest limiting the processor max to 95% when doing that.
Thanks for Power-plans post.it really helpful,because my laptop's power plan are disappeared & i try to obtain them but i don't get them.but by this post i retrieve them.
Thanks a lot.
I hope this question is not out of line in this forum.
This batch file will get the active power plan; how do I incorporate it into a webpage/script?
Code:@echo off powercfg -query > list.txt set /p line=< list.txt for /F "tokens=2 delims=()" %%a in ("%line%") do set string=%%a echo %string% del list.txt pause