Purge Windows 10 of its useless bloatware

Uninstall individual and most crap apps in Windows 10 using PowerShell.

To start, search for PowerShell in your Start menu, right-click on it and select the option (Run as Administrator).” Or, open a Command Prompt as user administrator, type start Powershell and press the Enter button.

List pre-installed Microshit apps

Get-AppxPackage | ft Name, PackageFullName -AutoSize

List all systemwide apps

Get-AppxPackage -AllUsers | ft Name, PackageFullName -AutoSize

Remove all pre-installed apps by diarrhea Microcrap

Get-AppxPackage -AllUsers | Remove-AppxPackage

Stop pre-provisioning aka on-boarding from happening again by sneaky Gate’s Microdung when new account is added

Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online

Note: Let the last command run for a while, it seems like it’s stuck in a loop but it is not. Let it complete. Rinse and reaping a few times doesn’t hurt either.

Find following Registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\

Create new key inside the Windows key folder. Right-click the Windows key, choose New > Hit Key. Name the new key CloudContent.
Create a new value inside that new key. Right-click the CloudContent key and select New > Select DWORD (32-bit) Value. Name the new value DisableWindowsConsumerFeatures.

Double-click the new DisableWindowsConsumerFeatures value to open its properties window. Change the value from 0 to 1 in the Value data box and then click the ok button, then reboot.

The above actions will remove even those sticky apps like Xbox, Skype, Candy Crush and more. Final registry edition is suppose to block them from being reconstructed and leaking back in. Thanks for wasting everyone’s precious time Bill. Quit vomiting on your latests releases asshole.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *