Hi, I want delete windows 11 pre installed apps and I use a PowerSHell script but i can't find apps like TikTok, Instagram, Spotify, Disney+
Someone can help me to find the way to delete this bloatware? Thank you
get-appxpackage -allusers *xboxapp* | remove-appxpackage
get-appxpackage -allusers...