JSI Tip 5330. Windows 2000 Unattend.txt file is limited to 256 Characters for OEMPnPDriversPath?

Jerold Schulman

May 20, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

If the number of characters in the OEMPnPDriversPath entry of the Unattended.txt file exceeds 256 characters, the registry will be missing some information, causing some device drivers to NOT be automatically installed.

To workaround this feature:

1. Open the Hivesft.inf file in the distribution share.

2. Locate the HKLM,"SOFTWAREMicrosoftWindowsCurrentVersion","DevicePath",0x00020002,"%SystemRoot%inf" line.

3. Modify this line to include as many additional driver locations as you require,separated by a semi-colon (;).

Example:

HKLM," SOFTWAREMicrosoftWindowsCurrentVersion","DevicePath",0x00020002,"%SystemRoot%inf;c:driversLAN;C:driversvideo;c:driversAudio"



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like