Make sure that the default items in the CONFIG.NT and AUTOEXEC.NT
files are present and in the proper order.
In Windows NT 3.1, CONFIG.NT contains the following commands by
default:
files=50
lastdrive=k
fcbs=4,0
dos=high, umb
device=%SystemRoot%\system32\himem.sys
In Windows NT 3.51 and later, the CONFIG.NT contains the following
commands by default:
dos=high, umb
device=%SystemRoot%\system32\himem.sys
files=20
AUTOEXEC.NT contains the following commands by default:
@echo off
lh %SystemRoot%\system32\mscdexnt.exe
lh %SystemRoot%\system32\redir
lh %SystemRoot%\system32\dosx
|