How to fix Microsoft Store error 0x80070496
-
Windows
(FIXED) Microsoft Store error 0x80070496 in Windows 10/11
# fix Microsoft Store error 0x80070496 in Windows powershell : Get-AppxPackage -allusers Microsoft.Store | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”} ————————————————————————————————————————- Reset Windows update components: net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloader*.*” rmdir %systemroot%SoftwareDistribution /S /Q rmdir %systemroot% system32catroot2 /S /Q sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) cd /d %windir% system32…
Read More »