我們知道,在Vista以前要打開控制面板項目必須通過*.cpl文件。如:打開桌面屬性,需要在運行對話框輸入 "control.exe desk.cpl"。
到了Vista時代,控制面板新增了一些參數,可以使用/name參數友好方式替代復雜的control.exe參數。如:要打開文件夾選項,只需要在開始菜單的搜索框輸入:
control.exe /name Microsoft.FolderOptions
這里是可以使用的控制參數名稱列表:
Microsoft.AddHardware Microsoft.PenAndInputDevices
Microsoft.AdministrativeTools Microsoft.PeopleNearMe
Microsoft.AudioDevicesAndSoundThemes Microsoft.PerformaceInformationAndTools
Microsoft.AutoPlay Microsoft.Personalization
Microsoft.BackupAndRestoreCenter Microsoft.PhoneAndModemOptions
Microsoft.BitLockerDriveEncryption Microsoft.PowerOptions
Microsoft.Bluetooth Microsoft.Printers
Microsoft.CardSpace Microsoft.ProblemReportsAndSolutions
Microsoft.ColorManagement Microsoft.ProgramsAndFeatures
Microsoft.DateAndTime Microsoft.RegionalAndLanguageOptions
Microsoft.DefaultPrograms Microsoft.ScannersAndCameras
Microsoft.DeviceManager Microsoft.SecurityCenter
Microsoft.EaseOfAccessCenter Microsoft.SpeechRecognitionOptions
Microsoft.FolderOptions Microsoft.SyncCenter
Microsoft.Fonts Microsoft.System
Microsoft.GameControllers Microsoft.TabletPCSettings
Microsoft.GetPrograms Microsoft.TaskbarAndStartMenu
Microsoft.GetProgramsOnline Microsoft.TextToSpeech
Microsoft.IndexingOptions Microsoft.UserAccounts
Microsoft.Infrared Microsoft.WelcomeCenter
Microsoft.InternetOptions Microsoft.WindowsAnytimeUpgrade
Microsoft.iSCSIInitiator Microsoft.WindowsDefender
Microsoft.Keyboard Microsoft.WindowsFirewall
Microsoft.MobilityCenter Microsoft.WindowsSideShow
Microsoft.Mouse Microsoft.WindowsSidebarProperties
Microsoft.NetworkAndSharingCenter Microsoft.WindowsUpdate
Microsoft.OfflineFiles Microsoft.ParentalControls
請注意:你也可以使用這些參數建立控制面板項的快捷方式。如:右鍵拖放控制面板中的項目到你需要的位置,或者使用以上介紹的命令直接創(chuàng)建快捷方式。
到了Vista時代,控制面板新增了一些參數,可以使用/name參數友好方式替代復雜的control.exe參數。如:要打開文件夾選項,只需要在開始菜單的搜索框輸入:
control.exe /name Microsoft.FolderOptions
這里是可以使用的控制參數名稱列表:
Microsoft.AddHardware Microsoft.PenAndInputDevices
Microsoft.AdministrativeTools Microsoft.PeopleNearMe
Microsoft.AudioDevicesAndSoundThemes Microsoft.PerformaceInformationAndTools
Microsoft.AutoPlay Microsoft.Personalization
Microsoft.BackupAndRestoreCenter Microsoft.PhoneAndModemOptions
Microsoft.BitLockerDriveEncryption Microsoft.PowerOptions
Microsoft.Bluetooth Microsoft.Printers
Microsoft.CardSpace Microsoft.ProblemReportsAndSolutions
Microsoft.ColorManagement Microsoft.ProgramsAndFeatures
Microsoft.DateAndTime Microsoft.RegionalAndLanguageOptions
Microsoft.DefaultPrograms Microsoft.ScannersAndCameras
Microsoft.DeviceManager Microsoft.SecurityCenter
Microsoft.EaseOfAccessCenter Microsoft.SpeechRecognitionOptions
Microsoft.FolderOptions Microsoft.SyncCenter
Microsoft.Fonts Microsoft.System
Microsoft.GameControllers Microsoft.TabletPCSettings
Microsoft.GetPrograms Microsoft.TaskbarAndStartMenu
Microsoft.GetProgramsOnline Microsoft.TextToSpeech
Microsoft.IndexingOptions Microsoft.UserAccounts
Microsoft.Infrared Microsoft.WelcomeCenter
Microsoft.InternetOptions Microsoft.WindowsAnytimeUpgrade
Microsoft.iSCSIInitiator Microsoft.WindowsDefender
Microsoft.Keyboard Microsoft.WindowsFirewall
Microsoft.MobilityCenter Microsoft.WindowsSideShow
Microsoft.Mouse Microsoft.WindowsSidebarProperties
Microsoft.NetworkAndSharingCenter Microsoft.WindowsUpdate
Microsoft.OfflineFiles Microsoft.ParentalControls
請注意:你也可以使用這些參數建立控制面板項的快捷方式。如:右鍵拖放控制面板中的項目到你需要的位置,或者使用以上介紹的命令直接創(chuàng)建快捷方式。

