FIX Can't Find Microsoft Store App in Windows 11/10 [2024]
If you're unable to find the Microsoft Store in Windows 11, there could be several reasons for this issue: Sometimes, the Microsoft Store may be hidden or disabled by system administrators or through group policy settings. This could be the case, especially in enterprise environments where administrators may restrict access to certain apps. this can also be caused by Corrupted Installation: If the Microsoft Store was installed but is not appearing, it's possible that the installation might be corrupted. In such cases, reinstalling the Microsoft Store might resolve the issue. To troubleshoot the issue try the following solutions.
Script 1:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Script 2:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This troubleshooting guide will work Windows 11 operating systems (Home, Professional, Enterprise, Education) and desktops, laptops, tables and computers manufactured by the following brands: Asus, Dell, HP, MSI, Alienware, MSI, Toshiba, Acer, Lenovo, razer, huawei, dynabook, LG , vaio, surface among others.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
》 CHAPTERS 《
00:00 Intro
00:37 Solution 1
02:39 Solution 2
03:58 Outro