Here is the current workaround to the USB ports not working on a CF-311xxx with SCCM 2007.
A registry entry must be imported into the registry of the WinPE boot media.
- Mount the boot wim.
Dism /mount-image /imagefile:boot.wim /mountdir:c:\mount
- Mount theWinPE’s SYSTEM Hive into your HKLM via regedit
C:\mount\Windows\system32\config\SYSTEM
Name the imported hive: importedsystem
- Import the REG entry below:
=====================================================================
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\importedsystem\ControlSet001\services\iusb3xhc\Parameters]
“DisableLineInt”=dword:00000001
=====================================================================
This method works for CF-31 mark 5 but causes older models CF-31 to blue screen with Stop 7E error when using same boot media. Has this been addressed?