Just wanna take a moment to let people know about a very, very good and reputable tool for privacy and windows. I personally think it should be recommended on the main Privacy Guides site if you use windows. This is not a substitute for using Linux, however.
Linux is better, but if you have to use Windows, the Chris Titus Tech tool is quite easy to use, extremely powerful, and has been actively developed for a long time. You can set power-user privacy options easily, massively debloat your windows installation, install programs, and easily set your update settings to security only, if that is what you want.
Just wondering about the communty's and mod's thoughts (like Jonah). I've used the tool for a long time and I am always impressed with it, especially as it comes from somebody who has a sterling reputation on computer and Linux know-how
You can get an executable if you prefer. And the code is on github so you can implement what you like
I do recognize your point about weblinks. But, you can trace what this weblink is going to do, since the code is open source. Nothing has to surprise you
I don't use windows much anymore, but I enjoy everything Chris Titus. I hope he doesn't jump the shark at some point. I feel like all my favorite youtubers do eventually.
Well, he has often had high paying jobs outside YouTube. He started his YouTube channel as an incidental thing. He's not really super reliant on it due to his abilities and resume. I am hopeful he won't jump the shark
Despite using Linux every day on servers, it's somehow impossible to move away from windows if you actually have to work with it. I think privacy guides needs a section on windows at least to make it more "private" if that's even possible.
If anyone is interested, there's a windows tool called AtlasOS, https://atlasos.net/, that is a significant debloat tool. It's designed for gamers to get as much fps and performance out of their system as possible. Yes I've had things break, and yes it's a security issue, but I've never had a problem with the games I play. I like the idea and enjoy trying it out when Linux isn't an option for something I'm trying to do.
My biggest issue with AtlasOS is that you don't know what is bundled with it. Sure, there are instructions on how to build it by yourself BUT I would never trust a random ISO on the internet.
This is…not the best idea, imo. If I had to guess, I would say that it is attempting to disable diagnostic data by setting a registry key — only on Windows Home or Pro, that’s ineffective and doesn’t have any extra benefit compared to just disabling optional telemetry in the settings app. It also seems to pointlessly duplicate things the user already has control of (why does there need to be a toggle for Hyper V and Windows Subsystem Linux?) Last I checked they were pretty simple enough to turn on and off in the base system. Same goes for stuff such as Location Tracking and Activity History, which I’m fairly sure are literally already in the privacy settings.
Attempting to do large scale “debloating” will inevitably lead to system breakage and things not working. Start Menu shortcuts? They’re one click away from being uninstalled. OEM Bloat such as random third party antiviruses? You should be doing a clean install to get rid of those. Apps such as Cortana? winget uninstall. You also don’t need a third party program to manage your app updates, that’s literally what winget upgrade --all is for.
That's not how it works, actually. Its more sophisticated. The point is to provide easy access to options for a user that doesn't want to root through the guts of a system
And no, it is more robust than that. This tool doesn't lead to breakage. IT admins use this tool.
And finally, your last suggestions are beyond the ability of the average user
While I can see what the author was going for, I still don't think it's worth it to give yet another third party app admin access in order to make managing settings slightly easier.
That’s not how it works, actually. Its more sophisticated.
How does it work then?
And no, it is more robust than that. This tool doesn’t lead to breakage. IT admins use this tool.
A sysadmin would usually use group policies to manage settings and install apps automatically, especially since they would likely be using Windows Pro or Enterprise in a work environment.