Services & Tasks snapshot

It would be cool if NTLite could export ALL Services + Extra Services (Driver Services) settings instead of only preserving the changes because some services end up altered after the original preset is created and other services need other 3rd party tools to change because NTLite doesn't allow changing them.

Is there a single registry location that keeps info on ALL the Services/Extra Services?
 
Services master location is HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services, i exported my default and its 3.9mb.
It mite be prudent to backup the whole registry, install a default(NO LITING) fully updated os, some updates apply during install, open regedit from Power Run, export the whole lot, on 8.1 thats about a 300mb reg file.
For the extra services use that test install and disable them using Autoruns but scan it with RegFromApp, do 1 at a time incase you brick something, if it dont brick you can use the reg exports and drag them into NTLites Registry page, better still use the tool itself, some may need elevated permissions.
 
Last edited:
It would be cool if NTLite could export ALL Services + Extra Services (Driver Services) settings instead of only preserving the changes because some services end up altered after the original preset is created and other services need other 3rd party tools to change because NTLite doesn't allow changing them.

Is there a single registry location that keeps info on ALL the Services/Extra Services?
Yeah, that point about saving only changes in the preset is a pain point.
For now, keep all presets and you can merge-load them together to get all changes at once.

Which services NTLite doesn't allow you to change, but you tested and setup passed with those changed?

Thanks.
 
So I want to confirm here. is there a way to save/export what services/features were checked/unchecked? Because I would prefer not to have to manually scroll and re-check everything. I could just load a preset file and it would check/uncheck in one swoop all preset options
 
So I want to confirm here. is there a way to save/export what services/features were checked/unchecked? Because I would prefer not to have to manually scroll and re-check everything. I could just load a preset file and it would check/uncheck in one swoop all preset options
Preset saves it, just edit with an text editor and focus on this section, then do with it as you like:

Code:
<Tweaks>
    <Services>
        <TweakGroup name="services">
            <Tweak name="DiagTrack\DiagTrack">4</Tweak>
            <Tweak name="WerSvc\WerSvc">4</Tweak>
        </TweakGroup>
    </Services>
</Tweaks>

In this example "DiagTrack" is the name of the service, "4" means disable.
You can merge multiple preset "services" sections rows into one, then load that preset.
 
Back
Top