The script ended with zero errors 1. Windows update is not working, had to use windows update blocker app from Sordum to make windows update working again 2. Windows search is not working 3. Right click context menu is customized, need original and untouched I just deleted SD11v202_4.8.10\hotfixes\OEM\config.reg" file before making iso to make right click context menu original and untouched but still there are some entries of Powershell which I don't know how to remove them, and after clean installation ran disable services script by abbodi given in extra scripts folder. Didn't tested above things previously, now reporting after testing. And @sainfo is right, the script has compatibility issues on Windows 11 host, I have previously faced the same run issues error on my Windows 11 machine. Kindly make it compatible to work on Windows 11.
Let's get back to our sheep. I don't care what you tell me, but the script doesn't care what system is installed, even if it's an eight. When you run it on ten it works fine, on Win11 it does not want to and writes that ERROR: Syntax error. For '/C' . Think about it - Syntax error. That is, it is not related to what system is installed, but what is written in the script. Unfortunately, I am not a programmer to understand this code and how to change it that there were no queries in it at all about what system it is executed on. And really, what business is it, the script, in what system it is used, none at all and it's none of his business at all! The script itself cannot be tied to the system, unless, of course, it is specifically tied to it. I really hope that the experts who follow this topic will be able to help us all in some way.
The original project author wrote the script for Windows 10 and in his code he put commands for Windows 10 host only. As I said before, I am not a coding expert either, but I am still trying to find a solution to make it run on Windows 11 host. Cheers
@sainfo I did one more test here, but this needs to be tested on Windows 11. See if it works for you. password: mdl2024
I'm glad it worked. I just added a command to identify the Windows 11 host and, if positive, use Windows 10's Dism to run the script. Thank God, everything is fine!
What about my question about the update and Net3.5? I have it installed like this: This is the second time I've run it with these settings. The Net3.5 file seemed to be skipped, but the updates were installed again. Spoiler: file. ini [W10UI-Configuration] Target =%~dp0mount Repo =%~dp0UUP DismRoot =dism.exe Net35 =0 Net35Source =%~dp0DVD\sources\sxs Cleanup =1 ResetBase =1 LCUwinre =0 WinRE =1 UpdtBootFiles =0 SkipEdge =0 SkipWebView =1 UseWimlib =1 _CabDir =%TEMP%\W10UItemp MountDir =%TEMP%\W10UImount WinreMount =%TEMP%\W10UImountre wim2esd =0 wim2swm =0 ISO =0 ISODir = Delete_Source =0 AutoStart =0 AddDrivers =0 Drv_Source =\Drivers
You changed the options in file.ini: Net35 = 1 to Net35 = 0 In this case, you chose NOT to add Net35. To enable it, leave it as option 1. SkipEdge = 1 to SkipEdge = 0 This wouldn't interfere with much, I think you could leave it as 0 (zero). Could you attach the LOG file?
The issue of Net3.5 is clear, but the issue of Windows11.0-KB5043080-x64.msu and Windows11.0-KB5042098-x64-NDP481.msu updates is not entirely clear. What does SkipEdge = 0 have to do with it, although I already have “0” there.
After W10UI does the cleaning and resetbase, it then reinstalls the updates, so that they are not offered again by Windows Update later. What I said before is not correct. Reinstallation always occurs after net35 is enabled.
Yes, I understood that, I wanted them not to be applied to the image. Therefore, then a problem arises with localizing the image. Maybe try just deleting the folder d:\SD11v202_4.8.10\hotfixes\WindowsUpdate\. I'll try now...
What I said before is not correct. Reinstallation always occurs after net35 is enabled. Try changing the w10ui.in file like this: Net35 = Net35Source = That is, without any information. See if it works.
Yes, thank you, good man! I look at your Log file and see that your image is in Brazilian (Unpacking ISO/DVD image: "26100.1.240331-1435.ge_release_CLIENT_ENTERPRISES_OEM_x64FRE_pt-BR.iso). As far as I know, the original OEM image was only in English. Have you localized it or Do you know where to download it in other languages? Then I wouldn’t bother with localizing the image, but would immediately download it in my language - ru-RU.
Now I can’t say anything, I’ll install this OS in the evening and then I’ll see what’s wrong there and how to deal with it... Poik doesn't work. There is an ExtraScripts folder with scripts, you need to look at everything there. It’s not a problem to look, but they are not signed inside and it’s difficult to figure out which script is responsible for what in order to edit it.