Gucke mal in der Datei C:\WINDOWS\SYSEM32\CONFIG.NT ob da unten so was steht :
Code:
dos=high, umb
device=%SystemRoot%\system32\himem.sys
files=40
files notfalls höher setzen. Die stehen standardmäßig bei 10 und das ist definitiv zu wenig. Es soll schließlich keiner auf die Idee kommen, ein Dos-Programm zu benutzen.
Dann noch die autoexec.nt an gleicher Stelle :
Code:
@echo off
REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.
REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe
REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir
REM Install DPMI support
lh %SystemRoot%\system32\dosx