Tag: WU

Fix Windows Update (Shotgun method)

Problem: Windows updates fails to detect updates, keeps running into the same error Store apps cannot be installed (uses WU to do this) Run this script in an elevated PowerShell window Set-Service wuauserv -StartupType DisabledSet-Service BITS -StartupType DisabledStop-Service BITS -ForceStop-Service wuauserv -Forcereg delete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate” /v AccountDomainSid /freg delete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate” /v PingID /freg delete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate” /v …

Continue reading