Automated Services "Profiler" for Windows 7 ?

Page 1 of 2 12 LastLast

  1. Posts : 93
    Windows 7, 64bit pro
       #1

    Automated Services "Profiler" for Windows 7 ?


    I've noticed that recently, by creating an account for gaming only, the same services I disabled for that account (like network or maintenance services which weren't necessary for gaming purposes) were also disabled on the other account, therefore making the newer account pretty much useless to me.
    So I wondered if there is any software that allows me to simply choose a "profile" for services like, for example : 1. full (all services enabled) 2. gaming (only gaming-related services enabled) 3. custom (only specific services enabled) 4. etc.
    I tried a software called Wise Game Booster (I think I mentioned it before), but it doesn't do what I ask, it just allows me to close a certain amount of services (not all services I need to close) in order to guarantee a better performance for gaming (that sometimes is noticeable, sometimes really not). It's good because it allows a certain degree of automation, but I'm looking for something that, for example, makes me switch between one and the other "profile" more simply (meaning less clicks)
    Anyone has a clue about what I'm looking for or even something close to it?
      My Computer


  2. diz
    Posts : 49
    Windows 7 Ultimate 64-bit SP1
       #2

    An easy way would be a batch file:

    launcher.bat

    Code:
    net stop ServiceName1
    net stop ServiceName2
    
    start "" /wait "D:\full\path\to\game.exe"
    
    net start ServiceName1
    net start ServiceName2





    The downside would be that you have to run the batch as an admin, which wouldn't be a problem if you were using sandboxie plus for all your gaming and external program needs.
      My Computer


  3. Posts : 93
    Windows 7, 64bit pro
    Thread Starter
       #3

    That is interesting, is there a way to make a text list from the active processes of the system?
      My Computer


  4. diz
    Posts : 49
    Windows 7 Ultimate 64-bit SP1
       #4

    mulambo said:
    That is interesting, is there a way to make a text list from the active processes of the system?
    You mean , the name of the services currently running?

    You can list them with serviwin:

    ServiWin: Windows Services/Drivers Tool (start/stop/restart service)

      My Computer


  5. Posts : 93
    Windows 7, 64bit pro
    Thread Starter
       #5

    So, in the batch file I can refer to the value under "Name" column like:

    Code:
    net stop Appinfo
    net stop AudioEndpointBuilder
    etc. ?
      My Computer


  6. diz
    Posts : 49
    Windows 7 Ultimate 64-bit SP1
       #6

    mulambo said:
    So, in the batch file I can refer to the value under "Name" column like:

    Code:
    net stop Appinfo
    net stop AudioEndpointBuilder
    etc. ?
    Yep, just make sure to run it as an admin. Make a link of the .bat, and in properties you can set it to run as admin.
      My Computer


  7. Posts : 93
    Windows 7, 64bit pro
    Thread Starter
       #7

    diz said:
    Yep, just make sure to run it as an admin. Make a link of the .bat, and in properties you can set it to run as admin.
    I just tried it and unfortunely, some services (even with Admin rights) ask me to choose Y/N confirm when some services depend on other services or a group of services, which makes it complex
      My Computer


  8. diz
    Posts : 49
    Windows 7 Ultimate 64-bit SP1
       #8

    mulambo said:
    I just tried it and unfortunely, some services (even with Admin rights) ask me to choose Y/N confirm when some services depend on other services or a group of services, which makes it complex
    Just stop the dependant service first. And beware that some services are very important and should not be closed.


    -----
    upd: And apparently there is an undocumented parameter '/y' that will bypass the prompt. Just add it to the end of the command.

    Code:
    net stop ServiceName /y
    command line - Pipe "y" into net stop on windows - Super User
      My Computer


  9. Posts : 93
    Windows 7, 64bit pro
    Thread Starter
       #9

    Yep, I tried it and it bypasses the confirm, but it's still pretty slow (maybe I just expected it be as fast as WGB makes it all look like). Problem half-solved, somehow (can't actually make such selection on the thread)... unless there's another way to make each account load only specific settings from services.msc, like having a different services "layout" for each account that doesn't affect the layout of any other account, if that makes sens... anyway thank you.
      My Computer


  10. diz
    Posts : 49
    Windows 7 Ultimate 64-bit SP1
       #10

    mulambo said:
    Yep, I tried it and it bypasses the confirm, but it's still pretty slow (maybe I just expected it be as fast as WGB makes it all look like). Problem half-solved, somehow (can't actually make such selection on the thread)... unless there's another way to make each account load only specific settings from services.msc, like having a different services "layout" for each account that doesn't affect the layout of any other account, if that makes sens... anyway thank you.
    You can make a Task in the gaming profile with Task Scheduler. That execute at login a crafted batch with all the services you want to stop. Just asign the task admin rights.

    And in your main account execute also a task with the services you want to start.
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:19.
Find Us