M
Michael
Hey guys...
When I play games like Crysis Warhead I want every single percentage
of CPU and Memory my system has to be available. With that in mind I
always kill Aero and Gadgets and anything else that's obviously not
required before I launch a game. I got sick of doing this over and
over so I made two batchfiles to do it for me, saved them in c:
\windows, and pinned them to the top of my Start menu.
Gaming Mode On.bat
sc stop uxsms
taskkill /im:sidebar.exe /f
Gaming Mode Off.bat
sc start uxsms
start sidebar
(uxsms is the "desktop window manager" service)
THE QUESTION: Anyone know how I can disable Windows background
(actually remove the background, but mostly stop the slideshow) from
command prompt?
ALSO: Have any other ideas of stuff I can add to the batch file to
temporarily kill services & processes and improve this?
When I play games like Crysis Warhead I want every single percentage
of CPU and Memory my system has to be available. With that in mind I
always kill Aero and Gadgets and anything else that's obviously not
required before I launch a game. I got sick of doing this over and
over so I made two batchfiles to do it for me, saved them in c:
\windows, and pinned them to the top of my Start menu.
Gaming Mode On.bat
sc stop uxsms
taskkill /im:sidebar.exe /f
Gaming Mode Off.bat
sc start uxsms
start sidebar
(uxsms is the "desktop window manager" service)
THE QUESTION: Anyone know how I can disable Windows background
(actually remove the background, but mostly stop the slideshow) from
command prompt?
ALSO: Have any other ideas of stuff I can add to the batch file to
temporarily kill services & processes and improve this?