Skip navigation

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

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,"SOFTWARE\Microsoft\Windows\CurrentVersion","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," SOFTWARE\Microsoft\Windows\CurrentVersion","DevicePath",0x00020002,"%SystemRoot%\inf;c:\drivers\LAN;C:\drivers\video;c:\drivers\Audio"


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish