Displays the indicated Windows settings dialog (轉)
'Description: Displays the indicated settings dialog.
'Control Panel ( CONTROL.EXE )
'--------------------------------
'Control Panel:
' rundll32.exe 32.dll,Control_RunDLL
'
'Accessability Options ( ACCESS.CPL )
'---------------------------------------
'Keyboard:
' rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1
'Sound):
' rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
'Display:
' rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
'Mouse:
' rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
'General:
' rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
'
'Add/Remove Programs ( APPWIZ.CPL )
'-------------------------------------
'Install/Uninstall:
' rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
'Windows Setup:
' rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
'Startup Disk:
' rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
'
'Display Options ( DESK.CPL )
'-------------------------------
'Background:
' rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
'Screen Saver:
' rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
'Appearance:
' rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
'Settings:
' rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
'
'Regional Settings ( INTL.CPL )
'---------------------------------
'Regional Settings:
' rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0
'Number:
' rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,1
'Currency:
' rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,2
'Time:
' rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,3
'Date:
' rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4
'
'Joystick Options ( JOY.CPL )
'-------------------------------
'Joystick:
' rundll32.exe shell32.dll,Control_RunDLL joy.cpl
'
'Mouse/Keyboard/Printers/Fonts Options ( MAIN.CPL )
'-----------------------------------------------------
'Mouse Properties:
' rundll32.exe shell32.dll,Control_RunDLL main.cpl @0
'Keyboard Properties:
' rundll32.exe shell32.dll,Control_RunDLL main.cpl @1
'Printers:
' rundll32.exe shell32.dll,Control_RunDLL main.cpl @2
'Fonts:
' rundll32.exe shell32.dll,Control_RunDLL main.cpl @3
'
' and Fax Options ( MLCFG32.CPL )
'---------------------------------------
'General:
' rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl
'
'Multimedia/Sounds Options ( MMSYS.CPL )
'------------------------------------------
'Audio:
' rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0
'Viedo:
' rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1
'MIDI:
' rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2
'CD Music:
' rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3
'Advanced:
' rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4
' = = = = = = = = = = = = = = = = = = = = = = = = = = =
'Sounds Properties:
' rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1
'
'Modem Options ( MODEM.CPL )
'------------------------------
'General:
' rundll32.exe shell32.dll,Control_RunDLL modem.cpl
'
work Options ( NETCPL.CPL )
'---------------------------------
'Configuration:
' rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl
'
'Pass Options ( PASSWORD.CPL )
'------------------------------------
'Change Passwords:
' rundll32.exe shell32.dll,Control_RunDLL password.cpl
'
'System/Add New Hardware Options ( SYSDM.CPL )
'------------------------------------------------
'General:
' rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0
'Device Manager:
' rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
'Hardware Profiles:
' rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
'Performance:
' rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
' = = = = = = = = = = = = = = = = = = = = = = = = = = =
'Add New Hardware Wizard:
' rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1
'
'Date and Time Options ( TIMEDATE.CPL )
'-----------------------------------------
'Date/Time Properties:
' rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
'
' Mail Post Options ( WGPOCPL.CPL )
'----------------------------------------------------
'Microsoft Workgroup Postoffice Admin:
' rundll32.exe shell32.dll,Control_RunDLL wgpocpl.cpl
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752043/viewspace-988226/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- To Support High-Density Retina Displays
- windows更改系統預設的Documents and Settings目錄Windows
- [轉]Angular 4|5 Material Dialog with ExampleAngular
- android應用Dialog跳轉到ActivityAndroid
- Linux程式設計入門 - Dialog(轉)Linux程式設計
- File.Exists(Application.StartupPath + \\Settings\\Settings.xml)APPXML
- Unable to save settings: Failed to save settings. Please restart PyCharm解決AIRESTPyCharm
- iOS之Settings BundleiOS
- some settings for spacemacs golangMacGolang
- HTML <dialog> 元素HTML
- 自定義 Dialog
- dialog on input OR on request
- Html 5.2 的簡單介紹及新增元素 <dialog></dialog>HTML
- (轉)Android 自定義Dialog實現步驟及封裝Android封裝
- Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA 解決方案AIRESTIntelliJIdea
- HTML <dialog> 標籤HTML
- Weex元件庫-Dialog元件
- Dialog原始碼分析原始碼
- eclipse配置Maven Settings.xml檔案報錯:Could not read settings.xmlEclipseMavenXML
- Idea報錯“Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA”IdeaAIRESTIntelliJ
- flutter:教你自定義DialogFlutter
- Dialog 外掛構建
- 簡易Dialog封裝封裝
- Application顯示DialogAPP
- Dialog原始碼學習原始碼
- android Dialog例項Android
- 自定義dialog樣式
- van-checkbox + dialog
- 阿里私服 maven 配置settings.xml阿里MavenXML
- Django REST framework API 指南(27):SettingsDjangoRESTFrameworkAPI
- 【maven初識——Settings.xml解析】MavenXML
- Flutter 讓你的Dialog脫胎換骨吧!(Attach,Dialog,Loading,Toast)FlutterAST
- Win10系統Documents and Settings在哪 Win10系統Documents and Settings找不到如何開啟Win10
- Windows程式效率 (轉)Windows
- windows快捷鍵(轉)Windows
- [譯]迎接新的 Dialog 元素
- 好看的Dialog載入動畫動畫
- dialog.js彈窗外掛JS