国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > BAT > 正文

CMD進入控制面板的命令小結

2020-07-26 20:14:30
字體:
來源:轉載
供稿:網友

啟動控制面板大全

控制面板
模塊: control.exe
命令: rundll32.exe shell32.dll,Control_RunDLL
結果: 顯示控制面板窗口。
例子:
Dim x
x = Shell("rundll32.exe shell32.dll,Control_RunDLL")

輔助選項
模塊: access.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
結果: 顯示輔助選項/常規。

命令: 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
結果: 顯示輔助選項/鼠標。

添加新硬件
模塊: sysdm.cpl
命令:rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1

增加新的打印機
模塊:shell32.dll
命令:rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter

添加/刪除程序
模塊:appwiz.cpl
命令:rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
結果:顯示安裝/卸載。

命令:rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
結果:顯示安裝/卸載。

命令:rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
結果:顯示Windows 安裝。

命令:rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
結果:顯示啟動盤。

復制磁盤
模塊:diskcopy.dll
命令:rundll32.exe diskcopy.dll,DiskCopyRunDll

時間/日期
模塊: timedate.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,0
結果: 顯示設置日期/時間。

命令: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,1
結果: 顯示設置時間區域。

撥號連接(DUN)
模塊: rnaui.dll
命令: rundll32.exe rnaui.dll,RnaDial 連接_名稱
結果: 打開指定的撥號連接。
例子:
x= Shell("rundll32.exe rnaui.dll,RnaDial " & "連接_名稱", 1)

顯示器
模塊: desk.cpl
命令: 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
結果: 設置窗口。

操縱桿
模塊: joy.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL joy.cpl

郵件/傳真
模塊: mlcfg32.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl
結果: 出現 MS Exchange 屬性設置。

郵局設置
模塊: wgpocpl.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL wgpocpl.cpl
結果: 顯示 MS Postoffice Workgroup Admin 設置。

主設置
模塊: main.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @0
結果: 顯示鼠標屬性。

命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @1
結果: 顯示鍵盤/速度屬性。

命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @1,,1
結果: 顯示鍵盤/語言屬性。

命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @1,,2
結果: 顯示鍵盤/常規屬性。

命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @2
結果: 顯示打印機屬性。

命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @3
結果: 顯示字體屬性。

命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @4
結果: 顯示電源管理屬性。

增加 Modem
模塊:modem.cpl
命令:rundll32.exe shell32.dll,Control_RunDLL modem.cpl,,add

多媒體
模塊: mmsys.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0
結果:聲音。

命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1
結果:視頻。

命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2
結果:聲音 MIDI。

命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3
結果:CD/音樂。

命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4
結果:高級。

命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1
結果:聲音。

網絡
模塊:netcpl.cpl
命令:rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl

打開方式窗口(Open With)
模塊: shell32.dll
命令:rundll32.exe shell32.dll,OpenAs_RunDLL path/filename

口令
模塊: password.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL password.cpl

區域設置
模塊: intl.cpl
命令: 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
結果: 日期格式設置。

屏幕保護
模塊: appwiz.cpl
命令: rundll32.exe desk.cpl,InstallScreenSaver c:/win/system/Flying Windows.scr
結果: 安裝屏幕保護并顯示預覽屬性頁。

系統設置
模塊: sysdm.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
結果: 顯示性能設置。

IE4 設置
模塊: inetcpl.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 阳西县| 兰州市| 常熟市| 鹿泉市| 巴彦淖尔市| 富顺县| 锦屏县| 定远县| 图片| 咸阳市| 依安县| 巴南区| 游戏| 无极县| 海兴县| 锡林浩特市| 平阴县| 友谊县| 红桥区| 五莲县| 汶川县| 楚雄市| 海原县| 临洮县| 德令哈市| 兴国县| 虹口区| 阿拉善左旗| 定安县| 屏南县| 抚宁县| 卓资县| 霍林郭勒市| 星子县| 新邵县| 比如县| 凤山县| 庆元县| 绥棱县| 萨迦县| 杭州市|