Windows/Store

From Omnia
Revision as of 04:58, 4 October 2024 by Kenneth (talk | contribs) (Created page with "== Reinstall Microsoft Store == Try the following: <ref>https://answers.microsoft.com/en-us/windows/forum/all/how-to-reinstall-microsoft-store/a4151eee-68f1-4766-b834-e00397d130b7</ref> <ref>https://www.elevenforum.com/t/uninstall-or-reinstall-microsoft-store-app-in-windows-10-and-windows-11.11428/</ref> Powershell Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} or wing...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Reinstall Microsoft Store

Try the following: [1] [2]

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

or

winget install 9WZDNCRFJBMP

or [3]

Get-AppxPackage -Name "Microsoft.WindowsStore" | Remove-AppxPackage
Get-AppxPackage -Name "Microsoft.DesktopAppInstaller" | Remove-AppxPackage
Get-AppxPackage -Name "Microsoft.StorePurchaseApp" | Remove-AppxPackage
Get-AppxPackage -Name "Microsoft.XboxIdentityProvider" | Remove-AppxPackage
https://github.com/kkkgo/LTSC-Add-MicrosoftStore/archive/refs/tags/2019.zip
add-store.cmd

or

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

Reset Microsoft Store

wsreset -i