Fix Microsoft Store Missing / Greyed Out In Windows 10 - Reinstall Microsoft Store

Описание к видео Fix Microsoft Store Missing / Greyed Out In Windows 10 - Reinstall Microsoft Store

Learn how to fix Microsoft Store missing in Windows 10, or ms store greyed out and you can't find it anywhere. This may happen due to Windows updates, corrupt Windows files, or malware.
Follow on Social Media.
In this video, you will see 3 different ways to fix the missing Microsoft Store.

Method 1 - Reinstall Microsoft Store Using PowerShell

Execute these commands -

Get-AppxPackage windowsstore | Remove-AppxPackage

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

Method 2 -

Link to download PowerShell Script -

http://go.microsoft.com/fwlink/?LinkI...

Execute -

Set-ExecutionPolicy Unrestricted

Right click on script and Run with powershell


And if you can't execute it using right-click then open PowerShell inside the downloaded folder.

Execute -

.\reinstall-preinstalledapps.ps1 Microsoft.WindowsStore

OR

.\reinstall-preinstalledapps.ps1

above script will re-install all prebuilt apps.

Method 3 -

CMD Commands-

DISM /Online /Cleanup-Image /CheckHealth

DISM /Online /Cleanup-Image /ScanHealth

DISM /Online /Cleanup-Image /RestoreHealth

Restart and execute -

sfc /scannow

Repeat methods 1 and 2.


Facebook - https://fb.com/iTechFever
Twitter -   / itechfever  
Instagram -   / itechfever  

Visit - https://www.itechfever.com

Комментарии

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