PowerTip: Open Printer Dialog Box from PowerShell

Doctor Scripto

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*

0 comments

Discussion is closed.

Feedback usabilla icon