How to stop and start Printix Service
How to stop and start Printix Service on Windows
-
Press
Windows+R.
The Run dialog box appears.
- Type: services.msc, and select OK.
- Right-click Printix Service.
-
Depending on what you want to do, select
Stop or
Start.
On Windows, Printix Client (PrintixClient.exe) will restart the Printix Service (PrintixService.exe) automatically as soon as it finds the service has stopped. So, if you want to stop it, without having it start automatically, you should first open the Task Manager, and on the Processes tab, right-click the Printix Client process and then select End task. Starting Printix Client (PrintixClient.exe) will automatically start the Printix Service.
From the command line as administrator:
-
Stop the Printix Service with the stop command by typing:
net stop PrintixService
-
Start the 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 you see a Printix Service process, then double-click it, select Quit, and then Force Quit.
-
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.
Do the following steps 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
-