Tag Archives: Drivers

Add MDT Selection Profiles for each Out-of-Box Driver Folder using a PowerShell Script

By | October 23, 2016
Share

MDT Task Sequence’s Inject driver steps do not support specifying folders,  so Selection Profiles are the defacto method for bridging this gap.  Here is a script I created to ease the process of creating/importing multiple system drivers into MDT at once.  If ran more than once, it will not create duplicate selection profile entries. /BG

How to create Panasonic Driver Bundles from Scratch

By | March 4, 2014
Share

Here is a video I produced displaying the full process of building a driver bundle from scratch.  All needed files are provided via the video. How to create a Panasonic Driver Bundle from scratch. Files used in tutorial can be downloaded using the following link: http://goo.gl/AOPz66 /BG

Installing Drivers using the DPInst.exe utility.

By | December 27, 2013
Share

In my recent struggles with using the Windows 7/8 PNPUtil.exe built-in utility,  I went on a search for another means to handle installing my Plug and Play drivers.  I’ve dabbled with the Devcon.exe utility in the past, but it is mostly meant for use with Windows XP and previous OSes.  I then came across a… Read More »

Quick Methodology to Surpass Stop 0x0000007B… error

By | January 7, 2011
Share

I recently ran into an XP custom image which did not cooperate with Sysprep in any shape or form.  The customer simply wanted the image migrated to another model laptop.  To perform this procedure I used the following tools: MS 07B Article: http://support.microsoft.com/kb/314082/ 1. Hirens Boot CD (UltimateBootCD also has the needed tools) transferred to USB… Read More »