mirror of
https://github.com/builtbybel/BloatyNosy.git
synced 2024-11-08 00:54:36 +01:00
1 line
128 B
PowerShell
1 line
128 B
PowerShell
Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode} |