Microsoft is removing Maps and Movies & TV from Windows 11

L4sBot@lemmy.worldmod to Technology@lemmy.world – 90 points –
Microsoft Is Removing Maps And Movies & TV From Windows 11 - Gadget Tendency
gadgettendency.com

Microsoft is removing Maps and Movies & TV from Windows 11::Microsoft today announced the release of Windows 11 Insider Preview build 25987 to the Canary channel. Starting with this build, Microsoft will no longer

19

Starting with this build, Microsoft will no longer

gosh, if only.

Personally, I can’t wait for

Sadly they only removed them from fresh installs not updates. The apps are still available in the store for anyone that wants them as well.

I’d love less crap preinstalled on windows. First thing I do is run a powershell script to basically uninstall all the store apps (even ones you can’t normally uninstall using the add/remove UI). Love to see the Xbox stuff gone. Removing it and having it not throw errors on game launches was a bit of a pain.

It’s just so much junk…

Care to share the script…. For a friend?

I usually search it. This has many good options just scroll down to the powershell section. You can drop the name argument from the delete a specific app command and it will just dump the entire list of apps into the remove command.

Nice! It they start getting rid of all the other clutter / bloatware, I may change my mind and I will keep one Windows installation.

How did you not mention in-fucking-OS ads

I haven't seen those.

Can you turn them off? If so I likely did that already lol

Edit: just googled it you can turn them off. I must have done it as soon as I got 11. Still a PITA

this innovation only applies to early Windows Insiders testing participants

Innovation.

Of course its innovative, imagine the room this clears up for more ads.

That's a few less lines in my Windows install PowerShell script.

Get-AppxPackage zunevideo | Remove-AppxPackage | Out-Null

And now some Linux users will unironically state that they don't have to run any scripts on a fresh install...