Issue:
Windows computer only starts in MS-DOS.

Cause:
Commonly, this problem comes when another program or game is restarted into a MS-DOS mode for compatibility reasons but is inappropriately restarted.

Solution:
Follow the below instructions to allow the computer to boot into Windows 95 or Windows 98 instead of MS-DOS.

Solution one
Type cd\
Type edit autoexec.bat
Type REM with a space after it, in front of the below lines within the autoexec.bat. cd c:\windows\command
call c:\windows\command\<name of game or program that may be trying to start>
c:\windows\win.com/wx
Once the above lines have been remarked, if valid, click File / Save, and click Exit. Once back at the prompt type the below commands.
Type edit config.sys
Type REM in front of the below lines within the autoexec.bat:
dos=single
Save and exit the config.sys file. Once back at the MS-DOS prompt restart the system and you should be be able to get back into Windows.

Solution two
From the MS-DOS prompt type in the below lines.
Type cd\
Type attrib msdos.sys -r -a -s -h
Type edit msdos.sys
Locate the line BOOTGUI=0 and change the line to BOOTGUI=1