I can write a VBscript using WMI that will enumerate the services from a list, stop them, then set to disabled, then its reverse for after the game. What I'm requesting is knowlege of why Win7 sees fit to restart some of these services 30-60 minutes later if I don't disable them completely regardless of being set to "Manual" and or simply stopped.
And if anyone has a remedy or technical knowlege of this process and how to intercept it. My refrence to gamebooster is the observation that it's creator is only stopping services based on a common listing of services in an editable (.ini) flat file and cannot stop some if you do not run it "as administrator". Also the same 30-60 minute issue affects gamebooster under Win7.
Does anyone have knowlege of this process issue and how to address it other than VBscript or manualy stopping services then changing them to disabled then reversing the process to restart the services?
I would rather it be the following command script "run as" administrator but, so far Win7 restarts a number of the enumerated services 30-60minutes later which caused (aceshigh.exe) to bugcheck to the desktop each time. The culprit seems to be win update and BITS which when I disabled them the issue stopped but, as some of the services were restarted by Win7 during the game it could be tracked in the "varyence and delay" graph from the clip board.
NET STOP AeLookupSvc
NET STOP BITS
NET STOP Browser
NET STOP DPS
NET STOP WdiServiceHost
NET STOP TrkWks
NET STOP fdPHost
NET STOP FDResPub
NET STOP HomeGroupProvider
NET STOP IKEEXT
NET STOP iphlpsvc
NET STOP PolicyAgent
NET STOP Netman
NET STOP netprofm
NET STOP NlaSvc
NET STOP CscService
NET STOP PNRPsvc
NET STOP p2psvc
NET STOP p2pimsvc
NET STOP Power
NET STOP Spooler
NET STOP wscsvc
NET STOP SSDPSRV
NET STOP SysMain
NET STOP Themes
NET STOP wudfsvc
NET STOP FontCache
NET STOP stisvc
NET STOP wlidsvc
NET STOP WSearch
NET STOP TrustedInstaller
NET STOP wuauserv
Pause