08-01-2020, 08:14 AM -
(08-01-2020, 03:10 AM)drhycodan Wrote: How do I remove Win10 Bloadware apps?
You have 2-otpions: CCleaner (Freeware ver) or Windows PowerShell:-
By CCleaner
Open CCleaner > Tool > Uninstall > re-order “Publisher” tab alphabetically (search for Microsoft corp.) > select & uninstall (what you want)
By powershell,
Do NOT Apply unless you know how to do it, better to Google more about the package name., the command will look like those:
Code:
get-appxpackage -allusers *package name* | remove-appxpackage
I have attached my powershell file, containing almost 50-lines and I have commented # for the packages, that I don’t want to uninstall.
Hope those steps do help your low-core CPU emulator better for playable-title.