Thursday, November 15, 2012

How to Run a Dll


1. Click 'Start' and type 'Control Panel' in the 'Search' bar. Hold 'Shift' and click 'Enter.'
2. Confirm the administrative access request when it appears by clicking 'Yes.'
3. Execute the DLL by typing the rundll command in the form of 'Rundll.exe <dll file name>,<entry function>, <arguments>' where each file enclosed in < and > signs is to be replaced by its actual function in the DLL file that should be accessed. Entry functions are commands in the DLL file that can be run as stand-alone programs. For example, you can swap your mouse buttons to a left-handed configuration by running the command 'RUNDLL32.EXE USER32.DLL,SwapMouseButton' without quotes.