[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. Sorter

    Sorter MDL Novice

    Mar 15, 2010
    12
    0
    0
    #2281 Sorter, Jun 29, 2024 at 05:57
    Last edited: Jun 29, 2024 at 06:28
    That's exactly what I use to rebuild the ISO.

    My process is:

    Mount untouched ISO
    Copy all files from ISO to arbitrary local directory
    Extract the specific version I want from the multiple edition ISO WIM
    Take the resulting WIM and run your script on it
    Replace original WIM in arbitrary local directory with this modified WIM
    Run Windows ADK on this folder to build new ISO
    Make bootable USB with Rufus

    Can you see any mistakes with this method?

    This does result in functional install media if I omit running the script.
     
  2. qwesta

    qwesta MDL Senior Member

    Jul 22, 2011
    324
    117
    10
    exactly, this is the best and easiest way to rebuild the ISO, after interchanging the .wim
     
  3. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,433
    2,401
    60
    idk anymore. never had that error in 22631 and 26100
    maybe something will come up
     
  4. Sorter

    Sorter MDL Novice

    Mar 15, 2010
    12
    0
    0
    Yeah I don't know either, pausing for now. Hopefully something does come up.

    Thanks anyway for your replies.
     
  5. Patch0

    Patch0 MDL Novice

    Jan 30, 2013
    5
    1
    0
    I have created a PowerShell script that blocks Windows Telemetry IPs and domains with hosts file, firewall and persistent routes. If something goes wrong, you can always undo the changes as the script makes a backup of the hosts file, firewall and persistent routes before making any changes.

    https:// github.com /yeah-Buddyy/Telemetry-Blocker