Turning Off Services With .reg

Discussion in 'Windows 10' started by SightUp, Jul 30, 2015.

  1. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    I am working on a .reg file to disable all the unwanted services. I need some help though. I do not know the keys to use for the following services and would like some help adding them to my .reg located below.


    • Security Accounts
    • System Event Notification
    • Windows Firewall
    • Windows Eventlog




    And can you look over my current list and see if there is anything that 100% must not be turned off? Is there anything else you would add?

     
  2. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    Back in the day, when memory was at a premium, and computers were less powerful, turning off services would make a difference. I do not see the point in doing that these days.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. netlords

    netlords MDL Novice

    Jun 20, 2012
    35
    6
    0
    I like it!

    Thank you for that.
     
  4. diz133

    diz133 MDL Novice

    Oct 6, 2013
    10
    6
    0
    Please use the Set-Service PowerShell cmdlet (or the sc command) to achieve this rather than fiddling with the registry.

    (Edit: Not that you should be bothering anyway.)