XP deployment driver issue
For some days I’ve been searching for a problem I came across when deploying XP machines with SCCM. The problem was that my driver would not get installed as part of the task sequence. A problem that never occured when deploying Vista/Windows 7 machines.
After some searching around I came across this post: http://myitforum.com/cs2/blogs/jsandys/archive/2009/03/12/old-dog-new-tricks.aspx
As mentioned in the post, I also tried adding/removing the drivers, recreating my TS, etc without result untill I added a command line at the end of my task sequence:
rundll32.exe Syssetup.dll, UpdatePnpDeviceDrivers
This reinitiates the Windows Hardware detection and all drivers were installed without a problem…
Categories: Deployment, SCCM