PowerTip: Use PowerShell to Show Control Panel Items
Summary: Use Windows PowerShell to show Control Panel items in Windows 8. How can I use Windows PowerShell to display applets from within the Control Panel? Use the Show-ControlPanelItem cmdlet to display an applet, and use the Get-ControlPanelItem cmdlet to obtain a list of all applets. The following command ...