玩酷到底用命令參數(shù)操作Vista控制面板

字號(hào):

我們知道,在Vista以前要打開控制面板項(xiàng)目必須通過*.cpl文件。如:打開桌面屬性,需要在運(yùn)行對(duì)話框輸入 "control.exe desk.cpl"。
    到了Vista時(shí)代,控制面板新增了一些參數(shù),可以使用/name參數(shù)友好方式替代復(fù)雜的control.exe參數(shù)。如:要打開文件夾選項(xiàng),只需要在開始菜單的搜索框輸入:
    control.exe /name Microsoft.FolderOptions
    這里是可以使用的控制參數(shù)名稱列表:
    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
    請(qǐng)注意:你也可以使用這些參數(shù)建立控制面板項(xiàng)的快捷方式。如:右鍵拖放控制面板中的項(xiàng)目到你需要的位置,或者使用以上介紹的命令直接創(chuàng)建快捷方式。