[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    If we all would believe MS, there would be no need for such threads :g:. The counts tell another story :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    634
    354
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Trickz

    Trickz MDL Novice

    Jul 31, 2015
    35
    11
    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

    Aug 15, 2012
    16,104
    24,378
    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
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    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

    Dec 27, 2012
    867
    1,463
    30
    #746 Dubioza Kolektiv, Apr 13, 2017
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Kraith

    Kraith MDL Novice

    Aug 8, 2016
    43
    17
    0
    #747 Kraith, Apr 13, 2017
    Last edited: Apr 13, 2017
    -- deleted --
     
  8. 13dk13

    13dk13 MDL Novice

    Feb 11, 2011
    41
    12
    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

    Aug 15, 2012
    16,104
    24,378
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Ainatar

    Ainatar MDL Novice

    Sep 5, 2015
    12
    7
    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

    Feb 11, 2011
    41
    12
    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. shewolf

    shewolf MDL Senior Member

    Apr 16, 2015
    471
    1,066
    10
  13. lynloz_83

    lynloz_83 MDL Novice

    Jan 31, 2012
    19
    18
    0
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Added 2 docx charts with info about WinSxS packages and Store Apps, kindly provided by @MSMG to OP.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Updated the WinSxs/Appx docx charts to latest versions i just got from @MSMG :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. wishdwdpy

    wishdwdpy MDL Novice

    May 12, 2017
    1
    1
    0
    Thanks you
    Great job
    So useful even for those who doesnt have internet, makes the win10 lighter.
     
  17. 13dk13

    13dk13 MDL Novice

    Feb 11, 2011
    41
    12
    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
     
  18. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    It never worked reliably due to some connections being hardcoded DLL functions.

    Try IP re-route :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Mayjoko

    Mayjoko MDL Junior Member

    Oct 15, 2015
    59
    29
    0
    What do you mean, like dnscrypt?
     
  20. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...