Hello,
When I change Windows Update service from Running and Manual(Trigger Start) to Stopped and Disabled, Windows automatically restarts the service at 6 AM and change it again to Running and Manual(Trigger Start).
I want it to be disabled unti I manually change it.
So far, I tried to do the following:
1. running from CMD (as administrator) the following lines:
sc stop wuauserv sc config wuauserv start= disabled
2. changing the group policy to "Notify for download and auto install" but it only ensured now updates will be installed. the service still restarting.
3. Adding WindowsUpdate/AU options keys to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
thanks for your help.