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.
Yeah I don't know either, pausing for now. Hopefully something does come up. Thanks anyway for your replies.
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
Thanks a lot for this script , How do I run the scipt on the OS that is already installed, is it possible ?
I was talking about the script of @freddie-o to install in an existing Os: https://forums.mydigitallife.net/th...lemetry-repository.63874/page-73#post-1723965
No it has to be offline. Some registry keys cannot be deleted online. Besides, it's best to have telemetry disabled as soon as you install -- before connecting to the internet.
Is there a rule that is created if i enable an option for example in SutUp, while you deleted it by default when installing Os ? Like a shutup that you have to restart every time you update.
Sorry my bad english may be. Will there be a new key that will be created ? if I activate an option in ShutUp that your script may have probably deleted when building the OS . Can this be an issue ? You more undersrand ?
@freddie-o , re: disable_telemetry script Trying to implement the removal of 8dot3 filenames into your script wondering if this would work (given script is already elevated), or maybe provide a better solution... hopefully placing it immediately after mounting the image Code: rem == remove 8dot3 filenames from image == fsutil 8dot3name strip /f /s /mountdir:mount ... a heads up This post in the 26100 thread suggests, if removing Defender you also need to remove Smart App Control... not currently in your script