How to Fix Microsoft Store Not Opening on Windows 10/ 11

Описание к видео How to Fix Microsoft Store Not Opening on Windows 10/ 11

Solution to Fix Microsoft Store Not Opening on Windows 10/ 11
Powershell command:

PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”

Комментарии

Информация по комментариям в разработке