[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,760
    997
    180
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    ::APP ACCESS Account Info
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,760
    997
    180
    But the previous tweak do that. This tweak don't do anything.
     
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. RADITZDJ

    RADITZDJ MDL Member

    Jun 24, 2011
    161
    35
    10
    #146 RADITZDJ, Aug 10, 2015
    Last edited by a moderator: Apr 20, 2017
    Already did the bat
    and my host added with the list

    So my question is how to make the host list intact?
    I mean it can't be auto changed by anything

    As long as I knew, a few months ago I'm trying to use pirated IDM and the result is that IDM somehow 'changed' that host block trick
    The host file filled with asteriks sign
    And of course the block dead
    I'm just guessing a enterprise like MS might be doin that..
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Not sure what you mean :g:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. RADITZDJ

    RADITZDJ MDL Member

    Jun 24, 2011
    161
    35
    10
    #149 RADITZDJ, Aug 10, 2015
    Last edited: Aug 10, 2015
    For those who don't want to use activator/keygen to use IDM pirated there is host block trick
    Added some IP that used by IDM to check the activation
    That trick success for a few years
    But now the IDM dev knew this and create some "automation" or background process that 'edit' the host file
    If the block list IP that used by IDM is there then the 'automation' add the * before 127.0.0.1
    So the host trick failed
    And bingo
    IDM catched pirated version (nag screen blah,,blah,,blah..)

    Right now I'm using firewall block
    No more host block for IDM

    So maybe Win 10 will take the same way
    Probably..

    Btw, I get this :

    [System Process] 0 TCP ranap-pc 49486 msnbot-64-4-54-36.search.msn.com https TIME_WAIT 4 2,326 6 6,107

    And I add : msnbot-64-4-54-36.search.msn.com
    To host file
     
  9. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Better stop here :cool2:. Wrong forums!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. RADITZDJ

    RADITZDJ MDL Member

    Jun 24, 2011
    161
    35
    10
    I mean add to
    d:\win10\hosts.block.txt

    Then re-apply the bat using the script
    Checked my host file
    And msnbot-64-4-54-36.search.msn.com added there
     
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #153 s1ave77, Aug 10, 2015
    Last edited by a moderator: Apr 20, 2017
    If you need more, ask ... i'm trying to get some reply on this for a while now :eek:.

    BTW: That is same list converted from REG to BAT/CMD:

    Code:
    ::===============================================================================================================
    ::Defer Windows Upgrade
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DeferUpgrade" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::Disable Access to Language List
    reg add "HKCU\Control Panel\International\User Profile" /v "HttpAcceptLanguageOptOut" /t REG_DWORD /d "1" /f
    ::Advertising ID
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v "Enabled" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::Cortana Disable/Reset
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "DisableWebSearch" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::APP ACCESS
    ::Account Info
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{C1D23ACC-752B-43E5-8448-8D0E519CD6D6}" /v "Value" /t REG_SZ /d "Deny" /f
    ::Calendar
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{D89823BA-7180-4B81-B50C-7E471E6121A3}" /v "Value" /t REG_SZ /d "Deny" /f
    ::Camera
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{E5323777-F976-4f5b-9B55-B94699C46E44}" /v "Value" /t REG_SZ /d "Deny" /f
    ::Location Info
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}" /v "Value" /t REG_SZ /d "Deny" /f
    ::Messages
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{992AFA70-6F47-4148-B3E9-3003349C1548}" /v "Value" /t REG_SZ /d "Deny" /f
    ::Microphone
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{2EEF81BE-33FA-4800-9670-1CD474972C3F}" /v "Value" /t REG_SZ /d "Deny" /f
    ::Radios
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{A8804298-2D5F-42E3-9531-9C8C39EB29CE}" /v "Value" /t REG_SZ /d "Deny" /f
    ::===============================================================================================================
    ::APP Notifikations aka Toasts
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\PushNotifications" /v "ToastEnabled" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::App Telemetry
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "AITEnable" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableInventory" /t REG_DWORD /d "1" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableUAR" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::Auto-Driver Update
    reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\DriverSearching" /v "SearchOrderConfig" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::Auto-Windows-Update
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::Biometrics
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Biometrics" /v "Enabled" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::Lockscreen Camera
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreenCamera" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language" /v "Enabled" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::Getting to know me
    reg add "HKCU\SOFTWARE\Microsoft\Personalization\Settings" /v "AcceptedPrivacyPolicy" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::Handwriting Data Sharing I
    reg add "HKCU\SOFTWARE\Microsoft\InputPersonalization" /v "RestrictImplicitTextCollection" /t REG_DWORD /d "1" /f
    reg add "HKCU\SOFTWARE\Microsoft\InputPersonalization" /v "RestrictImplicitInkCollection" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::Handwriting Data Sharing II
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\TabletPC" /v "PreventHandwritingDataSharing" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::Contacts Sharing
    reg add "HKCU\SOFTWARE\Microsoft\InputPersonalization\TrainedDataStore" /v "HarvestContacts" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::Location and Sensors
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors" /v "DisableLocation" /t REG_DWORD /d "1" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors" /v "DisableSensors" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::One Drive
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\OneDrive" /v "DisableFileSyncNGSC" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::Location
    reg add "HKLM\SYSTEM\ControlSet001\Control\Storage\EnabledDenyGP" /v "DenyAllGPState" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::Disable Password Reveal
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CredUI" /v "DisablePasswordReveal" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::Handwriting Data Sharing III
    reg add "HKCU\SOFTWARE\Microsoft\Input\TIPC" /v "Enabled" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::Disable Web Content Evaluation
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::Sync with Devices
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\LooselyCoupled" /v "Value" /t REG_SZ /d "Deny" /f
    ::===============================================================================================================
    ::Telemetry
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::WebSearch
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "BingSearchEnabled" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::WiFi Sense
    reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\WcmSvc\wifinetworkmanager\features\S-1-5-21-3902212115-2543662138-3061636537-1001" /v "FeatureStates" /t REG_DWORD /d "828" /f
    ::===============================================================================================================
    ::Defender Anti-Spy
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::WiFi Sense
    reg add "HKCU\SOFTWARE\Microsoft\Siuf\Rules" /v "NumberOfSIUFInPeriod" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::Media DRM Internet Access
    reg add "HKLM\SOFTWARE\Policies\Microsoft\WMDRM" /v "DisableOnline" /t REG_DWORD /d "1" /f
    ::===============================================================================================================
    ::WU for other Products
    reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d" /v "RegisteredWithAU" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::WU Sharing
    reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization" /v "SystemSettingsDownloadMode" /t REG_DWORD /d "0" /f
    ::===============================================================================================================
    ::WU Sharing
    reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d "0" /f
    
    This is the REG:

    Code:
    Windows Registry Editor Version 5.00
    
    
    ;Defer Windows Upgrade
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "DeferUpgrade"=dword:00000001
    
    ;Disable Access to Language List
    [HKEY_CURRENT_USER\Control Panel\International\User Profile]
    "HttpAcceptLanguageOptOut"=dword:00000001
    
    ;Advertising ID
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
    "Enabled"=dword:00000000
    
    ;Cortana Disable/Reset
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
    "AllowCortana"=dword:00000000
    "DisableWebSearch"=dword:00000001
    
    ;APP ACCESS
    ;Account Info
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{C1D23ACC-752B-43E5-8448-8D0E519CD6D6}]
    "Value"="Deny"
    
    ;Calendar
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{D89823BA-7180-4B81-B50C-7E471E6121A3}]
    "Value"="Deny"
    
    ;Camera
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{E5323777-F976-4f5b-9B55-B94699C46E44}]
    "Value"="Deny"
    
    ;Location Info
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}]
    "Value"="Deny"
    
    ;Messages
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{992AFA70-6F47-4148-B3E9-3003349C1548}]
    "Value"="Deny"
    
    ;Microphone
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{2EEF81BE-33FA-4800-9670-1CD474972C3F}]
    "Value"="Deny"
    
    ;Radios
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{A8804298-2D5F-42E3-9531-9C8C39EB29CE}]
    "Value"="Deny"
    
    ;APP Notifikations aka Toasts
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\PushNotifications]
    "ToastEnabled"=dword:00000000
    
    ;App Telemetry
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
    "AITEnable"=dword:00000000
    "DisableInventory"=dword:00000001
    "DisableUAR"=dword:00000001
    
    ;Auto-Driver Update
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\DriverSearching]
    "SearchOrderConfig"=dword:00000000
    
    ;Auto-Windows-Update
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "NoAutoUpdate"=dword:00000001
    
    ;Biometrics
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Biometrics]
    "Enabled"=dword:00000000
    
    ;Lockscreen Camera
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
    "NoLockScreenCamera"=dword:00000001
    
    ;
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language]
    "Enabled"=dword:00000000
    
    ;Getting to know me
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Personalization\Settings]
    "AcceptedPrivacyPolicy"=dword:00000000
    
    ;Handwriting Data Sharing I
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization]
    "RestrictImplicitTextCollection"=dword:00000001
    "RestrictImplicitInkCollection"=dword:00000001
    
    ;Handwriting Data Sharing II
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\TabletPC]
    "PreventHandwritingDataSharing"=dword:00000001
    
    ;Contacts Sharing
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputPersonalization\TrainedDataStore]
    "HarvestContacts"=dword:00000000
    
    ;Location and Sensors
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors]
    "DisableLocation"=dword:00000001
    "DisableSensors"=dword:00000001
    
    ;One Drive
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive]
    "DisableFileSyncNGSC"=dword:00000001
    
    ;Location
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Storage\EnabledDenyGP]
    "DenyAllGPState"=dword:00000001
    
    ;Disable Password Reveal
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CredUI]
    "DisablePasswordReveal"=dword:00000001
    
    ;
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Input\TIPC]
    "Enabled"=dword:00000000
    
    ;Disable Web Content Evaluation
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost]
    "EnableWebContentEvaluation"=dword:00000000
    
    ;Sync with Devices
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\LooselyCoupled]
    "Value"="Deny"
    
    ;Telemetry
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection]
    "AllowTelemetry"=dword:00000000
    
    ;WebSearch
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
    "BingSearchEnabled"=dword:00000000
    
    ;
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\WcmSvc\wifinetworkmanager\features\S-1-5-21-3902212115-2543662138-3061636537-1001]
    "FeatureStates"=dword:0000033c
    
    ;Defender Anti-Spy
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    
    ;WiFi Sense
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules]
    "NumberOfSIUFInPeriod"=dword:00000000
    
    ;Media DRM Internet Access
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WMDRM]
    "DisableOnline"=dword:00000001
    
    ;WU for other Products
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d]
    "RegisteredWithAU"=dword:00000000
    
    ;WU Sharing
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization]
    "SystemSettingsDownloadMode"=dword:00000000
    
    ;WU Sharing
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config]
    "DODownloadMode"=dword:00000000 
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. taviruni

    taviruni MDL Senior Member

    May 8, 2010
    261
    249
    10
  13. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,760
    997
    180
    #155 cuteee, Aug 10, 2015
    Last edited: Aug 10, 2015
    In the registry tweak there are more 3 tweaks you didn't write about them :

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language]
    "Enabled"=dword:00000000

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DiagTrack]
    "Start"=dword:00000004

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\dmwappushsvc]
    "Start"=dword:00000004


     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    That might explain why i asked the rest, since i'm not sure what some are for :g:.

    First is one of them, the other two remove services and are redundant here, since it's already done.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,760
    997
    180
  16. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
  17. akhmedtaia

    akhmedtaia MDL Addicted

    Nov 2, 2013
    518
    138
    30