I want to edit the start type from a service with command prompt.
For example delivery-optimisation-service :
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InstallService\DoSvc
My goal is to create a bat file that will allow me to set the start value from the service.
Value 4 for disabled and value 3 for manually.
I guess the command must look similar to this:
reg edit HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InstallService\DoSvc \Start \value_4
Obviously this command is wrong, anyone please let me know what the correct command is?