: Simply type printmanagement.msc into an open Command Prompt or PowerShell window.
: Press Win + R , type printmanagement.msc , and hit Enter. cmd print management
The foundation of command-line print management lies in the manipulation of print queues using native Windows utilities. The most fundamental of these is the print command, which allows users to send text files directly to a printer, bypassing the overhead of a text editor. However, for administrative purposes, the more powerful tool is the net print command or the comprehensive Windows Management Instrumentation Command-line (WMIC). Using simple syntax, an administrator can view the status of print jobs across a network without physically navigating to the printer’s location. For instance, the command wmic printer list status provides an immediate, text-based snapshot of all connected devices, highlighting offline errors or paper jams that might be obscured by a sluggish GUI interface. : Simply type printmanagement