Is it possible to remove a service by opening NTLite via the command line?

Sure but for locked ones i use that tool. on mounted image same u can use that tool if there are acess error
 
OFC because mounted image will mount its registry hive to your live systems regedit..... ntlite edits it from there and then saves it then unmounts it. just like dism.
 
To answer to the topic:
create a REG file which deletes a reg key, e.g.:
[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BthHFEnum]
to delete BthHFEnum key for that service.
Integrate that file in an image, can also just queue it and save a Preset from the source page without actually applying.
And with that preset doing that integration (deletion), you can invoke NTLite via command-line.
ntlite.exe /? for more info
 
Back
Top