Jump to content

How do you Change the Performance Options using a batch file command

Hey Guys,

 

I'm trying to change the Performance Options using a batch command file. I'm wanting this to do on many computers instead of doing it manually. I have attached a picture of what I'm taking about. Please can someone/s help me PLEASE!!

 

 

Thanks,

 

Eddie

 

Performance Options.png

Link to post
Share on other sites

14 hours ago, GoodBytes said:

Sounds like a PowerShell script pr VB as Naeas suggest as well.

 

Is there a reason why you want to do this?  O am asking because perhaps we know another /better solution to your problem.

Its because I work in I.T. Makes it a lot easier and faster setting up PCs for clients because we are going to repeat this process 1000's a time a year. It would make it easier then going and changing it manually. I know how to change the wallpaper of a computer using a batch command file its just I'm stuck on this one.

Link to post
Share on other sites

1 minute ago, MeshFile said:

Google

<os version> <task> <method>

Windows 7 change background powershell

I would like to use the batch file on every operating systems. I don't quite get what you mean by "<os version> <task> <method>"

Link to post
Share on other sites

38 minutes ago, AgentEddie99 said:

I would like to use the batch file on every operating systems. I don't quite get what you mean by "<os version> <task> <method>"

Know how to Google. Use that syntax to find what you're looking for. Batch is also too old and clunky. Use power shell instead. 

 

First result of the provided query:

https://www.google.com.ph/search?q=windows+7+set+background+pictures+powershell

Link to post
Share on other sites

Are you working in a repair shop setting where these computers are more for individuals, or are you managing several corporate clients where all the computers needed will be on a domain setting?

 

For the 1st, imagining or ghosting might be another route you could look at, for the 2nd, group policy objects might be useful - depends on your setup & needs really. Anyhow, yeah if you want to go down the script route, batch files, vbs scripts etc. are now outdated & powershell as described above has replaced them all...

Link to post
Share on other sites

I was a little fascinated to learn this answer also so I've done some digging around. There doesn't seem to be (from what I can see), any inbuilt PowerShell commands which wrap the different visualisation settings options here, unfortunately it'll mean lots of calls to set different registry keys. The most useful pages & resources I found were these:

 

https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/4dcc371e-ac83-4f22-9b90-00639d6077e1/modifying-visual-effects-using-systemparametersinfo?forum=windowsgeneraldevelopmentissues

https://social.technet.microsoft.com/Forums/windowsserver/en-US/73d72328-38ed-4abe-a65d-83aaad0f9047/adjust-for-best-performance?forum=winserverpowershell

 

along with some tiny PowerShell script samples you might be able to copy-paste & build from, under C:\Windows\diagnostics\system\Performance.

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

×