Skip to content

Instantly share code, notes, and snippets.

@valorad
Last active July 12, 2025 02:26
Show Gist options
  • Save valorad/0b4aae69f57c3d6de144fc30d33fa9c2 to your computer and use it in GitHub Desktop.
Save valorad/0b4aae69f57c3d6de144fc30d33fa9c2 to your computer and use it in GitHub Desktop.
Windows Server 2025 install MSStore
# admin terminal
wsreset -i
# then wait for around 30s

yep. Simple is that.

P.s. when second user wants store as well, run

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment