Something Happened On Our End Store error in windows 10 fix.
net stop wuauserv
net stop bits
ren c:windowsSoftwareDistribution softwaredistribution.old
net start wuauserv
net start bits
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”} .
Concluzion: Something Happened On Our End Store error in windows 10 fix – Something Happened On Our End