Sorry, I don't know. I checked out the App and gave up trying to figure out how to make it work in Windows 10. I just use a cable
Hello Freddie thank you for script. have few questions 1) will 24h2 ltsc sripts works on rconstructed 11 21h2 ltsc? 2) if i still need firewall, will be enought to delete this block " rem == disable windows firewall == reg add "HKLM\SOFTHIVE\Policies\Microsoft\WindowsFirewall\DomainProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTHIVE\Policies\Microsoft\WindowsFirewall\PublicProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTHIVE\Policies\Microsoft\WindowsFirewall\PrivateProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f"
There's disable_telemetry script for Windows 10 LTSC 2021. It will work with the reconstructed EnterpriseS Yes that's the only thing that disables firewall
I just noticed this now LTSC 2021 = Windows 10 21H2 >> Windows 10 LTSC 2021 script LTSC 2024 = Windows 11 24H2 >> Windows 11 LTSC 2024 script
Freddie, we have reconstructed Windows 11 LTSC 2021. so the question was^ is it better use "Windows 11 LTSC 2024" or "Windows 10 LTSC 2021" script..
It's Windows 10 LTSC 2021 and Windows 11 LTSC 2024 no Windows 11 LTSC 2021 There's a script for Windows 10 LTSC 2021 and a script for Windows 11 LTSC 2024
I didn't know you can reconstruct Windows 11 LTSC 2021 Since I don't know what the final structure of Windows 11 LTSC 2021 is, I wouldn't know which script to recommend. You might get a few errors from the script(s) since Windows 10 and 11 are structured differently
I'd say, it's rather the Windows 11 script, as it is basically Windows 11, after all. They just juggle around with some packages, product policies and licenses.
@Carlos Detweiller there are was a link to semi-official 21h2 11LTSC https://forums.mydigitallife.net/th...ns-reconstructions.88605/page-40#post-1861334
Yes, OK, and it is by all means Windows 11, hence the Windows 11 script applies. [rant]They should have made a 23H2 LTS, for the lots of non-SSE4.2 CPU users.[/rant]
1. after executing the "Disable Telemetry" program, will the "sfc /scannow" command be executed without errors? 2. will I be able to restore the original default settings after executing the "Disable Telemetry" program? tnx
i cannot guarantee that -- even on an unmodified Windows you will still get errors (eventually) i have to run system maintenance regularly -- i get errors but it gets fixed Code: dism /online /cleanup-image /restorehealth /source:wim:"x:\Path to your updated\install.wim":1 /limitaccess sfc /scannow restart Short answer, No. Unless you modify the script before applying it to your install.wim
Do you think it makes sense to use the hosts file to block outgoing telemetry traffic? C:\Windows\System32\drivers\etc\hosts
Not much, hosts is bypassed by some services now. If you have a non-MS hosts file (e. g. the one from Acrylic), then it should work better.