June 2nd, 2014

PowerTip: Open Printer Dialog Box from PowerShell

Doctor Scripto
Scripter

Summary: Open Printer and Devices in Control Panel from within Windows PowerShell.

Hey, Scripting Guy! Question How can I use Windows PowerShell to open Printer and Devices in Control Panel so I don't have to use the mouse?

Hey, Scripting Guy! Answer Windows 8 introduced the Show-ControlPanelItem cmdlet, which you can use with a wildcard character:

Show-ControlPanelItem -Name *print*

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.

Feedback