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