How to stop and start Printix Service on Windows
- Select Windows logo
key + R to open Run.
- Type: services.msc, and select OK.
- Right-click Printix Service.
- 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
- In Spotlight Search type: activity monitor, and select Enter.
- In Activity Monitor use the search box in the upper right corner and type: Printix Service
- If there is a Printix Service process, then double-click it, select Quite and then Force Quite.
- 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:
- Select the search icon in the top right corner.
- Type: terminal, and select Enter.
- 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
Post your comment on this topic.