[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    235
    11
    10
    #2061 kyrcy, Dec 12, 2023
    Last edited: Dec 12, 2023
    Are you saying that if I run the unmodified script(s) as Trusted Installer in a Windows 10 environment there will be no errors?
     
  2. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    #2062 freddie-o, Dec 12, 2023
    Last edited: Dec 12, 2023
    Have you? I don't get any errors.

    Edit
    I have a script that will mount a Professional or Core 22621.1 install wim, reconstruct it to EnterpriseG, update it with latest CU, disable telemetry, enable-disable features, remove capabilities, add drivers, save and unmount the install wim, move it to the sources folder and create an ISO --- AIO
    I can run it and leave it. No errors. Ready to install
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    235
    11
    10
    #2063 kyrcy, Dec 12, 2023
    Last edited: Dec 12, 2023
    I downloaded the latest ISO to avoid adding updates, extracted install.wim and ran disable_telemetry.cmd under Windows 10 without errors. If I add the modified install.wim to the ISO replacing the original install.wim and install again Windows 11, will Windows Update not add components back and enable telemetry with new updates?
     
  4. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    The script disables Windows update. This is why we use an updated ISO before disabling telemetry
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    235
    11
    10
    And how do I add updates if the script disables Windows Update?
     
  6. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    You have to create a new updated image the same way you did here and reinstall
    https://forums.mydigitallife.net/th...emetry-repository.63874/page-104#post-1817929

    If you don't care Cumulative Update (CU) restores all your SystemApps, you can update your current OS using "dism"
    This is a problem with Windows 11

    No problem with Windows 10 (LTSC)
    I just updated my LTSC 2021 today from 19044.3693 to 19044.3803 using "dism"
    Code:
    @echo off
    Dism /Online /Add-Package /PackagePath="SSU-19041.3745-x64.cab"
    Dism /Online /Add-Package /PackagePath="Windows10.0-KB5033372-x64.cab" /NoRestart
    Dism /Online /Add-Package /PackagePath="Windows10.0-KB5032005-x64-NDP481.cab"
    pause
    exit

    Restart OS

    Code:
    @echo off
    DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase
    DISM /Online /Cleanup-Image /RestoreHealth
    pause
    exit
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    235
    11
    10
    #2067 kyrcy, Dec 13, 2023
    Last edited: Dec 13, 2023
    What is the best that can be done if I don't want to reinstall Windows 11 every time there is an update?
     
  8. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    idk your decision
    use Windows 10?
    I won't suggest not updating every month because I prefer an updated OS, but I know not everybody updates monthly
    Personally I like doing a clean install every month. I like a newly installed system.
    Plus it only takes me around 30 minutes to do a clean install and setup my OS
    Almost all my Apps are portable and in another partition. Mainly I just have to install Internet Security.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    235
    11
    10
    #2069 kyrcy, Dec 13, 2023
    Last edited: Dec 13, 2023
    I like a newly installed system, but doing a clean install every month is too much for me. With use Windows 10, do you mean LTSC and dism to install updates without reinstalling?
     
  10. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60

    :thumbsup:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    235
    11
    10
    #2071 kyrcy, Dec 14, 2023
    Last edited: Dec 14, 2023
    Why do you reconstruct EnterpriseG and not use LTSC in this scenario?

    Does the script for Enterprise LTSC 2021 also work for IoT? Is running the script with install.wim from the ISO without adding any updates and do this later using dism a good idea?
     
  12. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    #2072 freddie-o, Dec 14, 2023
    Last edited: Dec 15, 2023
    Variety is the spice of life :) I dual boot between different Windows 10 and 11 editions.
    Yes the LTSC script should work on IoT and yes you can just update online
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    235
    11
    10
    #2073 kyrcy, Dec 14, 2023
    Last edited: Dec 14, 2023
    Windows keeps restarting with the message "Why did my PC restart?" when trying to install IoT with the modified install.wim after running the LTSC script with no errors.
     
  14. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    #2074 freddie-o, Dec 14, 2023
    Last edited: Dec 15, 2023
    Just use LTSC.
    I forgot you need HWID to activate IoT LTSC. Some Services needed to activate with HWID were disabled which will also prevent you from activating
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    235
    11
    10
    I did not try to activate, are you sure that this is the problem?
     
  16. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    #2076 freddie-o, Dec 15, 2023
    Last edited: Dec 15, 2023
    No it's not but you won't be able to activate anyway
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,767
    7,704
    210
    IoTEnterprise LTSC 2021 can also be activated by KMS now.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    #2078 freddie-o, Dec 15, 2023
    Last edited: Dec 15, 2023
    Thank you


    To make it work, just disable telemetry in LTSC then after installing, transform it to IoT LTSC

    Activation.png


    IoT Enterprise LTSC.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. kyrcy

    kyrcy MDL Member

    Feb 25, 2020
    235
    11
    10
    #2079 kyrcy, Dec 15, 2023
    Last edited: Dec 15, 2023
    What does activation have to do with telemetry?
     
  20. burko

    burko MDL Novice

    Nov 29, 2012
    31
    5
    0