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