BloatyNosy/mods/restore-inbox-apps.ps1

1 line
128 B
PowerShell
Raw Permalink Normal View History

2023-02-17 16:22:34 +01:00
Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}