rundll rundll32 调用大全
控制面板:
模块: CONTROL.EXE
参数: rundll32.exe shell32.dll,Control_RunDLL
返回: displays all the Control Panel icons in an Explorer view
--------------------------------------------------------------------------------
辅助功能选项:
模块: ACCESS.CPL
参数: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
返回: displays the Accessibility General properties
参数: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1
返回: displays the Accessibility Keyboard properties
参数: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
返回: displays the Accessibility Sound properties
参数: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
返回: displays the Accessibility Display properties
参数: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
返回: displays the Accessibility Mouse properties
--------------------------------------------------------------------------------
添加新硬件向导:
模块: SYSDM.CPL
参数: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1
返回: runs the Add New Hardware wizard
--------------------------------------------------------------------------------
添加打印机向导:
模块: SHELL32.DLL
参数: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter
返回: runs the Add New Printer wizard
注释: Windows NT, it is possible to bring up a predefined Windows Dialog box for connecting to a network printer - the ConnectToPrinterDlg API. However, this dialog is not accessible by Visual Basic programs running under Windows 95. Therefore, you must use a 参数 line equivalent statement to invoke the "Add Printer Wizard" under Windows 95 as detailed above. (KB article Q154007)
--------------------------------------------------------------------------------
添加/删除程序属性页
模块: APPWIZ.CPL
参数: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
返回: displays the Install/Uninstall tab selected
参数: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
返回: displays the Windows Setup tab selected
参数: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
返回: displays the Startup Disk tab selected
--------------------------------------------------------------------------------
公文包:
模块: SYNCUI.DLL
参数: rundll32.exe syncui.dll,Briefcase_Create
返回: Creates a new Briefcase on the desktop
--------------------------------------------------------------------------------
复制磁盘对话框:
模块: DISKCOPY.DLL
参数: rundll32.exe diskcopy.dll,DiskCopyRunDll
返回: displays the Copy Disk dialog for removable media
--------------------------------------------------------------------------------
创建快捷方式:
模块: APPWIZ.CPL
参数: rundll32.exe apwiz.cpl,NewLinkHere %1
返回: Displays the Create New Shortcut dialog. Completing the filename in the dialog creates a shortcut at the location specified by %1
Date & Time Properties
模块: TIMEDATE.CPL
参数: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,0
返回: displays Set Date & Time properties tab
参数: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,1
返回: displays the Time Zone properties tab
--------------------------------------------------------------------------------
拨号网络:
模块: RNAUI.DLL
参数: rundll32.exe rnaui.dll,RnaDial {name of connection to establish}
返回: displays the Connect To dialog for the passed connection. If connected, displays the connection status dialog.
参数: rundll32.exe rnaui.dll,RnaWizard
返回: displays the Dial Up Networking Connection Wizard
--------------------------------------------------------------------------------
显示属性:
模块: DESK.CPL
参数: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
返回: displays the Background tab selected
参数: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
返回: displays the Screen Saver tab selected
参数: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
返回: displays the Appearance tab selected
参数: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
返回: displays the Settings tab selected
注释: Note: Your video adapter may install other property pages into DESK.CPL dynamically when selected with its own icon (i.e an ATI or Matrox control panel icon). Additionally, it also may invoke its own control panel applet mimicking the Windows display options.
--------------------------------------------------------------------------------
快速查找:
模块: FINDFAST.CPL
参数: rundll32.exe shell32.dll,Control_RunDLL findfast.cpl
返回: displays the Office FindFast control panel applet (if installed)
--------------------------------------------------------------------------------
字体:
模块: SHELL32.DLL
参数: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL FontsFolder
返回: displays the Fonts Folder in Explorer view
参数: rundll32.exe shell32.dll,Control_RunDLL main.cpl @3
返回: Also displays the Fonts Folder in Explorer view
--------------------------------------------------------------------------------
格式化软盘:
模块: SHELL32.DLL
参数: rundll32.exe shell32.dll,SHFormatDrive
返回: displays the floppy disk Format Drive dialog. Causes the Drive A to be accessed on showing.
Thanks to Marty List for sending in this 参数
--------------------------------------------------------------------------------
游戏控制:
模块: JOY.CPL
参数: rundll32.exe shell32.dll,Control_RunDLL joy.cpl,,0
返回: displays the Game Controllers General property page
参数: rundll32.exe shell32.dll,Control_RunDLL joy.cpl,,1
返回: displays the Game Controllers Advanced property page
--------------------------------------------------------------------------------
HTML :
模块: MSHTML.DLL
参数: rundll32.exe mshtml.dll,PrintHTML (HTML doc to print)
返回: sends the passed file to the printer
Thanks to Karl Grear for sending in this 参数
--------------------------------------------------------------------------------