Jul 07 2009
Rundll32.exe - Listing some very useful command line access program
If you are running windows XP then it is very unlikly that you have not heard of Rundll32.exe, a windows supporting application used for creating several shortcut tasks likelockingup windows, opening control panel or fonts or even opening mouse or keyboard properties. To get all these shortcut work properly the only thing you need to do is create a shortcut and place this small code line into its shortcut properties. If you don’t know how to create a shortcut of any program then should look one of my previous article Creating shortcut for “Safely Remove Hardware” for Removable Media.
To run code listed below you can create a new shortcut on your desktop using a right mouse click, and enter “code” in the location field.
Lock Windows
Rundll32.exe user32.dll,LockWorkStation
Control Panel
rundll32.exe shell32.dll,Control_RunDLL
Mouse Properties
Rundll32.exe shell32.dll,Control_RunDLL main.cpl @0
Keyboard Properties
Rundll32.exe shell32.dll,Control_RunDLL main.cpl @1
Printers Properties
Rundll32.exe shell32.dll,Control_RunDLL main.cpl @2
Fonts
Rundll32.exe shell32.dll,Control_RunDLL main.cpl @3
Install/Uninstall
rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
Windows Setup
rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
Startup Disk
rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
Advanced Internet Properties
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,5
Accessibility Properties (Keyboard):
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1
Accessibility Properties (Sound):
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
Accessibility Properties (Display):
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
Accessibility Properties (Mouse):
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
Accessibility Properties (General):
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
Display Properties (Background):
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
Display Properties (Screen Saver):
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
Display Properties (Appearance):
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
Display Properties (Settings):
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
Internet Properties (General):
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0
Internet Properties (Security):
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,1
Internet Properties (Content):
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2
Internet Properties (Connection):
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,3
Internet Properties (Programs):
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4
Internet Properties (Advanced):
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,5





