Saturday, April 28, 2012

How to Run Dll Files


Windows Vista and Seven
1. Click 'Start' and type 'cmd' into the 'Search' box and press 'Enter.' The Command Prompt will open.
2. Type 'regsvr32 name.dll' (without the quotation marks) into the Command Prompt and press 'Enter.' Note that 'name.dll' should be replaced with the name of the DLL that you want to run. For example, 'regsvr32 iexplore.dll.'
3. Close the Command Prompt and restart your computer.
Windows XP
4. Click 'Start' and 'Run.'
5. Type 'cmd' into the 'Run' dialog box and click 'OK.' The Command Prompt will open.
6. Type 'regsvr32 name.dll' (without the quotation marks) into the Command Prompt and press 'Enter.' Note that 'name.dll' should be replaced with the name of the DLL that you want to run. For example, 'regsvr32 iexplore.dll.'
7. Close the Command Prompt and restart your computer.