Windows: Ярлыки Панели управления

Все нижеперечисленные команды можно прописать в консоли, через Пуск-Выполнить или создать для них ярлык.

Перечеркнутые ярлыки уже не работают в Windows 7 и выше.

 

Accessibility Options * access.cpl
Add New Hardware Wizard hdwwiz.cpl
Add/Remove Programs appwiz.cpl
Date and Time Properties timedate.cpl
Display Properties desk.cpl
FindFast findfast.cpl
Folder Properties * folders
Fonts Folder * fonts
Internet Properties inetcpl.cpl
Joystick Properties joy.cpl
Java javacpl.cpl (находится примерно в C:\Program Files\Java\jre1.8.0_25\bin)
Keyboard Properties * main.cpl,@1
Mouse Properties main.cpl
Network Properties ncpa.cpl
Password Properties password.cpl
Phone and Modem options telephon.cpl
Power Management powercfg.cpl
Printers Folder * printers
Regional settings intl.cpl
Scanners and Cameras * sticpl.cpl
Sound Properties mmsys.cpl sounds
Sounds and Audio Device Properties mmsys.cpl
System Properties sysdm.cpl
User settings * nusrmgr.cpl
Device Manager devmgmt.msc
Shared Folders fsmgmt.msc
Local Users and Groups lusrmgr.msc
Certificates certmgr.msc
Group Policy gpedit.msc
Resultant Set of Policy rsop.msc
Local Security Policy Manager secpol.msc
Event Viewer eventvwr.msc
Performance Monitor perfmon.msc
Task Scheduler taskschd.msc
Windows Firewall firewall.cpl
Security Center wscui.cpl
Устройства и принтеры C:\Windows\System32\control.exe /name Microsoft.DevicesAndPrinters
control printers
Управление компьютером compmgmt.msc
Управление дисками diskmgmt.msc

Note options marked with an * have special shortcut names which may be used instead of the usual control applet.cpl,applet_number format.

So, for example, to open the Sounds and Audio Device Properties dialog you click Start -> Run, type:

control mmsys.cpl

and click OK.

How, then, do you gain access to a specific tab in that dialog box? You use an extended form of the Control command:

control applet.cpl,@applet_number,tab_number

The applet_number is rarely required. There are a couple of cpl files which give access to multiple applets and in those cases you use the applet_number to identify which one you’re calling. For example, main.cpl provides access to both the Mouse and the Keyboard properties. The numbering starts at 0, so control main.cpl,@0 opens the Mouse Properties, control main.cpl,@1 opens the Keyboard Properties. If you don’t include an applet_number, @0 is assumed.

The tab_number is the number of the tab you want selected in the dialog box, with numbering starting from 0 from the left.

If you want to use a tab_number but want to omit the applet_number (or leave its value at 0), insert an extra comma before the tab_number to indicate the missing value. Thus:

control main.cpl,,3

opens the Mouse Properties dialog to its fourth tab.

So to open the Sounds and Audio Device Properties dialog with the Sounds tab already selected, click Start -> Run and enter the command:

control mmsys.cpl,,1

Tab shortcuts

Instead of typing these commands each time, create a desktop shortcut for your favourites and then stick them in the Quick Launch bar or wherever else you choose:

  1. Right-click the desktop and choose New -> Shortcut.
  2. Type the appropriate command in the Create Shortcut dialog and click Next. For example:control appwiz.cpl,,2

(this will open the Add Or Remove Programs dialog with the Add/Remove Windows Components section selected).

  1. Give your shortcut a descriptive name, such as Remove Windows Components, and click Finish.


http://www.geekgirls.com/windowsxp_controlpanel.htm

Для Windows 8 и Windows 10 можно вызвать панель настроек PC Settings:

Explorer.exe shell:AppsFolder\Windows.ImmersiveControlPanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel


Подписаться
Уведомление о
guest
0 Комментарий
Inline Feedbacks
View all comments