One, close the service, double-click Windows Update, open the Recovery tab, change the computer after the failure of the response to all to no action
Second, close Group Policy
1. Add Group Policy First, create new document copy the following command, save the file as "Group Policy. Cmd" and then run the file as Administrator; Gpedit.msc to open the Group Management Edit window:
@echo off
pushd "%~dp0"
Dir/b C:\windows\servicing\packages\microsoft-windows-grouppolicy-clientextensions-package~3*.mum >List.txt
Dir/b C:\windows\servicing\packages\microsoft-windows-grouppolicy-clienttools-package~3*.mum >>List.txt
for/f%%i in (' findstr/i. List.txt 2^>nul ') do dism/online/norestart/add-package: "C:\Windows\servicing\Packages\%%i"
Pause
2. Open "Computer Configuration", "Administrative Templates", "Windows Components", "Windows Update" in the left, and double-click "Configure Automatic Updates" in the list on the right.
3. Select "Disabled" and click "OK";
WIN10 Home Edition off system Automatic Update