Ask Your Question
2

How can you switch the status of "USE PRINTER OFFLINE" through the command prompt?

asked 2021-07-06 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-12-23 00:00:00 +0000

ladyg gravatar image

To switch the status of "USE PRINTER OFFLINE" through the command prompt, you can follow these steps:

  1. Open the command prompt by pressing Win + R and typing "cmd" into the Run dialog box.

  2. Type "net start spooler" into the Command Prompt window and press Enter. This will start the Print Spooler service.

  3. Type "net use [Printer Name]: /delete" into the Command Prompt window and press Enter. Replace [Printer Name] with the name of the printer you want to switch the status for.

  4. Type "net use [Printer Name]: \[Computer Name][Printer Share Name]" into the Command Prompt window and press Enter. Replace [Printer Name] with the name of the printer you want to switch the status for, [Computer Name] with the name of the computer that the printer is connected to, and [Printer Share Name] with the name of the printer's share.

  5. Type "net start spooler" into the Command Prompt window and press Enter. This will restart the Print Spooler service.

  6. Check the printer's status by right-clicking on the printer in the Devices and Printers window and selecting "See what's printing". If the status is "Ready", you have successfully switched the status of "USE PRINTER OFFLINE" using the command prompt.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-07-06 11:00:00 +0000

Seen: 11 times

Last updated: Dec 23 '21