Fix Microsoft Store Error 0x00000001 In Windows 10
How to Fix Microsoft Store Error Code 0x00000001 while downloading games or applications in Windows 10
Step 1) Make sure the Date & Time is correct
Step 2) Sign out and Sign in again on Microsoft Store.
Step 3) Update Windows 10
Step 4) Update Store Apps
Step 5) Reset Xbox Box and Xbox console companion App, uninstall and reinstall Xbox Box and Xbox console companion App
Step 6) Run Windows Store apps troubleshooter
Step 7) Clear store cache Using wsreset command
Step 8) Reset Store app
Step 10) Restart Microsoft Install and xbox live auth manager service
Step 11) Re Register Store
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Step 12) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 13) Run SFC and DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 14) Run inetcpl.cpl command
In Advanced Tab
Tick Use TLS 1.2
Step 15) Update Windows 10 using Media Creation Tool: https://www.microsoft.com/en-in/software-download/windows10