Unsolved
This post is more than 5 years old
136 Posts
0
21895
September 5th, 2002 01:00
windows error
has anyone ever seen this error message before?
if so how do i fix it??
The Win16 Subsystem was unable to enter Protected Mode, DOSX.EXE must be in your AUTOEXEC.NT and present in your PATH.
if so how do i fix it??
The Win16 Subsystem was unable to enter Protected Mode, DOSX.EXE must be in your AUTOEXEC.NT and present in your PATH.
No Events found!


"The Missing Li
1 Message
0
December 27th, 2002 03:00
Possible Solution:
Edit the config.nt file in the C:\windows\system32 directory to read:
EMM = B=4000 RAM
dos=high, umb
device=%SystemRoot%\system32\himem.sys
files=40
Note the spaces in the EMM line carefully - one either side of the first = and before RAM, none with the second =
Also make sure there is a line in your autoexec.nt file (C:\windows\system32 directory) that reads:
lh %SystemRoot%\system32\dosx
The error statement which the user where I got this info stated insufficient conventional memory. This fix should give 612k of conventional memory, which seems to be the maximum possible.
MikeDo
1 Rookie
•
2 Posts
0
January 19th, 2004 16:00
copy \windows\repair\autoexec.nt \windows\system32\autoexec.nt
Sounds like the file was corrupted.
karina_figueroa
1 Message
0
June 18th, 2004 17:00
I resolved the same problem with your tip. My file was wrong. There was a lot of comment's line without "REM", so, I just put the file as you recommended and I installed the aplication.
sindyreed
1 Message
0
December 8th, 2004 13:00
I have a win 16 subststem was unable to enter protected mode. dosx.exe autoexec.nt message.
any help on correcting this error?
Cyberrex
2 Posts
0
January 26th, 2005 02:00
This still didn't solve my problem. My AUTOEXEC.NT file reads currently:
@echo off
1h %SYSTEMROOT%\system32\mscdexnt.exe
1h %SYSTEMROOT%\system32\redir
1h %SYSTEMROOT%\system32\dosx.exe
SET BLASTER=A220 I5 D1 P330 T3
EMM = B=4000 RAM
dos=high, umb
device=%SYSTEMROOM%\system32\himem.sys
files=40
But I still get the error message:
The Win15 Subsystem was unable to enter Protected Mode, DOSX.EXE must be in your AUTOEXEC.NT and present in your PATH.
so what else should I do?
Message Edited by Cyberrex on 01-25-2005 10:55 PM
Chammy
1 Message
0
September 13th, 2005 19:00