Tag: osd
-
Set Computer Model OEM Information during task sequence.
Make your SOE a little bit fancy To set the Computer Model information during OSD you just need to add a run command line step Powershell.exe -ExecutionPolicy Bypass -Command $model = Get-WmiObject win32_computersystem model;Set-ItemProperty -Path HKLM:SoftwareMicrosoftWindowsCurrentVersionOEMInformation -Name Model -Value $model.model Other Settings you can put in HKLMSoftwareMicrosoftWindowsCurrentVersionOEMInformation Logo – Pathtologo.bmp Manufacturer…
-
OSD Black screen of death.
After using a new captured image (Win 7 x64) certain machines were not completing OSD and ending up at a black screen with just a mouse cursor. Dell T1700, E6440, E7240, M4800. This was after the May patching, the only update that has been reported to play up (well with flash?) was KB2926765. We removed…