Jump to content

power options

Mr Fister

hello 

i need help on how i make my laptop startup on high performance power option. becuase if i do not do it manually it will stay on balaneced and i will loose FPS on games. how will i make it turn on automatically when i start the laptop?

Gaming Laptop: Dell G5 5587

Link to comment
Share on other sites

Link to post
Share on other sites

Open up a command prompt as admin and type 

powercfg -list

then find the GUID of the 'High Performance' plan

and then type powercfg -setactive <GUID of High Performance Plan>

But how do we automate this? Well, we make a script and then set it to run at boot.

 

So, open up a new Notepad window, and put this in:

powercfg -setactive (GUID of High Performance)

Save it as HighPerformance.bat (All Files, then put .bat on the end, to test just execute it)

 

Next, go to C:\Users\(your username)\AppData\Roaming\Microsoft\Windows\Startup and put your brand new .bat file in there.

idk

Link to comment
Share on other sites

Link to post
Share on other sites

  • 4 weeks later...

any other uncomplicated idea guys?

Gaming Laptop: Dell G5 5587

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×