Thiersee Posted November 9, 2012 Share Posted November 9, 2012 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 Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 9, 2012 Share Posted November 9, 2012 (edited) You can create inside your distribution folder:.\sources\$OEM$\$$\System32And inside this folder put your OEM image: oemlogo.bmp (100x100) Edited November 9, 2012 by myselfidem Quote Link to comment Share on other sites More sharing options...
Thiersee Posted November 9, 2012 Author Share Posted November 9, 2012 I know already this method, thanks.I tought WT goes another way. Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 9, 2012 Share Posted November 9, 2012 (edited) Using WinToolkit, you can use Advanced tab, Copy file:Copy: .\oemlogo.bmpto: %SystemDrive%\Windows\System32 Edited November 9, 2012 by myselfidem Quote Link to comment Share on other sites More sharing options...
yogurt Posted November 19, 2012 Share Posted November 19, 2012 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? Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 19, 2012 Share Posted November 19, 2012 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.