Enhancements to Boot.wim build support with 23H2 and 24H2 Win11 sources.

This commit is contained in:
Homes32
2024-12-13 19:00:45 -06:00
parent 48a9eb47d5
commit 2fe888da4e
2 changed files with 7 additions and 4 deletions

View File

@@ -157,6 +157,9 @@ End
// Prevent explorer from initializing start menu defaults/pins/recent apps/etc. (Prevents explorer crash in 23H2v2)
RegWrite,HKLM,REG_DWORD,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","StartMenuInit",13
// Fix statusbar resizing on display res switch. (24H2 26100.1742)
If,%SourceVer%,BiggerEqual,10.0.26100.1742,RegWrite,HKLM,REG_DWORD,"Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","TaskbarSizeMove",0
// Set the My Computer > Properties context menu to open the classic System Properties dialog
RegWrite,HKLM,0x2,"Tmp_Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Properties\command","","%WinDir%\System32\SystemPropertiesComputerName.exe"