Set User Active Hours [Windows 10]

With WIndows 10, you can set a range of time of 12 hours maximum to define the user active hours on your device. During that time, windows update is not allowed to force or ask a device update.  1 ) Set the start hour for the current user : reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsUpdateUXSettings” /v ActiveHoursEnd /t Read more…

Disable\Enable windows update

Disable windows update In order to disable completely windows update, you can set the windows service Windows update(wuauserv) with the following command. Command text : sc stop “wuauserv” Enable windows update In order to enable back windows update, you can set the windows service Windows update(wuauserv) with the following command. Command text : sc Read more…