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