Jump to content

Featured Replies

Posted

Hi,

if I want to put an OEMLOGO in the autounattend.xml I'm not asked for a path, only for a logo (Unattended Creator, Main/OEM).

Where should this logo be placed, to get this logo under "Computer/Properties"?

All other info under Main/OEM are integrated under "Computer/Properties".

WT 1.5.0.1_Test37

TNX, Thiersee

You can create inside your distribution folder:.\sources\$OEM$\$$\System32

And inside this folder put your OEM image: oemlogo.bmp (100x100)

Edited by myselfidem

  • 2 weeks later...

Using either method how would I go about adding the registry keys needed to enable the logo

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
"Logo"="c:\\windows\\system32\\OOBE\\OEMLogo\\OEMLogo.bmp"

Is it posible to use the %SystemDrive% variable when adding the key to the registry?

You can use a registry key like this:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
"Logo"="C:\\Windows\\System32\\oemlogo.bmp"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
"Manufacturer"="Se7en™"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
"SupportURL"="http://http://people.consolidated.net/veeger"
"Model"="Windows Se7en"

Matching the path where is located the oemlogo.bmp!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...