[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    199
    27
    10
    Hi Freddie-o,
    i had two errors with Win10 Enterprise telemetry script with win 10 (19045.4412)!
    Or do I have to use a different script for this version(19045.4412)!?
     

    Attached Files:

  2. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    199
    27
    10
    Sorry my error! Ist all ok:) The script works...
     
  3. pinkfufu

    pinkfufu MDL Novice

    May 20, 2011
    47
    5
    0
    #2243 pinkfufu, Jun 18, 2024
    Last edited: Jun 18, 2024
    This is awesome. Thanks.
    I used it with Windows 10 IoT LTSC 2021 (with CU 2024-06). Everything appears to be working great. I notice there are a lot of scheduled tasks remaining with status ready. I expected far fewer. This is still a fresh install. In DeviceDirectoryClient there are 11 tasks. (A Google search doesn't return any meaningful information.) Do you have or is there anything you recommend for all the scheduled tasks. Thanks.

    I somehow missed the link. https://forums.mydigitallife.net/th...lemetry-repository.63874/page-73#post-1723965
     
  4. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,433
    2,401
    60
    The disable_telemetry script(s) deletes scheduled tasks that I know are related only to Telemetry. Personally I leave the rest of the scheduled tasks alone.
     
  5. pinkfufu

    pinkfufu MDL Novice

    May 20, 2011
    47
    5
    0
    Thanks, freddi-o. Some of them seem suspect to me. An example is a task which appears to be related to the new backup app. I don't want to back up anything to the cloud.
     
  6. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,433
    2,401
    60
    If there's anything you think has to do with telemetry/privacy that's missing from the script let me know
     
  7. user469

    user469 MDL Member

    Oct 23, 2015
    124
    14
    10
    rem == disable windows defender for windows 10 22H2 anyway to do it ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,433
    2,401
    60
    It's the same for all versions in the OP
     
  9. Sorter

    Sorter MDL Novice

    Mar 15, 2010
    12
    0
    0
    Is the following the line in the script you are referring to?

    reg add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\MicrosoftWindows.Client.CBS_cw5n1h2txyewy" /f
     
  10. redsunset

    redsunset MDL Member

    Mar 16, 2022
    122
    48
    10
    that and the Client.CBS line under
    rem == prevent SystemApps with telemetry from getting deployed ==
     
  11. xakerz

    xakerz MDL Novice

    Jan 17, 2014
    28
    1
    0
    Hey :) Do you have this script for LTSC 2019 version?
     
  12. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,433
    2,401
    60
    I don't have LTSC 2019 to test on but the LTSC 2021 should work. If you get errors while disabling telemetry it will only be because the Registry key being deleted is not present in LTSC 2019
     
  13. Sorter

    Sorter MDL Novice

    Mar 15, 2010
    12
    0
    0
    I'm encountering a boot loop which results in a "Why did my PC restart" blue screen.

    Using the latest Windows 11 Business 23H2 ISO from massgrave, I extract the Enterprise wim from that and modify with an unaltered Windows 11 Enterprise / Education 226x1 script.

    I run the script in a Windows 10 environment and it completes without errors.

    I do not alter the wim in any other way.

    Any suggestions?
     
  14. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,433
    2,401
    60
    Sorry this a first. I haven't encountered or gotten feedback about that problem yet

    Enterprise 22631.3737.png
     
  15. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,433
    2,401
    60
    Personally my main OS is Windows 10. Windows 11 is too locked down and buggy for me. Right now I'm dual booting between LTSC 2021 and Windows 10 Enterprise G
     
  16. Sorter

    Sorter MDL Novice

    Mar 15, 2010
    12
    0
    0
    Lucky me :)

    As part of the process of elimination, I extracted the specific Enterprise WIM then rebuilt it to ISO without modification and it installed successfully so it's not a result of erroneous offline servicing methodology. The problem only occurs when I modify the WIM with your script.

    I then tried the 26100 version of the script instead of the 226x1 with the same result of failure to install.

    I'll sleep on it, maybe a solution will materialize.

    Thanks for you reply.
     
  17. Sorter

    Sorter MDL Novice

    Mar 15, 2010
    12
    0
    0
    #2257 Sorter, Jun 26, 2024 at 11:20
    Last edited: Jun 27, 2024 at 03:21
    It's with great reluctance I'm moving to Windows 11, then there's Windows 10 EOL to consider and the nightmare sure to ensue beyond that.

    This Windows 11 leaks like a sieve.
     
  18. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,433
    2,401
    60
    @Sorter See if this fixes the problem
    Add it to the script before unmounting the wim
    Mount your Enterprise ISO while running the script
    Change "Source:wim:x:" to your mounted ISO's drive letter
    Code:
    rem == repair image ==
    dism /scratchdir:temp /image:mount /Cleanup-Image /RestoreHealth /Source:wim:x:\sources\install.wim:1 /limitaccess
    
     
  19. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,786
    1,970
    90
    The best for me are windows 10 Enterprise iot LTSC 2021 + Enterprise G Policy imported
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. KAKUxPL

    KAKUxPL MDL Novice

    Jun 30, 2018
    15
    3
    0
    Enterprise G Policy - Where can I download it from? :)