wvl
Member
- Jan 17, 2022
- 20
I changed a new hard drive and installed Windows 10 yesterday and I couldn't find Microsoft Store app.
I searched some information on internet and tried to fix this error, so I found a solution and ran the command:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
in Windows Powershell but it almost did nothing
I searched some information on internet and tried to fix this error, so I found a solution and ran the command:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
in Windows Powershell but it almost did nothing