Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
12.88k stars 546 forks source link

How to confirm that telemetry is disabled #65

Closed Raphire closed 3 months ago

Raphire commented 4 months ago

Hey guys, I'm not sure where to ask, I'm new here on github, but please, how can I know if any Windows update, the KB's of life, DID NOT BRING BACK THE TELEMETRY OR OTHER STUFF THAT THIS SCRIPT MIGHT HAVE REMOVED / DISABLED, I ask because I imagine the guys at Microsoft are not so naive as to not know about these Debloats, so my question is - is there a way for me to run a script or some program that checks for me if Microsoft didn't bring back these telemetries among other things that were disabled by this debloat?

Thanks for everyone's attention and sorry if I'm asking in the wrong place.

Cheers,

Druid®.

Originally posted by @DruidCtba in https://github.com/Raphire/Win11Debloat/issues/31#issuecomment-2143037973

Raphire commented 4 months ago

@DruidCtba, I moved the issue here, as it wasn't related to the issue you posted this in originally.

I have addressed most of your concerns already in #58, you can find a link there to what required and optional data Microsoft collects.

To be clear: Microsoft provides settings to turn off most of their data collection and telemetry. This script uses those provided settings and turns them off for you. It's no different to you manually changing them.

There's a few settings that affect telemetry and data collection. You can check these in the Windows settings, although there may be additional settings inside specific applications.

The most important setting is this: image

All of this relies on trusting Microsoft respecting these settings though. I personally think they do respect these settings, but if you don't trust Microsoft then the only way to know for sure is manually checking your network traffic with tools like Wireshark.

loadstring1 commented 4 months ago

if you don't trust Microsoft then the only way to know for sure is manually checking your network traffic with tools like Wireshark.

this guy explains how to set it up on virtual machine (not wireshark but still monitors network traffic)

https://www.youtube.com/watch?v=gVi8VhLK0ro

Raphire commented 3 months ago

Closing issue