We need to configure Windows Update Service or wuauserv for all Windows 8.1 desktop and laptop in manual state and the status will be in stopped state. For that we have made the following registry changes through Group Policy Preferences.
1.HKLM\system\CurrentControlSet\Services\wuauserv\start -- changed to 3
2.HKLM\system\CurrentControlSet\Services\wuauserv\triggerinfo -- 1 and 0 subkeys deleted
3.Batch file added at start up script with the command : NET STOP "windows Update"
4.Computer Configuration/Policies/Windows Settings/Security Settings/System Services/Windows Update set to manual
Problem Faced: After system reboot, service status changes to running which is rightly should not be so. Kindly suggest