• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Creators Update installed. Now, how do I delete NEW default crap apps?

Joined
Aug 4, 2016
Messages
340 (0.11/day)
Processor 8700k OC @ 5GHz (1.35 V)
Motherboard ASUS Prime Z390-A
Cooling Corsair H100i v2
Memory 16GB DDR4 OC @ 3000MHz
Video Card(s) EVGA RTX 2070 XC Ultra
Storage 4 x 250GB PNY SSD & WD BLACK 1TB HDD
Display(s) Samsung UHD 4K / BenQ RL2455HM
Case NZXT H500i
Power Supply Corsair 750W
Software Windows 10 Pro
I seriously hate how windows is going. I used that PowerShell command earlier in builds to remove all the bloatware MS installed on my rig, however, some new "3D" apps have appeared. Any ideas on how to remove them?
 
Right click, uninstall. Or Programs and features.
 
Right click on Start -> Apps and Features
 
The new MS ones are not able to be uninstalled. And, they apparently grow in size. 8kb yesterday became this:

capture195.png


capture587.png


This one also grew overnight
 
Last edited by a moderator:
Use powershell as admin, first command to get the names of the app then the second command replacing "PackageFullName" with the one you wish to remove
Code:
Get-AppxPackage -AllUsers

Remove-AppxPackage "PackageFullName"
 
That I did. It removes all pre creator update apps, but the new ones are unable to be uninstalled. Sneaky MS.
 
Creator Update isn't gold until the 11th. I suspect not long after that, someone will find a way to remove them.
 
Its actually gold right now, final build, MS is waiting till Patch Tuesday.
 
Back
Top