Microsoft Store not working windows 10 | microsoft store server stumbled error | Microsoft Store

Tech Zone Salman_04
Tech Zone Salman_04
20.5 هزار بار بازدید - پارسال - his video will help you
his video will help you to fix the following problems-

1. Microsoft Store Not Opening.
2. MS store won't launch at all.
3. Can't install any app
4. Store apps not working.
5. Any other error with Windows Store app.

Here are the following methods you can try -

1. Reset Microsoft Store.
2. Run wsreset
3. Use Windows Troubleshooter.
4. Select the right region.
5. Reinstall Microsoft Store

1st Way -

Powershell Commands to run -

Set-ExecutionPolicy Unrestricted

Get-Appxpackage –Allusers

Copy the PackageFullName and replace it in the following script-

Add-AppxPackage -register “C:\Program Files\WindowsApps\(PackageFullName)\AppXManifest.xml” –DisableDevelopmentMode

Execute the above command with correct PackageFullName

2nd Way -

Execute this PowerShell command -

Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

6. Reinstall all pre-built apps

Execute the following commands in PowerShell

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

These methods will surely help you to fix the Microsoft Store problem on your Windows 10.
when I try to open Microsoft store it’s not working
If you got a similar kind of problem with me let's see how to fix this
now right-click on the date and time and go to the adjust date/time
Turn on,  set time automatically and also turn on, set time zone automatically
Then synchronous clock
Close the window
Now Reset Store Cache
Go to Search, type wsreset
Wait a few second, After performing this action, your Store will be reset

If this method does not work in your windows, you can go next method

This method is Microsoft Store Apps troubleshooter
Open the Settings and go to the Update & Security section
Select Troubleshoot from the menu
Scroll down whit mouse
Select Microsoft Store Apps  and click Run the troubleshooter
It well-fixed problem itself

This method is Re-registry Microsoft Store app
Go to Search, type powershell
Copy the text code and paste on powershell
and press Enter to run the command
This code available in description
Code
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
#windows10 #windows11 #microsoftstore
پارسال در تاریخ 1401/11/02 منتشر شده است.
20,589 بـار بازدید شده
... بیشتر