Thursday, June 16, 2011

How to Register DLL Files on 64 Bit


Windows Vista or 7
1. Click 'Start' and type 'cmd' into the 'Search' box and press 'Enter.' The Command Prompt opens.
2. Type 'regsvr32 name.dll' into the Command Prompt and press 'Enter.' Note that 'name.dll' should be replaced with the name of the DLL that you want to register. For example, if you want to register the iexplore.dll, type 'regsvr32 iexplore.dll.'
3. Close the Command Prompt and restart the computer.
Windows XP
4. Click 'Start' and 'Run.' The Run tool opens.
5. Type 'cmd' into the box next to 'Open' and click 'OK.' The Command Prompt opens.
6. Type 'regsvr32 name.dll' into the Command Prompt and press 'Enter.' Note that 'name.dll' should be replaced with the name of the DLL that you want to register. For example, if you want to register the iexplore.dll, type 'regsvr32 iexplore.dll.'
7. Close the Command Prompt and restart the computer.