Advertisement
2002ASP Miscellaneous #4513

RUNDLL32.EXE functions

You might find the following code useful in complicated tasks that require a lot of code in other methods. I have not tested all of them, but they should work.

AI

Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Zdrojový kód
original-source
'To use the following functions simply write:
'shell "RUNDLL32.EXE _________"
'For example, 
Shell "RUNDLL32.EXE user,setcursorpos" '(sets the 
'mouse pointer to the upper left corner of the 
'screen)

'
'---OTHER FUNCTIONS---
'
'-- Shut down Windows
'RUNDLL32.EXE KRNL386.EXE,exitkernel     
'-- Sort open windows on desktop
'RUNDLL32.EXE user,tilechildwindows
'RUNDLL32.EXE user,cascadechildwindows     
'-- Open Hardware manager
'RUNDLL32.EXE sysdm.cpl,installDevice_Rundll   
'-- swap mousebuttons
'RUNDLL32.EXE user,swapmousebutton      
'-- Disable Keyboard
'RUNDLL32.EXE keyboard,disable       
'-- Disable Mouse
'RUNDLL32.EXE mouse,disable        
'-- Opens the Network connect window
'RUNDLL32.EXE user,wnetconnectdialog     
'-- Set mouse pointer to the upper left corner
'RUNDLL32.EXE user,setcursorpos       
'-- Open a Explorer window
'RUNDLL32.EXE shell,shellexecute      
'-- Reboot Windows 98
'RUNDLL32.EXE shell32SHExitWindowsEx 0     
'-- Shut down Windows 98
'RUNDLL32.EXE shell32SHExitWindowsEx 1     
'-- Reboot PC
'RUNDLL32.EXE shell32SHExitWindowsEx 2     
'-- Restart Windows Explorer ( Desktop)
'RUNDLL32.EXE shell32SHExitWindowsEx -1     
Původní komentáře (3)
Obnoveno z Wayback Machine