How Do I Completely Disable Windows 10 Telemetry?

Page 2 of 5 FirstFirst 1234 ... LastLast

  1. Posts : 24,160
    Win 10 Home ♦♦♦19045.4957 (x64) [22H2]
       #11

    Callender said:
    Well it does launch your default browser but you can close the browser and use another one. It will still use TOR network. I only use it for region locked stuff.



    It's just your sig and ava make me think of the expression: Panda Power.
      My Computer


  2. Posts : 9,803
    Mac OS Catalina
       #12

    Do not connect computer to the Internet, do not use any form of communications period if you do not want anything out in the wild.

    Windows is not sending anything private out.
      My Computer


  3. Posts : 8
    Currently Windows, Maybe Linux Later
    Thread Starter
       #13

    Callender said:
    Well:


    Remap routing table.

    Stop telemetry

    Anyway a lot of it can be turned off by the choices made when doing an offline install of Windows 10.

    The rest of it is a little more tricky but remap routing table works. You still need to monitor connections for a while and weed out anything that connects to MS telemetry servers.
    I found the EvoRim Free Firewall you mentioned.

    The Remap routing table you linked to has this entry on the first line:
    104.107.13.214 255.255.255.255

    This would be added to this Registry key, correct?
    [HKEY_LOCAL_MACHINE\system\currentcontrolset\services\tcpip\parameters\PersistentRoutes]

    via this command, all of the lines in a regular batch (BAT) file, correct?
    route -p add 104.107.13.214 MASK 255.255.255.255 0.0.0.0

    Be aware there is also a method to add rules to block certain Microsoft Telemetry servers in the Windows Firewall. However, this page is 7 years old. This method uses a PowerShell script inside a batch (BAT) file: HOW TO DISABLE TELEMETRY ON WINDOWS 10 | SERVILON. Once you run the script in the batch file, the added rules will be displayed in Windows Firewall.

    This page also shows how to stop or delete 2 keylogger services:
    sc stop DiagTrack
    sc stop dmwappushservice

    or
    sc delete DiagTrack
    sc delete dmwappushservice

    Finally, it has batch file commands to disable Task Scheduler Telemetry entries. On the bottom of the page, you must copy the commands into a batch file and run it.
      My Computer


  4. Posts : 15,694
    Windows10
       #14

    Cypherdude said:
    Hello, I am unwilling to use Windows 10 because of the Telemetry issue. I have researched Telemetry and my understanding is you cannot completely turn off Telemetry, only set it on Basic. Has anyone ever been able to completely shut off Telemetry and verify this with utilities such as WireShark, Sysinternals TCPView, Nirsoft LiveTcpUdpWatch or Nirsoft CurrPorts? I know there are various tricks to try to shut off Telemetry such as using the Registry, Group Policy Editor, Task Scheduler to disable the "Customer Experience Improvement Program" (CEIP) and to remove the execute setting for file CompatTelrunner.exe. Are there any other Telemetry EXE files where I can disable the execute setting? There are experienced users who report even Windows 10 Enterprise returns data to Microsoft.

    Mozilla Firefox still supports Windows 7. However, Guitar Pro 8 and other guitar programs do not. Also, Anaconda Python stopped supporting Windows 7 almost immediately in Jan 2020 which is sad. Mathematica 13 stopped supporting Windows 7 although Wolfram has priced themselves out of the market and this is not as needed as Python.

    If anyone is able to make Windows 10 completely disable Telemetry and verify this with one of the above four utilities please LMK how to do it. Do the above Sysinternals and Nirsoft utilities catch ALL connections Windows makes? I am not willing to download an ISO from a third party source because they are insecure.

    Even Windows 10 is getting old and will only be supported for 2 more years unless Microsoft changes this. I will not be using Windows 11 because their TPM 2.0 disables anonymity and allows other software to identify you using the onboard motherboard key. For this reason I will be using Linux in the future. It's just a matter of when, not if. I am hoping I can run any required Windows software I need using Wine.
    What telemetry issue. The ONLY difference between Windows 10 and earlier versions is MS is more honest about telemetry LOL.
      My Computer


  5. Posts : 7,194
    22H2 64 Bit Pro
       #15

    Well look. Don't run this unless you want problems. Or without a backup. But it does remap routing table. Hosts and Firewall blocking are no good.

    Documentation - Get Blackbird

    Blackbird does not edit the HOSTS file in any way, nor does it mess with your firewall settings.
    It does not run in the background, instead relying on persistent routes and resolving hostnames to IP addresses each time Blackbird is applied by the user.
    Some telemetry is hard coded into windows so the only sure way to block is via routing table. That Blackbird program is hard to use and can break things and changes can be hard to undo.
      My Computer


  6. Posts : 7,194
    22H2 64 Bit Pro
       #16

    Remap routing table via Powershell.

    Don't delete services. Just disable.

    If you can identify telemetry ip addresses (or any other that you want to block) just add.

    How Do I Completely Disable Windows 10 Telemetry?-regcool.jpg
      My Computer


  7. Posts : 24,160
    Win 10 Home ♦♦♦19045.4957 (x64) [22H2]
       #17

    @Cypherdude


    Keep in mind that using Microsoft's firewall to block Microsoft's telemetry, is kind of silly.
      My Computer


  8. Posts : 8,009
    Windows 11 Pro 64 bit
       #18

    Any competent intelligence agency or criminal organisation has a very long reach. Fortunately you can still buy paper, pens, envelopes and stamps to communicate.
      My Computers


  9. Posts : 282
    Windows 10 Pro
       #19

    The responses here are what I'd expect.

    Comparison of Windows 10 Privacy tools - gHacks Tech News

    GitHub - Jamesits/dropWPBT: Disables the Windows Platform Binary Table (WPBT) in your UEFI firmware.

    If you can find it, try Tiny10.

    Check out Windows 10 AME and strip your ISO yourself...

    I have a partial list of domains used by Windows 10 and most are blocked here at the domain level, even though I'm running Tiny10, there still a few external requests I blocked in the router flashed with Asus Merlin. Windows 10 uses an abundance of ASNs and one of those belongs to the CDN Akamai which is a pain to out right block since so many other websites use that CDN. If you know definitive IPs (I have a partial list), use OPNSense or pfSense. I use this too. LOL

    Once upon a time the acronym PC stood for Personal Computer. Now YOU are the corporate cash cow. And it's not just Microsoft.

    What? You thought Windows 10 was free because Microsoft wanted to be nice? Nothing in life is free. Nothing. It's paid for somehow in some way and in some fashion directly or indirectly. Those Apps you use for McDonalds deals, Starbucks, etc? Laced with telemetry. I could write a book on this stuff!

    In my post about Edward Snowden I touched base on this. https://web.archive.org/web/20200908...pic.php?p=3099
      My Computer


  10. Posts : 6
    Windows 10
       #20

    Callender said:
    Well look. Don't run this unless you want problems. Or without a backup. But it does remap routing table. Hosts and Firewall blocking are no good.

    Documentation - Get Blackbird



    Some telemetry is hard coded into windows so the only sure way to block is via routing table. That Blackbird program is hard to use and can break things and changes can be hard to undo.
    Yes I have used that successfully (apparently...) on a Win 7 install but last time I tried on Win 10 (some time last year) I kept getting warnings from Defender and unless updated I am not sure it is compatible with current Win 10 versions.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:37.
Find Us




Windows 10 Forums