wsreset.exe
Get-Service ClipSVC, AppXSVC | Set-Service -StartupType Manual
Start-Service ClipSVC; Start-Service AppXSVC
Get-AppxPackage -AllUsers Microsoft.WindowsStore |
Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
# Optional: refresh key inbox apps if they still misbehave
Get-AppxPackage -AllUsers Microsoft.WindowsNotepad, Microsoft.Windows.Photos, Microsoft.WindowsTerminal |
Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}