[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    #2361 drew84, Aug 23, 2024
    Last edited: Aug 23, 2024
    EDIT: Exists on my current system Build 26100.1586 --> MicrosoftEdgeElevationService - Keeps Microsoft Edge up to update. If this service is disabled, the application will not be kept up to date.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MicrosoftEdgeElevationService]
    "DisplayName"="Microsoft Edge Elevation Service (MicrosoftEdgeElevationService)"
    "Description"="Keeps Microsoft Edge up to update. If this service is disabled, the application will not be kept up to date."
    "Type"=dword:00000010
    "Start"=dword:00000003
    "ErrorControl"=dword:00000001
    "ImagePath"=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,\
      6d,00,20,00,46,00,69,00,6c,00,65,00,73,00,20,00,28,00,78,00,38,00,36,00,29,\
      00,5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,5c,00,45,00,\
      64,00,67,00,65,00,5c,00,41,00,70,00,70,00,6c,00,69,00,63,00,61,00,74,00,69,\
      00,6f,00,6e,00,5c,00,31,00,32,00,38,00,2e,00,30,00,2e,00,32,00,37,00,33,00,\
      39,00,2e,00,34,00,32,00,5c,00,65,00,6c,00,65,00,76,00,61,00,74,00,69,00,6f,\
      00,6e,00,5f,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,2e,00,65,00,78,00,\
      65,00,22,00,00,00
    "DependOnService"=hex(7):52,00,50,00,43,00,53,00,53,00,00,00,00,00
    "ObjectName"="LocalSystem"
    
    
    
    Edge is installed... maybe that's the reason.
    ... for added info, last clean install was 26040.
     
  2. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    MicrosoftEdgeElevationService doesn't exist -- Checked 26100
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Acideb135

    Acideb135 MDL Junior Member

    Jun 25, 2024
    68
    17
    0
    #2363 Acideb135, Aug 23, 2024
    Last edited: Aug 23, 2024
    On Win 10 LTSC 2021

    And add with mssvc service, these two dependancies, BFE and mpsdrv
    reg add HKLM\SYSHIVE\ControlSet001\Services\BFE" /v "Start" /t REG_DWORD /d "4" /f
    reg add HKLM\SYSHIVE\ControlSet001\Services\mpsdrv" /v "Start" /t REG_DWORD /d "4" /f
    reg add HKLM\SYSHIVE\ControlSet001\Services\mpssvc" /v "Start" /t REG_DWORD /d "4" /f
     
  4. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    #2364 freddie-o, Aug 24, 2024
    Last edited: Aug 24, 2024

    UPDATE:
    I read that "The BFE service controls the operation of the Windows Filtering Platform. This service is essential for the operation of many firewall products" -- not just Windows Firewall
    Can't download torrents too
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Acideb135

    Acideb135 MDL Junior Member

    Jun 25, 2024
    68
    17
    0
  6. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Acideb135

    Acideb135 MDL Junior Member

    Jun 25, 2024
    68
    17
    0
    But not the keys whoses lines point to, as some others
    Reg delete HKLM\SYSHIVE\ControlSet001\Services\edgeupdate" /f
    reg delete HKLM\SYSHIVE\ControlSet001\Services\edgeupdatem" /f

    But yes the services are gone. The purpose final of script
     
  8. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Capture.PNG
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Acideb135

    Acideb135 MDL Junior Member

    Jun 25, 2024
    68
    17
    0
    #2369 Acideb135, Aug 25, 2024
    Last edited: Aug 27, 2024
    Oki I think I understand now because my Windows LTSC 2021 already had M$ Edge installed so I first have to install it in Sysprep to uninstall it cleanly then create its image .wim to finally run the script on mounting the hives offline
     
  10. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    #2370 freddie-o, Aug 26, 2024
    Last edited: Aug 26, 2024
    the (disable_telemetry) script should be done OFFLINE -- before you install Windows. Otherwise it won't work as intended. Some registry keys can only be modified offline.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    234
    32
    10
    Is there still a way to use this program?
     
  13. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    IDK
    Try removing these entries
    Code:
    rem == disable windows store ==
    reg add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t REG_DWORD /d "5" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d "2" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\WindowsStore" /v "RemoveWindowsStore" /t REG_DWORD /d "1" /f

    And ask in this thread

    [GUIDE] Add Store to Windows 10 EnterpriseS SKU (LTSB/LTSC)


     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. nguyenhuuchinh

    nguyenhuuchinh MDL Novice

    Jun 16, 2020
    6
    1
    0
    Can this script be used for the pro version?
     
  15. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Yes
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    #2377 freddie-o, Sep 3, 2024
    Last edited: Sep 4, 2024
    Notice:

    I am going to have to discontinue some disable_telemetry scripts -- namely Windows 11 226x1 and Windows Server
    It's just too much already to maintain
    Personaly I don't use Windows Server anymore
    And I just install Windows 11 from time to time to see what's new and try it out
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,578
    1,581
    150
    Appreciate your hard work, freddie and what you've done :)
     
  18. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    333
    84
    10
    #2379 Outbreaker, Sep 6, 2024
    Last edited: Sep 6, 2024
    It won't let me add the registery entry TamperProtection and a few others.

    View attachment 68831
     

    Attached Files:

  19. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    The script disables Defender. What do you need the key for?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...