16 BIT WINDOW SUBSYSTEM PROBLEM

C

cymply

Hi, I`m using XP home edition Service Pack 2 and trying to load
Frontpage `98 only to be contronted with a message headed

'16 bit Windows Subsystem.
C:\windows\system32\autoexec.nt. the system file is not suitable for
runnng MS-DOS and Microsoft Applications.Choose 'Close' to terminate'
I have scoured the web, tried a few suggestions but no luck..anybody
out there that can help.
Thanks

Graham

PS it runs fine on XP prof.
 
R

Rick Rogers

Hi,

The simplest method to resolve this common problem is to copy autoexec.nt
from C:\Windows\repair to C:\Windows\system32 and overwrite the one that is
currently there.

Alternately, you can create a new autoexec.nt file and save it to the
\windows\system32 folder to overwrite the corrupted one. Click start/run and
type notepad, then click ok. Copy/paste the below code into it (instead of
typing it in to prevent errors), then click file/"save as". Navigate to the
C:\Windows\system32 folder, change the "save as file" type to "all types"
and name the file autoexec.nt, then click save (if prompted to overwrite the
existing one, do so).

@echo off
lh %SystemRoot%\system32\mscdexnt.exe
lh %SystemRoot%\system32\redir
lh %SystemRoot%\system32\dosx
SET BLASTER=A220 I5 D1 P330 T3

Reboot when finished. This usually fixes it, but you will find further steps
here if it doesn't:

Error message when you install or start an MS-DOS or 16-bit Windows-based
program
http://support.microsoft.com/?kbid=324767

Basically, you will have to expand new copies of command.com, autoexec.nt,
and config.nt to the system32 folder from the WinXP CD or I386 folder on
your hard drive. Sometimes, you need to create new ones and overwrite the
existing ones - the method is described in the article.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
 
T

TaurArian [MS-MVP]

Error message when you install or start an MS-DOS or 16-bit Windows-based
program
http://support.microsoft.com/?kbid=324767

Replace the standard version of autoexec.nt/config.nt by copying a backup
copy located in %windir%\repair\ to %windir%\system32\
(NB: %windir% is typically C:\Windows)

Start>Run and type in this without the quotes:
"cmd /c copy /y %windir%\repair\autoexec.nt %windir%\system32"

Troubleshooting MS-DOS-Based Programs in Windows
http://support.microsoft.com/default.aspx?scid=kb;EN-US;314106

16-bit MS-DOS Subsystem error while installing or running a DOS application:
http://windowsxp.mvps.org/16bit.htm


--

==================================
TaurArian [MS-MVP] 2005-2007 - Australia
==================================
http://www.dts-l.org/goodpost.htm
"Need more help? http://support.microsoft.com/?scid=ph;en-us;6527
(Links to web pages and MSKB Articles are posted for the purposes of keeping
the information current)


| Hi, I`m using XP home edition Service Pack 2 and trying to load
| Frontpage `98 only to be contronted with a message headed
|
| '16 bit Windows Subsystem.
| C:\windows\system32\autoexec.nt. the system file is not suitable for
| runnng MS-DOS and Microsoft Applications.Choose 'Close' to terminate'
| I have scoured the web, tried a few suggestions but no luck..anybody
| out there that can help.
| Thanks
|
| Graham
|
| PS it runs fine on XP prof.
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

16 bit subsystem? 14
16 bit windows subsystem 6
16 bit windows subsystem 3
16 bit windows subsystem 6
16 Bit Windows Subsystem 3
16 bit MS-DOS Subsystem 16
16 Bit Windows Subsystem 2
16 bit Windows Subsystem Error 2

Top