Friday, January 14, 2011

How to Fix Missing DLLs in Windows ME


1. Locate a copy of the missing DLL file. Copy the file from a working Windows ME system or download it from one of the many DLL libraries online.
2. Extract the DLL file from the ZIP archive if you download the missing DLL from the web. Copy the file into the Windows ME system directory, which is usually located at 'C:\Windows\System.'
3. Click 'Start' and select 'Run.' Type 'COMMAND' and press 'Enter.'
4. Enter the command 'cd C:\Windows\System' and hit 'Enter' to change to the Windows ME system directory. Type 'regsvr32 <dll_name>' where <dll_name> is the name of the DLL file you are fixing. Press 'Enter.'
5. Reboot your system to finalize changes.