Rundll32 Commands in Windows XP

October 13, 2007 by Admin  
Filed under Tips Tricks


Windows XP contains a file rundll32.exe that allows command line access to certain functions. 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

Accessability Properties (Keyboard):
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1

Accessability Properties (Sound):
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2

Accessability Properties (Display):
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3

Accessability Properties (Mouse):
rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4

Accessability 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



Other Posts: