November 26th, 2012

PowerTip: Open Windows 8 Control Panel Items from PowerShell

Doctor Scripto
Scripter

Summary: Learn how to open Windows 8 Control Panel items from within Windows PowerShell.

Hey, Scripting Guy! Question How can I open a Control Panel item, such as Windows Firewall, from within Windows PowerShell?

Hey, Scripting Guy! Answer Use the Show-ControlPanelItem cmdlet. To get a list of openable Control Panel items, use the Get-ControlPanelItem cmdlet, as shown here.

Show-ControlPanelItem *firewall*

Get-ControlPanelItem ‘Windows Firewall’

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.