September 30th, 2013

PowerTip: Use PowerShell to Show Control Panel Items

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to show Control Panel items in Windows 8.

Hey, Scripting Guy! Question How can I use Windows PowerShell to display applets from within the Control Panel?

Hey, Scripting Guy! Answer 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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.