[REPO] Windows 10 TELEMETRY REPOSITORY

Discussion in 'Windows 10' started by Yen, Aug 4, 2015.

  1. RADITZDJ

    RADITZDJ MDL Member

    Jun 24, 2011
    161
    35
    10
    ParentalControls and WindowsFeedback removed successfully using DISM OFFLINE and atm no problems on my fresh install

    CloudExperienceHost not yet tried but I already tried ShellExperienceHost it give Start Menu critical error
    So my opinion don't remove CloudExperienceHost
     
  2. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    10
    I had some issues when I removed CloudExperienceHost from my .wim file. Such as my taskbar icons and the context menu not showing up. I haven't tried removing it from an online system yet though.
     
  3. hydranix

    hydranix MDL Novice

    Apr 4, 2013
    9
    8
    0
    Just would like to leave this bit of information about using the HOSTS file to block telemetry.

    It doesn't work. Microsoft uses the const DNS_QUERY_NO_HOSTS_FILE in their software. (especially the telemetry related stuff)


    I just confirmed it, and it's easy to do.

    Add common microsoft telemetry servers to hosts, reboot, find that they still connect to proper IP, restore hosts file, reboot, no change.

    tl:Dr
    Use Windows Firewall
     
  4. JanCerny

    JanCerny MDL Senior Member

    Sep 13, 2012
    295
    194
    10
    #524 JanCerny, Aug 29, 2015
    Last edited by a moderator: Apr 20, 2017
  5. mictlan

    mictlan MDL Member

    Nov 9, 2009
    241
    123
    10
    @hydranix:
    Yep, confirmed.
     
  6. Sirte

    Sirte MDL Novice

    Jun 11, 2014
    16
    17
    0
    #526 Sirte, Aug 29, 2015
    Last edited by a moderator: Apr 20, 2017

    I have done it on OpenWRT via dnsmasq + forcing all connections to use my intern dns:

    Code:
    # install iptables-mods:
    opkg install iptables-mod-nat-extra
    # force all llokups to use our dns:
    nano /etc/firewall.user
    # add these lines:
    iptables -t nat -I PREROUTING -p tcp --dport 53 -j REDIRECT --to-ports 53
    iptables -t nat -I PREROUTING -p udp --dport 53 -j REDIRECT --to-ports 53
    # add all ip-ranges you want to block like:
    iptables -I INPUT -j DROP -s 64.4.0.0/18
    iptables -I FORWARD -j REJECT -d 64.4.0.0/18
    # block domains:
    nano /etc/dnsmasq.conf
    # add lines like:
    address=/doubleclick.com/0.0.0.0
    # restart your router, first connection could take some time
    I copied together all domains i could find, then i removed the ones which blocked Visual-Studio related services as i need them. MSDN is still broken though.


    hxxp://pastebin.com/raw.php?i=5J1JG51F (as i can not post it raw)



    Some additional ip-ranges:
    Code:
    #---------- firewall.user ----------#
    # MS unknown
    iptables -I INPUT -j DROP -s 8.254.200.14
    iptables -I FORWARD -j REJECT -d 8.254.200.14
    iptables -I INPUT -j DROP -s 8.254.208.254
    iptables -I FORWARD -j REJECT -d 8.254.208.254
    
    # MS Spynet
    iptables -I INPUT -j DROP -s 23.96.0.0/13
    iptables -I FORWARD -j REJECT -d 23.96.0.0/13
    iptables -I INPUT -j DROP -s 191.236.0.0/14
    iptables -I FORWARD -j REJECT -d 191.236.0.0/14
    
    # MS Telemetry Command
    iptables -I INPUT -j DROP -s 65.52.0.0/14
    iptables -I FORWARD -j REJECT -d 65.52.0.0/14
    
    # Comodo CA
    iptables -I INPUT -j DROP -s 178.255.83.0/26
    iptables -I FORWARD -j REJECT -d 178.255.83.0/26
    
    #MS SearchUI.exe
    iptables -I INPUT -j DROP -s 204.79.195.0/24
    iptables -I FORWARD -j REJECT -d 204.79.195.0/24
    iptables -I INPUT -j DROP -s 204.79.196.0/23
    iptables -I FORWARD -j REJECT -d 204.79.196.0/23
    
    # MS OneDrive
    iptables -I INPUT -j DROP -s 207.46.0.0/16
    iptables -I FORWARD -j REJECT -d 207.46.0.0/16
     
  7. winbond

    winbond MDL Novice

    Oct 27, 2009
    44
    13
    0
    good work, thanks for the info, i would use drop instead of reject everywhere though
     
  8. Skunk1966

    Skunk1966 MDL Member

    Jul 15, 2011
    165
    167
    10
    can somebody tell me how to block telemetry using ESET firewall?
     
  9. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,152
    210
    Just wiped 10 Pro and installed 10 Enterprise LTSB

    GPEDIT - Disabled Defender and turned off Telemetry

    Anything else needed to stop this SKU from Spying or is that enough ?
     
  10. roga

    roga MDL Member

    Aug 12, 2015
    144
    73
    10
    I'll save you all the trouble and tell you that nothing will ever be "enough".
    I too have LTSB. I did ALL the tweaks. Still observe data sent off to Microsoft servers through unblockable paths like svchost.
    You can certainly limit the spying by doing all the tweaks, but you cannot escape it.
     
  11. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,152
    210
    Ah well, thanks, I've had enough of trying to block this stuff, all I succeeded in doing with Pro was breaking stuff and blocking myself from MS sites

    Least there are no apps in LTSB, that'll do
     
  12. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #532 Nucleus, Aug 30, 2015
    Last edited: Aug 30, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,152
    210
    I did on Pro, and the reason for installing LTSB was so I didn't have to mess about with things like that any more

    I'm not bothered any more, unless a one click 100% working program gets released, I`ll leave it as it is
     
  14. mrbbq

    mrbbq MDL Addicted

    Jul 18, 2015
    510
    277
    30
    #536 mrbbq, Aug 30, 2015
    Last edited: Aug 30, 2015
    Please provide some evidence of this happening if you have also used the firewall rules blocking Microsoft's services (eg searchui.exe which pings bing no matter what if you don't block it.) and/or Peerblock to do so. Because I can do the same and there is nothing bar utterly essential network traffic transmitted once you have done so, which has nothing to do with telemetry or spying but *has* to occur if you want internet access.
    Fiddler screencap, etc will do. Been hoping someone could do so for weeks. So far nobody has been able to back up this "impossible to block them" claim.

    @Nucleus thanks for reposting that KMS related info - been looking for that particular tweak again for *days* as couldn't for the life of me remember what it was called!
     
  15. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,865
    2,143
    60
    #537 Muerto, Aug 30, 2015
    Last edited: Jan 15, 2021
    ...
     
  16. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,152
    210
    Disabling them sounds a better option then, SFC shouldn't re-enable them again
     
  17. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,865
    2,143
    60
    #539 Muerto, Aug 30, 2015
    Last edited: Jan 15, 2021
    ...
     
  18. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,152
    210
    They didn't on my Pro install (Even after SFC), and up to now on Enterprise, they're still disabled, haven't run SFC though