I just got a new work laptop and I'm struggling with my OCD about keeping it clean and organized. As soon as I took it out of the box, I noticed all the pre-installed software and I'm feeling overwhelmed. I want to remove as much unnecessary stuff as possible using PowerShell, ideally without fully reinstalling Windows. However, I've heard that some installed items, like C++ runtimes or ASP.NET Core, are important to other programs and I'm stuck on what to remove. For instance, I managed to remove some C++ and Desktop runtimes, but ASP.NET Core just won't budge without a manual uninstall. I have no clue what else might break if I start deleting these components. Can anyone guide me on what I should keep and what I can safely uninstall?
5 Answers
Have you thought about switching to something like Arch Linux? You can control every package that goes on your system. If your work requires Windows, though, customizing too much might get you into trouble if something breaks. Let your IT handle the setup instead.
Honestly, it seems like you’re on a losing streak with trying to remove dependencies. It might be better to just focus on uninstalling some of the apps you don't use, and consider disabling some features to declutter your experience.
I’d recommend leaving the runtimes and ASP.NET Core alone. They're shared by many applications and usually don't take up too much space. Removing them can lead to unexpected issues with other programs that depend on them.
The runtimes you mentioned are integral parts of the Microsoft development environment. Deleting them could break various apps that rely on these libraries. It’s safer to leave them in place.
What kind of programs should I be aware of that might break? Any examples?
It sounds like you might benefit from talking to a licensed professional about your OCD if it’s causing you this much stress. They could help you find strategies to manage it better.
I hear you, but my Apps list is packed with stuff I don’t even use. Why does it have to be so cluttered? I feel like it makes everything slower!