[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    If we all would believe MS, there would be no need for such threads :g:. The counts tell another story :cool2:.
     
  2. bonesz

    bonesz MDL Senior Member

    Joined:
    Jun 30, 2013
    Messages:
    479
    Likes Received:
    262
    Trophy Points:
    10
  3. Trickz

    Trickz MDL Novice

    Joined:
    Jul 31, 2015
    Messages:
    34
    Likes Received:
    11
    Trophy Points:
    0
    Been using a clean CU install for a day with OneDrive autostart and scheduled task disabled and already had a sudden prompt to log in to OneDrive while doing completely other stuff.
    I do have that option in folder options.
     
  4. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    #744 s1ave77, Apr 10, 2017
    Last edited by a moderator: Apr 20, 2017
    Code:
    ::Turn off File Explorer ads
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSyncProviderNotifications" /t REG_DWORD /d "0" /f
    
    ::Turn off Start Menu suggestions
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d "0" /f
    
    ::Turn off "Get tips, tricks and suggestions as you use Windows"
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d "0" /f
    
    ::Turn off Game Bar Tips
    reg add "HKCU\SOFTWARE\Microsoft\GameBar" /v "ShowStartupPanel" /t REG_DWORD /d "0" /f
    
    ::Disable Lockscreen Ads
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "RotatingLockScreenEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "RotatingLockScreenOverlayEnabled" /t REG_DWORD /d "0" /f
    
     
  5. TairikuOkami

    TairikuOkami MDL Expert

    Joined:
    Mar 15, 2014
    Messages:
    1,057
    Likes Received:
    926
    Trophy Points:
    60
    #745 TairikuOkami, Apr 10, 2017
    Last edited by a moderator: Apr 20, 2017
    Thanks, I did not know about this one, that makes it 5 places Windows shows ADs now, store/apps excluded. For the record, disabling lockscreen ADs:

    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "RotatingLockScreenEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "RotatingLockScreenOverlayEnabled" /t REG_DWORD /d "0" /f
     
  6. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Joined:
    Dec 27, 2012
    Messages:
    718
    Likes Received:
    1,203
    Trophy Points:
    30
  7. Kraith

    Kraith MDL Novice

    Joined:
    Aug 8, 2016
    Messages:
    34
    Likes Received:
    7
    Trophy Points:
    0
    #747 Kraith, Apr 13, 2017
    Last edited: Apr 13, 2017
    -- deleted --
     
  8. 13dk13

    13dk13 MDL Novice

    Joined:
    Feb 11, 2011
    Messages:
    40
    Likes Received:
    12
    Trophy Points:
    0
    #748 13dk13, Apr 13, 2017
    Last edited: Apr 13, 2017
    @Qurajber

    i remember i got a similar problem, try one by one those that say msn ! i can tell you one of those are. ;)

    exclude this i may miss some:

    #0.0.0.0s.gateway.messenger.live.com
    #0.0.0.0apps.skype.com
    #0.0.0.0m.hotmail.com
     
  9. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    @ above

    The list might be a bit too straight for MSN/Skype as it seems :g:. Will check to exclude them when i know what's needed for those.
     
  10. Ainatar

    Ainatar MDL Novice

    Joined:
    Sep 5, 2015
    Messages:
    12
    Likes Received:
    7
    Trophy Points:
    0
    Telemetry Hosts List

    This is part of my hosts lists. It's intended to block telemetry and such, trying to avoid services like Skype, Windows Update, Msn, Outlook & Live logins, etc... It's a bit extensive, but I hope you find it useful. (And of course, there is no perfect list :p)

    pastebin.com/d3599C0q
     
  11. 13dk13

    13dk13 MDL Novice

    Joined:
    Feb 11, 2011
    Messages:
    40
    Likes Received:
    12
    Trophy Points:
    0
    #751 13dk13, Apr 14, 2017
    Last edited: Apr 14, 2017
    so at first thread are this.

    Akamai related and not recommend to block so far:

    and some ip lists, after i just install rs2 testing without block host file, i was able to pick some ips.

    This are relate to something important ? just to know

    a23-217-163-89.deploy.static.akamaitechnologies.com
    a23-217-48-55.deploy.static.akamaitechnologies.com

    a23-199-193-17.deploy.static.akamaitechnologies.com
    a23-199-193-35.deploy.static.akamaitechnologies.com
    a23-199-203-46.deploy.static.akamaitechnologies.com

    a23-219-93-58.deploy.static.akamaitechnologies.com
    a23-219-93-59.deploy.static.akamaitechnologies.com
    a23-219-93-50.deploy.static.akamaitechnologies.com

    and many others.
     
  12. lynloz_83

    lynloz_83 MDL Novice

    Joined:
    Jan 31, 2012
    Messages:
    17
    Likes Received:
    18
    Trophy Points:
    0
  13. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    Added 2 docx charts with info about WinSxS packages and Store Apps, kindly provided by @MSMG to OP.
     
  14. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    Updated the WinSxs/Appx docx charts to latest versions i just got from @MSMG :good3:.
     
  15. wishdwdpy

    wishdwdpy MDL Novice

    Joined:
    May 12, 2017
    Messages:
    1
    Likes Received:
    1
    Trophy Points:
    0
    Thanks you
    Great job
    So useful even for those who doesnt have internet, makes the win10 lighter.
     
  16. 13dk13

    13dk13 MDL Novice

    Joined:
    Feb 11, 2011
    Messages:
    40
    Likes Received:
    12
    Trophy Points:
    0
    Well host block dont work anymore who knows what ms did on last patchs.

    couple ips keep connecting and downloading update to apps and WU

    i had to add direct to firewall block to stop downloads so stupid annoy
     
  17. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    It never worked reliably due to some connections being hardcoded DLL functions.

    Try IP re-route :cool2:.
     
  18. Mayjoko

    Mayjoko MDL Junior Member

    Joined:
    Oct 15, 2015
    Messages:
    57
    Likes Received:
    28
    Trophy Points:
    0
    What do you mean, like dnscrypt?
     
  19. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340