Support Forums

Full Version: How to Fix 0x80d02017 Microsoft Store error code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

jackhenry

The errors on the windows store are increasing rapidly, and the users who are being troubled by it should seek a fix of it through the below-written steps. The process is hard, so read it carefully. So, here are the instructions to solve the 0x80d02017 Microsoft Store error code.
Turn off IPv6
In case you intend to turn off IPv6, then you can opt to follow the below-mentioned guidelines.
  • Navigate to the start button on your system and right-click on it.

  • After that, you should click on the Run button.

  • Then input ‘ncpa.cpl’ into the Run section and hit the Enter key to launch the Network Connections box.

  • You have to select the active network connection and click on the Properties option.

  • Thereafter, unselect the box of ‘Internet Protocol Version 6’.

  • You should click on the OK option.

  • Now, reboot the system.
Reset Microsoft Store through PowerShell
If the users are trying to reset the Microsoft Store through PowerShell, then they should carefully apply the given steps.
  • Press the Win + S keys at the same time on your system to launch the Windows Search.

  • After that, type the ‘PowerShell’ into it and hit the Enter key.

  • You should reach the Windows PowerShell and right-click on it.

  • Then go to the menu of context and click on the ‘Run as administrator.’

  • Afterward, type the command into the screen of PowerShell: Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml” -Verbose}.