BloatyNosy/mods/restore-inbox-apps.ps1

1 line
128 B
PowerShell
Raw Normal View History

2024-02-26 20:54:58 +01:00
Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}