Saturday, July 28, 2012

How to Run Dll As an App


1. Go to 'Start' and enter the words 'Task Scheduler' via your 'Search' window. Then, click on the 'Task Scheduler' option.
2. Click your mouse on 'Create Task.'
3. Title the task you create and mark the box that says 'Run with the highest privileges.'
4. Click 'Triggers' and choose the 'At log on' option via your 'Begin the task' pull-down menu. Go to the 'Change user or group' button to choose the group or user you desire to use.
5. Click your mouse on the 'Actions' function. Then, click 'New.' Under 'Action,' choose 'Start a program.' Type in 'C:\Windows\System32\rundll32.exe' on your Program/script and the string RUNDLL32.EXE <dllname>,<entrypoint> <optional arguments> into the 'Add Arguments section.' However, replace the words optional arguments with the task you want to take place. For instance, you would enter RUNDLL32.EXE shell32.dll,Control_RunDLL to open the Control Panel, under 'optional arguments.' Click 'Enter' two times.