Reinstall All Built-in Apps in Windows 10

Skip to main content

Reinstall All Built-in Apps in Windows 10


Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}