So what did you edit in the script to make it work on 23H2? I can't seem to get it to work. ===================================================================================== Just an amazing resource, its topics can be read endlessly. Whatever topic you open, you will find a lot of new and interesting things - thank you!
Yes, of course... I'm sure of that, but the idea was for it to work with Windows 11, and to my surprise, it worked wonders, even though it was not created for it.
Hmm, interesting case. On win 10 it works fine, but on win 11 it says that this script works only with original images (although the win 11 image was original from MSDN). What is wrong then ?
Try this: Thank you wkeller for sharing this script with us. Your knowledge and your work are simply amazing. Congratulations. You have all my respect. I would be very happy if you come back to your decision and be with us again. Thanks and congratulations again.
Well, I replied to you in person. In this thread I asked a question before I read your message in private. Yes, everything is great!!! Tried your script to Windows 11 IoT Enterprise [22631.2861] x64 ru-RU.iso image and everything went through without any issues at all. I am very satisfied, once again - thank you very much for your help!!!!
HI I had a look into the script slimdown10.cmd and edited it as follows.: Look for the error-string it gave us : "this script supports only...and so on". A few lines above there is a part that checks the Windows-Version, there is the following string: "%DISM%" /English /Get-WimInfo /WimFile:"%InstallWIMfile%" /Index:%%i | findstr /l /i /c:"Name :" | findstr /l /i /c:"Windows 10" >nul 2>&1 || set checkErrors=1 Change 10 to 11 at c:"Windows 10" ..... For me the script run through without problems,, however ,I doesn't try to install it yet. Good luck.. Edit: Installed, all good so far...
I've noticed a few pages back that the author has left the forum and have deleted his account. Is this tool still relevant and works as intended with the latest ISO from Microsoft?
I would love to try the setting used to debloat windows 11 iot.... I hope someone does not mind sending me the files... haha
It should work with ISOs with a version up to the last one he supported it to (19045.3693), or newer (more risky as more things change), but only if you set it to NOT update (or it errors out trying to update to same or older versions). I'd go with a UUP dump (or M$) ISO with build right at 19045.3693, and "set IntegrateUpdates=0" in the Slimdown10.cmd, since it's already @3693, or an older build with "set IntegrateUpdates=1" to get it up to 19045.3693, then just do updates as usual, or not, as usual beyond that. M$ has been adding a lot of junk/trash/bloat since 08-AUG-2023 19044.3324.
The script is very good, but judging by the resulting install.wim size it does not provide correct cleaning and compression of the WinSxS folder. Is it possible to add this function to the script ?