MS-DOS help win/98

Discussion in 'PC hardware help' started by Liez4Love, Nov 20, 2005.

  1. Liez4Love

    Liez4Love Regular member

    Joined:
    Dec 16, 2004
    Messages:
    692
    Likes Received:
    0
    Trophy Points:
    26
    Well,, i have a computer here,, that used to run on windows 98, had a intel celron 566mhz, 64 megs a ram, ehh and the other stuff doesnt really matter,, my problem is,, for some reason, it quit booting up 98 and now just starts in DOS,, and i dont know where to go from here,, i hope to get windows 98 on it again,, it should still be on there,, any idea wouls be great
     
  2. GrandpaBW

    GrandpaBW Active member

    Joined:
    Feb 28, 2004
    Messages:
    3,730
    Likes Received:
    17
    Trophy Points:
    68
    Boy, it has been so long since I had 98, but I remember something about a command that you could type at the dos prompt. It was something like:

    scanreg C: /restore or scanreg C: /fix

    That would bring up the last 4 good registry entries, and you picked the one with a date before you had problems, and click on it.

    I am not sure if that is the command or not, but you could try it.

     
    Last edited: Nov 20, 2005
  3. Liez4Love

    Liez4Love Regular member

    Joined:
    Dec 16, 2004
    Messages:
    692
    Likes Received:
    0
    Trophy Points:
    26
    wow, thank you very much,, but, it told me i needed to delete some files, and try it again,, so, wow thank you, and i will comment more results in a few mins
     
  4. DoubleDwn

    DoubleDwn Regular member

    Joined:
    Sep 27, 2005
    Messages:
    877
    Likes Received:
    0
    Trophy Points:
    26
    With win98, you had the option of shutting down windows and running dos for compatability reasons. Try this. After it boots to a dos prompt, type exit. This may quit the "dos session" that windows started. Next I would just type win at the command prompt. This should launch windows. If this works, check your autoexec.bat file. Type 'type autoexec.bat' from the C:\> prompt. The last line should be win.com, or win. If it is not there, then type 'edit autoexec.bat' and add win to the last line. Close and save the changes to the file. Then reboot the machine and windows should boot at bootup.

    Good luck.

    ~Rich
     
  5. Xian

    Xian Regular member

    Joined:
    Jun 27, 2003
    Messages:
    954
    Likes Received:
    0
    Trophy Points:
    26
    I have seen the option to boot to the GUI changed in msdos.sys in 9x systems before. IF the BootGUI line is set to 0 in will only boot to DOS

    From a command prompt
    type cd \
    Type attrib msdos.sys -r -a -s -h
    Type edit msdos.sys
    See if there is a line that says BOOTGUI=0
    If you see that, change it to BOOTGUI=1
    Save it and reset the attribs
    Type attrib msdos.sys +r +a +s +h
     

Share This Page