至控制台新增移除程式,移除Microsoft Windows 的更新 (KB3035583)
(重新開機後,右下角ICON就會消失不見!)
方法二:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade\AllowOSUpgrade (DWORD數值改成0)
不一定能成功!
方法三:
taskkill /f /im GWX.exe
taskkill /f /im GWXUX.exe
cd/d C:\Windows\System32
takeown /f GWX
cacls GWX /e /g everyone:f
rd/q/s GWX
方法三:
taskkill /f /im GWX.exe
taskkill /f /im GWXUX.exe
cd/d C:\Windows\System32
takeown /f GWX
cacls GWX /e /g everyone:f
rd/q/s GWX
參考出處:http://tech.smallya.net/2016/05/05/%E6%B0%B8%E4%B9%85%E7%A7%BB%E9%99%A4-windows-10-%E5%8D%87%E7%B4%9A%E6%8F%90%E7%A4%BA/