To disable any service in W10 I've been starting my reg editor as Trusted Installer and then simply importing reg files with this format:
This works 100% of the time for any system service that i've tried. Including services that are protected. But when I use the exact same process on user services - making sure I have the correct 5 character code for the existing session - I have a 100% failure rate. The reg editor merges them without complaint but when I reboot and they're all running again.
What's the deal with user services and how do I get around it?
Code:
;; Update Orchestrator Service for Windows was 2 > 4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsoSvc]
"Start"=dword:00000004
This works 100% of the time for any system service that i've tried. Including services that are protected. But when I use the exact same process on user services - making sure I have the correct 5 character code for the existing session - I have a 100% failure rate. The reg editor merges them without complaint but when I reboot and they're all running again.
What's the deal with user services and how do I get around it?