Mmm. All the tips I find are for Windows 9x. Like this one:
From Bob Croninger:
"On deleting the ENUM key in the registry: I would caution some users in doing this. It may work for some, or even most, but in other cases not all devices will be detected properly by simply removing this key - especially those with proprietary hardware. Another way to update your hardware in Windows was built-in by Microsoft (one of the few things they've done that's actually helpful). You can try deleting the ENUM key first, but if that gives you problems, you can try this:
Boot into Safe Mode Command Prompt Only (CTRL-F5 from the "Starting Windows 9x" message).
From the root of C:, remove the file attributes from the SYSTEM.1ST file located there:
attrib -r -s -h system.1st
Then change to the C:\WINDOWS folder and remove the file attributes from the SYSTEM.DAT file:
attrib -r -s -h system.dat
Rename the SYSTEM.DAT file to SYSTEM.OLD or something similar.
Copy the SYSTEM.1ST to the C:\WINDOWS folder and rename it SYSTEM.DAT.
Re-apply the attributes to the SYSTEM.1ST file in the root directory:
attrib +r +s +h system.1st
6. Reboot
Notes:
It is not necessary to re-apply the attributes to the SYSTEM.DAT file because Windows will do this when it updates your hardware configuration.
Do not MOVE the SYSTEM.1ST file into your WINDOWS folder, just copy it. This way, you will always have that file if you need to do this again.
This is a procedure Microsoft has set in place for all versions of Windows 9x. I realize that this is more complex than just deleting the ENUM key, but it's also easily reversed if you screw up. You can always just restore the SYSTEM.OLD to SYSTEM.DAT and continue as if nothing had happened.
As was mentioned, you will need every driver for your hardware, so have them handy. Just wanted to throw some other possibilities out there, rather than just deleting registry keys."
Sincerely,
This thread was also for someone with w98 but may contain some tip that can also be used in w2k or at least some reassurance.
You should wait for more feedback before doing anything.