Fix Microsoft Store Not Working

Опубликовано: 18 Ноябрь 2023
на канале: ComeAndFixIT
316
8

This Tutorial Helps To Fix Microsoft Store Not Working



Method 8:

Powershell Command:


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



Method 9:

Powershell Command:


Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage



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




00:00 Method 1 - Check Services
01:02 Method 2 - Wsreset
01:23 Method 3 - ClipSVC
01:55 Method 4 - Disk Cleanup
02:49 Method 5 - Troubleshoot
03:48 Method 6 - Check For Updates
04:21 Method 7 - Reset Microsoft Store
05:06 Method 8 - Re-Register Store Apps
05:56 Method 9 - Reinstall Microsoft Store


#microsoftstore
#microsoftstorefix
#windowsstore