BootExecute Incorrectly Documented in Resource Kit (112659)



The information in this article applies to:

  • MSPRESS Microsoft Windows NT Resource Kit 3.1

This article was previously published under Q112659


Page 386 of the Windows NT Resource Guide (Volume 1 of the Microsoft Windows NT Resource Kit) references the BootExecute parameter. The following example is given for converting the file system on a hard disk drive:

   BootExecute = autocheck autoconv \Dos\Devices\x: /FS:NTFS
		


This information is incorrect. The statement should read:

   BootExecute = autocheck autoconv \DosDevices\x: /FS:NTFS
		


This reference is also incorrect in the Registry Help file.

Modification Type:MinorLast Reviewed:5/4/2005
Keywords:kbother KB112659