When I try to start up my computer using Windows 95,
Windows will not start and I'm getting a message that
my "registry file is not found" and that it needs to be
reinstalled. Where can I find this file? I have a
recovery disk and master cd, which I tried to use without
any success. After trying to use the recovery disk and
master cd I got the message "unable to determine cd rom
drive", "error level 100" with an a:>. Any help would be
appreciated. Thanks!
Bill Starbuck - 05 Apr 2004 14:02 GMT
It may be thay you need to set up the system so that it can see the
CD-ROM drive. However, I do not know what "the recovery disk and
master CD" might be, so I advise you to consult tech support at the
company that made the computer.
Here is how to add your CD-ROM driver to the boot disk. The boot disk
might be drive C: or it might be a Windows Startup Disk that you can
insert into drive A:.
The CD-ROM driver will normally have a name with the letters CD in it
and it will have the extension .SYS. One way to get a CD-ROM driver is
to run the installation program that came with the CD-ROM. Also, you
can usually get a driver from the web site of the companmy that made
the CD-ROM. Or you can search your C: drive for *CD*.SYS.
Using Notepad or any word processor, make a text file, name it
CONFIG.SYS and add it to the boot disk. This file should look like
this, but with the name of your CD-ROM driver in place of
CDDRIVER.SYS:
DEVICE=CDDRIVER.SYS /D:MSCD000
DEVICE=HIMEM.SYS
Add a copy of MSCDEX.EXE to the boot disk. You can get MSCDEX from the
folder C:\Windows/Command.
Using Notepad or any word processor, make a text file, name it
AUTOEXEC.BAT and add it to the bootdisk. It should look like this:
MSCDEX.EXE /D:MSCD000
Bill Starbuck (MVP)