VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



RUNDLL commands like how to open the Keyboard properties, launch look for a new modem wizard, and m

by Faris Mlaeb (7 Submissions)
Category: Windows System Services
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Sun 19th May 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



'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]



Download this snippet    Add to My Saved Code

RUNDLL commands like how to open the Keyboard properties, launch look for a new modem wizard, and m Comments

No comments have been posted about RUNDLL commands like how to open the Keyboard properties, launch look for a new modem wizard, and m. Why not be the first to post a comment about RUNDLL commands like how to open the Keyboard properties, launch look for a new modem wizard, and m.

Post your comment

Subject:
Message:
0/1000 characters