[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
    If I removed OFFLINE with DISM on this package :

    Will I still can have search my PC enable?
    I want to remove cortana from wim file but I want to keep search
     
  2. Elrick

    Elrick MDL Novice

    May 26, 2015
    13
    2
    0
    #282 Elrick, Aug 15, 2015
    Last edited: Aug 15, 2015
    Hi,

    What does this task do ? If it send data, can it be possible to block this traffic with Windows firewall ? Maybe this task can do some other job ?

    >
    schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /Disable


    About this, does it send data on Internet ?

    > schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyMonitor" /Disable
    > schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyRefresh" /Disable
    > schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyUpload" /Disable

    Best Regards.
     
  3. elzna

    elzna MDL Senior Member

    Aug 28, 2013
    434
    56
    10
    #283 elzna, Aug 15, 2015
    Last edited by a moderator: Apr 20, 2017
    if I have telemetry.bat in any folder with hosts.block.txt inside the folder, can you change this script so it automaticly checks
    the folder of telemetry.bat and looks for hosts.block.txt.

    Currently you have hardcoded file path for hosts.block.txt and it's bad method.

    code that exists in telemetry.bat

    Code:
    set ps1file=%temp%\add.ip.ps1
    echo copy-item "%windir%\System32\Drivers\etc\hosts" "%windir%\System32\Drivers\etc\hosts.backup">%ps1file%
    echo Function Hosts_Updater ^(^){>>%ps1file%
    echo: >>%ps1file%
    echo $a = Get-Content "%windir%\System32\Drivers\etc\hosts">>%ps1file%
    echo $b = Get-Content "d:\win10\hosts.block.txt">>%ps1file%
    echo: >>%ps1file%
    echo ForEach ^($i in $b^) {>>%ps1file%
    echo $a += " $i">>%ps1file%
    echo $a ^| Set-Content "%windir%\System32\Drivers\etc\hosts">>%ps1file%
    echo }}>>%ps1file%
    echo: >>%ps1file%
    echo Hosts_Updater>>%ps1file%
    powershell -executionpolicy remotesigned -File "%ps1file%"
    if exist "%ps1file%" del /s /q "%ps1file%" >nul
     
  4. Mikorist

    Mikorist MDL Member

    Dec 26, 2012
    205
    145
    10
    #284 Mikorist, Aug 15, 2015
    Last edited: Aug 15, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. bberkey1

    bberkey1 MDL Junior Member

    Aug 9, 2015
    52
    13
    0
    #285 bberkey1, Aug 15, 2015
    Last edited: Aug 15, 2015
    Went ahead and changed the runtimebroker. Only downside I see thus far is that right clicking on icons pinned into the task bar does not bring up a context menu. I also cannot unpin a program as well. Do you notice that as well? Also, I've disabled runtime via regedit:
    Find the following entry:

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TimeBroker] "Start"=dword:00000003

    Change the 3 to a 4.

    4 is Disabled, 3 is Manual and 2 is Automatic startup.

     
  6. oroku

    oroku MDL Novice

    Sep 11, 2011
    29
    5
    0
  7. fkar

    fkar MDL Recognized Advisor

    Nov 3, 2012
    1,591
    1,412
    60
    Such an important thread for the peoples of the universe.

    Thank you very much dear @s1ave77; appreciate your hard work and the time spend. :tankyou: Thread is very simple yet with the must needed information.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. fkar

    fkar MDL Recognized Advisor

    Nov 3, 2012
    1,591
    1,412
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. jhonsnow

    jhonsnow MDL Novice

    Apr 5, 2015
    42
    10
    0
    what the est way to remove cortona but keep the search bar?
     
  10. elzna

    elzna MDL Senior Member

    Aug 28, 2013
    434
    56
    10
    #291 elzna, Aug 15, 2015
    Last edited by a moderator: Apr 20, 2017
    Solution:

    Change
    Code:
    echo $b = Get-Content "d:\win10\hosts.block.txt">>%ps1file%
    to
    Code:
    echo $b = Get-Content "%~dp0hosts.block.txt">>%ps1file%
    
     
  11. bberkey1

    bberkey1 MDL Junior Member

    Aug 9, 2015
    52
    13
    0
    Still wondering why echo "" > C:\ProgramData\Microsoft\Diagnosis ETLLogsAutoLogger\AutoLogger-Diagtrack-Listener.etl is giving me an accessed denied however:

    cd c:\ProgramData\Microsoft\Diagnosis\etlogs\autologger
    echo "" > AutoLogger-Diagtrack-Listener.etl
    cacls AutoLogger-Diagtrack-Listener.etl /d SYSTEM

    Seems to work just fine. Strange, but not too big of a deal
     
  12. The_Spider

    The_Spider MDL Member

    Aug 23, 2009
    100
    2,556
    10
  13. oroku

    oroku MDL Novice

    Sep 11, 2011
    29
    5
    0
    Try using this on that file / dir, also, thanks for letting me know runtimebroker wasn't fully disabled by that method.

    howtogeek[d0t]com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/?PageSpeed=noscript
     
  14. bberkey1

    bberkey1 MDL Junior Member

    Aug 9, 2015
    52
    13
    0
    #295 bberkey1, Aug 15, 2015
    Last edited: Aug 16, 2015
    If you're not using the Store, you can also add the [backup] method to Application Frame Host in System 32 as it appears it allows Windows Store apps to run in windowed mode.

    Also has anyone had any luck with not only stopping the services:

    State repository service
    tile data model service

    But also disabling them? They appear not to be needed if you don't have live tiles or use apps, yet even through command prompt elevated access is denied. Stopping them in serivces lasts a few minutes then they reappear


    :eek:EDIT: After some testing, I found that application frame host will eventually disable the settings menu. You will receive a "explorer.exe error and not access any of the setting. Pass on disabling
     
  15. bberkey1

    bberkey1 MDL Junior Member

    Aug 9, 2015
    52
    13
    0
    I've taken ownership via that method, but also manually changed the trusted installer/auditing to allow myself full acces for the entire folder but still a no go
     
  16. elzna

    elzna MDL Senior Member

    Aug 28, 2013
    434
    56
    10
    How to make these 2 work in cmd .bat
    REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Spynet" /v "SpyNetReporting" /t REG_DWORD /d "0" /f
    REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d "0" /f


    I get access denied :mad::mad::mad::mad::mad::mad::mad::mad::mad::mad:.
     
  17. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    did you open command prompt (AS ADMIN)?
     
  18. elzna

    elzna MDL Senior Member

    Aug 28, 2013
    434
    56
    10
    #299 elzna, Aug 15, 2015
    Last edited: Aug 15, 2015
    yes. einzchar. these 2 are pure telemetry with lock on. anybody that can solve it in .bat file is god.
     
  19. oroku

    oroku MDL Novice

    Sep 11, 2011
    29
    5
    0
    I noticed that even though I ran all those commands, that file still exists on my install as well. I decided just now to rename it for good measure.