Jump to content

Recommended Posts

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

Posted (edited)

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...
Posted

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?

Posted

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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...