I think the problem is in the specialize.cmd file and not in the autouanttend.xml file Because the specialize file does not want to be accessed during Windows installation
Can you upload fr_windows_10_enterprise_ltsc_2019_x64_dvd_d64b363d.iso or $OEM$ file to test it on Windows LTSC 2019 or Windows Professional 10?
How do i change thé ISO default wallpaper? I want Add "regg" in specialze.cmd, Path"="C:\\Windows\\Web\\Wallpaper .png SetWallpaper.reg Code: Windows Registry Editor Version 5.00 ; BMP, JPG, JPEG, PNG [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] "Wallpaper"="C:\\Windows\\web\\wallpaper\\MyPicture.jpg" "WallpaperStyle"="0" ; 0 = Center ; 1 = Tile ; 2 = Stretch ; 3 = Fit ; 4 = Fill ; 5 = Span
Code: :: set default wallpaper reg add "HKU\mount\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "Wallpaper" /t REG_SZ /d "%SystemRoot%\web\wallpaper\MyPicture.jpg" /f reg add "HKU\mount\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "WallpaperStyle" /t REG_SZ /d "0" /f Move 'MyPicture' to below path Code: \sources\$OEM$\$1\Windows\web\wallpaper
After installing Windows ltsc 2019 in VM , The default background has not changed -Can you help me add these lines to the autounattend.xml Code: <Themes> <ThemeName>Space</ThemeName> <DesktopBackground>%WINDIR%\Web\Wallpaper\Space\00.jpg</DesktopBackground> <WindowColor>0xFF393D40</WindowColor> </Themes>