RUNDLL commands like how to open the Keyboard properties, launch look for a new modem wizard, and m
RUNDLL commands like how to open the Keyboard properties, launch look for a new modem wizard, and many more.
Rate RUNDLL commands like how to open the Keyboard properties, launch look for a new modem wizard, and m
(1(1 Vote))
'and all of these code must be followed by the shell command |
|
'______________________________________________________________|
'This code will open the keyboard propraties page in the control panel
rundll32.exe shell32.dll,Control_RunDLL main.cpl @1, 5
'____________________________________________________________________
'This code will open the "Enable multi user sitting"
Control INETCPL.cpl @1, 5
'____________________________________________________________________
'This code will halt your system
rundll mouse,enable
'____________________________________________________________________
'This code will open the add new hard ware
rundll Sysdm.cpl,InstallDevice_Rundll
'____________________________________________________________________
'This code will refresh the screen
rundll User,repaintscreen
'____________________________________________________________________
'This code will open looking for a new modem wiz
rundll Rnaui.dll,RnaWizard
'____________________________________________________________________
'This code will open the MAP NET WORK DRIVE
rundll32 user,wnetconnectdialog
'____________________________________________________________________
'This code will range the windows cascade
rundll32 user,cascadechildwindows
'____________________________________________________________________
'This code will range the windows tile
rundll32 user,tilechildwindows
'____________________________________________
'Hoping you will enjoy these codes
'Faris Mlaeb
'[email protected]
RUNDLL commands like how to open the Keyboard properties, launch look for a new modem wizard, and m Comments
No comments yet — be the first to post one!
Post a Comment