在E中格式:用"运行"一条命令调用就可以了
如"关机"可直接调用:
运行 (“rundll32 user,ExitWindows”, 假, )
打开文件夹 rundll32.exe url.dll,FileProtocolHandler %文件夹位置
安装屏保 rundll32.exe desk.cpl,InstallScreenSaver *.scr
视频播放 rundll32.exe amovie.ocx,RunDll /play /close %1
打开方式 rundll32.exe shell32.dll,OpenAs_RunDLL %1
关机 rundll32 user,ExitWindows
快速重新启动 rundll32 user,ExitWindowsExec
打开控制面板 cpl文件 rundll32.exe shell32.dll,Control_RunDLL *,cpl,,%1
注:Winnt 和Win9x的*.cpl 文件有出入请酌情处理。以下是调用列表
{辅助选项 属性-键盘} rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1
{辅助选项 属性-声音} rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
{辅助选项 属性-显示} rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
{辅助选项 属性-鼠标} rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
{辅助选项 属性-常规} rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
{添加/删除 安装/卸载} rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl,,1
{添加/删除 Windows安装} rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl,,2
{添加/删除 启动盘} rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl,,3
{显示 属性-背景} rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
{显示 属性-屏幕保护程序} rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
{显示 属性-外观} rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
{显示 属性-设置} rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
{Internet 属性-常规} rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl,,0
{Internet 属性-安全} rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl,,1
{Internet 属性-内容} rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl,,2
{Internet 属性-连接} rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl,,3
{Internet 属性-程序} rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl,,4
{Internet 属性-高级} rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl,,5
{区域设置 属性-区域设置} rundll32.exe shell32.dll,Control_RunDLL Intl.cpl,,0
{区域设置 属性-数字} rundll32.exe shell32.dll,Control_RunDLL Intl.cpl,,1
{区域设置 属性-货币} rundll32.exe shell32.dll,Control_RunDLL Intl.cpl,,2
{区域设置 属性-时间} rundll32.exe shell32.dll,Control_RunDLL Intl.cpl,,3
{区域设置 属性-日期} rundll32.exe shell32.dll,Control_RunDLL Intl.cpl,,4
{游戏控制器-常规} rundll32.exe shell32.dll,Control_RunDLL Joy.cpl,,0
{游戏控制器-高级} rundll32.exe shell32.dll,Control_RunDLL Joy.cpl,,1
{鼠标 属性} rundll32.exe shell32.dll,Control_RunDLL Main.cpl
{多媒体 属性-音频} rundll32.exe shell32.dll,Control_RunDLL Mmsys.cpl,,0
{多媒体 属性-视频} rundll32.exe shell32.dll,Control_RunDLL Mmsys.cpl,,1
{多媒体 属性-MIDI} rundll32.exe shell32.dll,Control_RunDLL Mmsys.cpl,,2
{多媒体 属性-CD音乐} rundll32.exe shell32.dll,Control_RunDLL Mmsys.cpl,,3
{多媒体 属性-设备} rundll32.exe shell32.dll,Control_RunDLL Mmsys.cpl,,4
{调制解调器 属性} rundll32.exe shell32.dll,Control_RunDLL Modem.cpl
{网络} rundll32.exe shell32.dll,Control_RunDLL Netcpl.cpl
{密码 属性} rundll32.exe shell32.dll,Control_RunDLL Password.cpl
{扫描仪与数字相机 属性} rundll32.exe shell32.dll,Control_RunDLL Sticpl.cpl
{系统 属性-常规} rundll32.exe shell32.dll,Control_RunDLL Sysdm.cpl,,0
{系统 属性-设备管理器} rundll32.exe shell32.dll,Control_RunDLL Sysdm.cpl,,1
{系统 属性-硬件配置文件} rundll32.exe shell32.dll,Control_RunDLL Sysdm.cpl,,2
{系统 属性-性能} rundll32.exe shell32.dll,Control_RunDLL Sysdm.cpl,,3
{日期/时间 属性} rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
{电源管理 属性} rundll32.exe shell32.dll,Control_RunDLL Powercfg.cpl
{拨号属性} rundll32.exe shell32.dll,Control_RunDLL Telephon.cpl |