ntlite logo by OEM information

This is the time when you learn to use the forum's Search feature.
 
If you use a reg file, the path must have double \'s. The BMP file can be in any path you've copied to the mounted image.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
"Logo"="C:\\OEM\\Winaero.bmp"
 
If you use a reg file, the path must have double \'s. The BMP file can be in any path you've copied to the mounted image.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
"Logo"="C:\\OEM\\Winaero.bmp"

sometimes it can't be done in the autounattend.xml
 
You can copy a filename to Unattended mode's OEM logo, but with single \'s. Unattended mode doesn't copy any graphics files to the image, so you still need to perform that step by yourself.
 
Back
Top