I don't know if it has been spoken before, but the iso file I created with 24H2_INTEGATOR_10.2 is a smooth installation on the virtual machine and great result. But when installing it in the real system, it does not see the discs during the first installation phase. I was only able to install by throwing the install.wim file into 23H2 iso.
Sorun olmamalı. Gelecekte yine sorun olduğunda, 23h2'deki boot.wim dosyasını alıp 24h2'deki boot.wim dosyasıyla değiştirin. There should be no problem. In the future when the problem occurs again, take the boot.wim file from 23h2 and replace it with the boot.wim file from 24h2.
I have already written about it, I will write again, for those who read only the last page of this topic. The whole point is that you modify the boot.wim file with this script. Well, you don't need to do it, it's not a necessary action. Leave it alone and you will be happy. If you are so itching to modify the boot.wim file, it would be much more interesting to write a script that would remove the little needed index 1 from the boot.wim image and leave only boot index 2 in it ! Besides, such actions would reduce the size of the boot.wim file at least twofold. But so far I don't see anyone willing to raise this very interesting topic ...
==================== 24H2_Integrator_10.4 ==================== Updated to version 26100.3775 https://forums.mydigitallife.net/th...ic-legacy-windows.86552/page-120#post-1872013
How good it is that there are such enthusiasts as you, SunLion! You spare neither your efforts nor your time to develop such masterpieces as the Integrator. With all my heart - God bless you with health and all the best!!!
Question for the audience: Can anyone tell me how to open this registry branch? - HKEY_CLASSES_ROOT To add it here in - Mount Image Registry ??? Spoiler Code: echo. echo. echo. ECHO ============================================================ ECHO Mount Image Registry ECHO ============================================================ reg load HKLM\TK_DEFAULT "%~dp0mount\Windows\System32\config\DEFAULT" reg load HKLM\TK_NTUSER "%~dp0mount\Users\Default\NTUSER.DAT" reg load HKLM\TK_SOFTWARE "%~dp0mount\Windows\System32\config\SOFTWARE" reg load HKLM\TK_SYSTEM "%~dp0mount\Windows\System32\config\SYSTEM"
If HKCR doesn't work, remember that it is only a shortcut of the following key: Code: HKEY_LOCAL_MACHINE\SOFTWARE\Classes So, you can always use HKLM\SOFTWARE\Classes to address it.
Got it, thanks a lot for the hint! If I understood you correctly, then the code I'm interested in should look something like this: Spoiler Code: ::Removing the Indexing Options applet "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Classes\CLSID\{87D66A43-7B11-4A28-9811-C86EE395ACF7}" /f "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Classes\Wow6432Node\CLSID\{87D66A43-7B11-4A28-9811-C86EE395ACF7}" /f "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{87D66A43-7B11-4A28-9811-C86EE395ACF7}" /f "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{87D66A43-7B11-4A28-9811-C86EE395ACF7}" /f
Can anyone explain the "skipLicense" switch cause have read we cannot install some appx packages ignoring the lic file? eg: for /f "tokens=1 delims=" %%a in ('dir /o-n /b /a-d "%~dp0UUP\APPX\%%u*.appxbundle" 2^>nul') do ( ECHO %%a "%DISM11%" /English /quiet /Image:"%~dp0mount" /Add-ProvisionedAppxPackage /PackagePath:"%~dp0UUP\APPX\%%a" /SkipLicense )
As @Carlos Detweiller said, the keys must follow the pattern I believe that, to comply with the HKCR, they should always have "Classes" in their composition. See the attached illustrative images.
For now I'll leave it like this, I'll test it and check: Spoiler Code: echo. echo. ECHO ============================================================ echo Hide Side Folders in Explorer ECHO ============================================================ ::Music "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}" /f ::Downloads "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}" /f ::Pictures "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}" /f ::Videos "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}" /f ::Documents "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}" /f ::Desktop "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}" /f ::Gallery "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}" /f ::Home "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}" /f ::Removing the Indexing Options applet "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Classes\CLSID\{87D66A43-7B11-4A28-9811-C86EE395ACF7}" /f "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Classes\Wow6432Node\CLSID\{87D66A43-7B11-4A28-9811-C86EE395ACF7}" /f "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{87D66A43-7B11-4A28-9811-C86EE395ACF7}" /f "%~dp0tools\%HostArchitecture%\NSudo.exe" -U:T -P:E -UseCurrentConsole -Wait reg delete "HKLM\TK_SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{87D66A43-7B11-4A28-9811-C86EE395ACF7}" /f p.s. By the way, 26100.3902 has already appeared. Again, you have no time for rest, you only dream of peace ...
this weekend I did download. its build version 26100.1742. Am I missing anything? where to obtain 3902. Index : 1 Name : Windows 11 Home Description : Windows 11 Home Size : 18,727,965,088 bytes WIM Bootable : No Architecture : x64 Hal : <undefined> Version : 10.0.26100 ServicePack Build : 1742 <-- build version ServicePack Level : 0 Edition : Core Installation : Client ProductType : WinNT ProductSuite : Terminal Server System Root : WINDOWS Directories : 25269 Files : 112116 Created : 9/5/2024 - 9:20:49 PM Modified : 9/5/2024 - 10:06:58 PM Languages : en-US (Default)
DrakeBond, In general, I have already spoken about this, I will repeat: you need to work with the original sources, that is, 26100.1. Because there is no point in updating the connected image to version 26100.xxx with this script. This only significantly increases its size. Because the installed OS will update itself to the current version via the Update Center. IMHO Because updates come out quite often. Well, you wouldn't do a new build of Windows every two weeks, would you?
hi, the program doesnt launch for me on windows 11 when running as admin. trying to slim down the enterprise image in the original post