I had to do this twice on each of two computers, but now the nag is gone. THANKS!If you just uninstall the KB3035583 update the Windows 10 nag goes away too.
I had to do this twice on each of two computers, but now the nag is gone. THANKS!If you just uninstall the KB3035583 update the Windows 10 nag goes away too.
REG.EXE ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Gwx" /v DisableGwx /t REG_DWORD /d 1 /f
REG.EXE ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v DisableOSUpgrade /t REG_DWORD /d 1 /f
REG.EXE ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade" /v AllowOSUpgrade /t REG_DWORD /d 0 /f
REG.EXE ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade" /v OSUpgradeInteractive /t REG_DWORD /d 0 /f