Edited the script for your convenience. It will install/enable WMP It will show Control Panel on the desktop But I don't know how to answer about the Store, because if you choose N it means not to install the store. We can see this later... Use this script to start the main script: Start70MChoice.cmd (attached)
Hello, I can’t go to the “Login Options” tab, it freezes, is that what was intended? Or is this due to disabling/deleting in the Windows Hello script, how can you skip this point? I want to use a fingerprint. Windows 11 24H2 IoT Enterprise LTSC . Thank you
You could try removing the key values to see if it works again. Save the code below as remove.cmd and run as admin: This will not delete the key, just the values. Try it to see if it works.
@SunLion : Trying your script... Found out a bug which interrupt the process. edit : And what makes cmd closes is because no jump for skipBlockingInstallEdge on this code Code: echo. echo ============================================================ echo. SET /P "answer=Do you want to blocking Edge? [y/n]: " echo. echo ============================================================ If /i "%answer%"=="y" goto blockingInstallEdge If /i "%answer%"=="n" goto skipBlockingInstallEdge
You are right. I have already edited the script and it has been modified to ask all the questions at the beginning of the process. After selecting the index, if applicable, the process will not be interrupted until the end. I will wait for tomorrow's updates to publish the new version.
I think the "blocking Edge" code is causing this. Try using it without blocking Edge to see if it works.
I had no errors with the slimdown process itself though having issues trying to run image in a VM, more testing to do.
apologies @SunLion if "%ISOSelected%"=="LTSC" (2 lines near the begining of the script) changed to if not "%ISOSelected%"=="LTSC" and after IF NOT DEFINED CHOICEUP GOTO :AskCHOICEUPYesNo :skipCHOICEUP <--- has been inserted only changes that I could find, hope this helps
Everything is fine for me, there are no problems with this script. Everything worked without errors. I assembled the IoT LTSC [26100.2894] assembly for myself - personally, I’m happy with everything. Thanks for the script!