Strange, I set to Google DNS from auto and it worked. Now I switched back to auto from Google DNS and it still works, but when I try to open website in chrome incognito mode it shows up "ERR_TOO_MANY_REDIRECTS" because of certificate error "NET::ERR_CERT_COMMON_NAME_INVALID".
And it works. What I've been doing wrong is integrating .NET 3.5 Framework after integrating the updates. I based off my steps from the included README file, so I guess that needs to be updated (?) A bit off-topic but can I use this built ISO to upgrade my current OS (Win 10 Enterprise LTSC 1809 17763.3046)?
@MSMG would it be possible for the component removal to be made alot faster? i'm removeing the grundge from 14 images, and the part that is takeing much time is the wateing for the toolkit helper does it's thing before the removal process starts. maybe load once and then tk helper does not have to keep loading or what ever it is doing? for subsiquent images? I would be greatful if you could look in to this. thanks, Majid
Mistake at line 4328 of NETCore31_w10_x64.reg file. Instead of [HKEY_USERS\S-1-5-21-3558043506-476594654-2837833059-1000\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] it should be [HKEY_LOCAL_MACHINE\TK_NTUSER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
Greetings, May I know what's the reason behind changing from 0 to 1 & where the second ConvertConfig.ini file located? Regards
error in this line echo. [39] %C_CommunicationsApps% Windows Mail App | Depends on: Windows Mail missing " ^ " should be like this echo. [39] %C_CommunicationsApps% Windows Mail App ^| Depends on: Windows Mail
May be I've forgotten about this, isn't the debug tools build to specific version for which it is made, using it on lower or higher build version may or may not work, I'm not sure about this.
Hello, |When i choose 8-Windows Apps in Remove Components Section, Toolkit 12.3 suddenly crashes. System: Windows 10 21H2 Iso: Windows 11 Pro 22h2 22621.1 UUPdump I upload a log file below.
Yes, but the script is taking "%PackageVersion%" that is set as 22000. So, without changing this detail in this place, when working at 22621, it is integrating at 22000. The right thing would be to change there at the beginning of the script for this version. But then it will not integrate other packages like Powershell, among others in this direct change. I believe it is better to change as you add the packages with the appropriate versions. By the way ... I couldn't find to download the OpenSSH Server CAB version to 22621. In UupDump is downloading a 12kb package instead of downloading the correct package with 1.4MB.
Yes you need to re-integrate the CU once again after the .NET FX35 integration, if you use the WHD Update Pack method then copy the NETFX35 cab to the WHD folder, the Toolkit will integrate the NET FX35 after the CU integration and clean up the image and then re-integrates the CU once again.
Sorry can't make it faster further than this, either have to remove the code protection or else have to port the code C++ to run it natively.
We only have 2 packages available to install. DebugTools=DebugTools_10.0.22000.tpk DebugTools=DebugTools_10.0.22621.tpk I know that from 22563 it was reached 22621, so I put the code like this, just to cover. But no one will get these old insider. So I put from 21996 to 22563 to use the 22000 package.
Isn't the Package version set properly, will check and fix. Code: :: Setting Package Service Pack Build, Version and Service Pack Build if "%SelectedSourceOS%" equ "w7" set "PackageServicePackBuild=17514" if "%SelectedSourceOS%" equ "w81" set "PackageServicePackBuild=16384" if "%SelectedSourceOS%" equ "w10" ( if "%ImageBuild%" geq "10240" if "%ImageBuild%" leq "15063" ( set "PackageBuild=%ImageBuild%" set "PackageVersion=10.0.%ImageBuild%" set "PackageServicePackBuild=0" ) if "%ImageBuild%" equ "16299" ( set "PackageBuild=16299" set "PackageVersion=10.0.16299" set "PackageServicePackBuild=15" ) if "%ImageBuild%" geq "17134" if "%ImageBuild%" leq "17763" ( set "PackageBuild=%ImageBuild%" set "PackageVersion=10.0.%ImageBuild%" set "PackageServicePackBuild=1" ) if "%ImageBuild%" geq "18362" if "%ImageBuild%" leq "18363" ( set "PackageBuild=18362" set "PackageVersion=10.0.18362" set "PackageServicePackBuild=1" ) if "%ImageBuild%" geq "19041" if "%ImageBuild%" leq "19044" ( set "PackageBuild=19041" set "PackageVersion=10.0.19041" set "PackageServicePackBuild=1" ) if "%ImageBuild%" equ "20348" ( set "PackageBuild=%ImageBuild%" set "PackageVersion=10.0.%ImageBuild%" set "PackageServicePackBuild=1" ) ) if "%SelectedSourceOS%" equ "w11" ( if "%ImageBuild%" geq "22000" ( set "PackageBuild=%ImageBuild%" set "PackageVersion=10.0.%ImageBuild%" set "PackageServicePackBuild=1" ) )