How to stop and start Printix Service on Windows

  1. Select Windows logo key + R to open Run.
  2. Type: services.msc, and select OK.
  3. Right-click Printix Service.
  4. Depending on what you want to do, select Stop or Start.

From the command line as administrator:

  • Stop Printix Service with the stop command by typing:
    net stop PrintixService
  • Start Printix Service with the start command by typing:
    net start PrintixService

How to stop and start Printix Service on Mac

  1. In Spotlight Search type: activity monitor, and select Enter.
  2. In Activity Monitor use the search box in the upper right corner and type: Printix Service
  3. If there is a Printix Service process, then double-click it, select Quite and then Force Quite.
  4. While the service restarts, the Printix Client window appears with a spinner. After a few minutes the Printix Client icon on menu bar should work again.

From the command line as administrator:

  1. Select the search icon in the top right corner.
  2. Type: terminal, and select Enter.
  3. In the Terminal window type the relevant command:

Printix Service:

  • Stop Printix Service with the unload command by typing:
    sudo launchctl unload /Library/LaunchDaemons/net.printix.Service.plist
  • Start Printix Service with the load command by typing:
    sudo launchctl load /Library/LaunchDaemons/net.printix.Service.plist

Printix Client user interface:

  • Stop Printix Client UI with the unload command by typing:
    launchctl unload /Library/LaunchAgents/net.Printix.UI.plist
  • Start Printix Client UI with the load command by typing:
    launchctl load /Library/LaunchAgents/net.Printix.UI.plist

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Printix Support

Post Comment