Jump to content

OEMLOGO-Path in AutoUnattend.xml


Thiersee

Recommended Posts

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

Link to comment
Share on other sites

  • 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?

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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