Posted November 9, 201212 yr 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_Test37TNX, Thiersee
November 9, 201212 yr You can create inside your distribution folder:.\sources\$OEM$\$$\System32And inside this folder put your OEM image: oemlogo.bmp (100x100) Edited November 9, 201212 yr by myselfidem
November 9, 201212 yr Using WinToolkit, you can use Advanced tab, Copy file:Copy: .\oemlogo.bmpto: %SystemDrive%\Windows\System32 Edited November 9, 201212 yr by myselfidem
November 19, 201212 yr 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?
November 19, 201212 yr 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.