程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> Visual Basic語言 >> VB6 >> VB啟動控制面板大全

VB啟動控制面板大全

編輯:VB6

控制面板

模塊: 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

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved