Summary: Open Printer and Devices in Control Panel from within Windows PowerShell.
How can I use Windows PowerShell to open Printer and Devices in Control Panel so I don't have to use the mouse?
Windows 8 introduced the Show-ControlPanelItem cmdlet, which you can use with a wildcard character:
Show-ControlPanelItem -Name *print*