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 illustrates how to display the autoplay item:
Show-ControlPanelItem autoplay
0 comments