Stubby wrote:
> On Dec 25, 9:52 am, John John - MVP <audetw...@nbnot.nb.ca> wrote:
>> Stubby wrote:
>>> How do manufacture-supplied device drivers get installed? For
>>> instance I have a SATA disk and have to use F6 each time I reinstall
>>> Win2KP. But I don't see any file on the disk that appears concerned
>>> with the disk. So where is the driver?
>> They would usually be in the Winnt\System32\Drivers folder.
>>
>> John
>
> Sure 'nuff. What are all those drivers, anyway? Is that just the
> ones for my specific configuaration or will they allow running on most
> PCs?
>
> For years I've been trying to get rid of some Error Events in my log
> related to ATI hardware being missing. It IS missing and I tried to
> uninstall the software, but I get the same 4 events after every
> restart. I noticed there are 4 drivers with names like ati****.sys --
> can I just delete them?
Do you have ATI hardware still installed on the machine?
Don't delete any of the drivers in the Winnt\System32\Drivers folder,
that may only exacerbate things. The drivers in the folder may or may
not be in use, it depends on the hardware configuration on your machine.
Unused drivers cause no problems when they are properly disabled or
removed from the registry.
If you are having errors about hardware that is no longer present on
your computer look for and remove phantom devices in the device manager
or look for the driver information in the registry at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and remove the key
for the non existing hardware. Careful! Don't remove keys unless you
are certain that they are for truly non existing hardware drivers!
To find phantom or 'ghosted' devices see here:
http://support.microsoft.com/kb/241257
Device Manager Does Not Display Devices Not Currently Present in Windows
2000
It would be best if you posted the Event Log errors before deleting
registry keys, the errors could be caused by a variety of things.
John