Microsoft store not working windows 10 Solution 1 Commands
Right click the start button, select Command prompt (Admin) and type powershell. press Enter key then type:Set-ExecutionPolicy Unrestricted
then type
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
windows 10 store problem Solution 2 Commands
In search bar type PowerShell and Make sure that you run Powershell as an admin user.((Get-ChildItem “HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications”) | Get-ItemProperty).Path | Add-AppxPackage -Register -DisableDevelopmentMode
3rd Method
1. go to control panel2. search "view network connections"
3. go to view network connections
4. choose your network( which you are currently using )
5. right click on it and select properties
6. scroll down to " internet protocol version 4 (TCP/IPv4) "
7. hit properties
8. Now choose Use the following DNS Server addresses
9. right down preferred DNS Server - 8.8.8.8 and Alternate DNS Server - 8.8.4.4
10. These are the addresses of Google's DNS Servers
11. They are free to use.
12. Hit ok
13. close all the tabs
14. Now start the windows store again now it should work if not works for you restart your computer or restart the windows store services
0 comments:
Post a Comment