Windows
Desktop app handles this automatically
If you're using the PrintHQ Bridge desktop app (.exe installer), it runs as a background service automatically via the system tray. You don't need to follow these steps. This guide is for users running Bridge as a standalone Node.js binary.
On Windows, Bridge installs as a Scheduled Task that runs at logon with elevated privileges.
Install
powershell
.\printhq-bridge-win-x64.exe --installThis creates a scheduled task called "PrintHQ Bridge" that:
- Starts automatically when you log in
- Runs with highest privileges
- Keeps running in the background
Check Status
powershell
.\printhq-bridge-win-x64.exe --statusOr check Task Scheduler directly:
powershell
schtasks /Query /TN "PrintHQ Bridge"Uninstall
powershell
.\printhq-bridge-win-x64.exe --uninstallLogs
Service logs are written to:
%APPDATA%\printhq-bridge\bridge.logTypically this is:
C:\Users\YourName\AppData\Roaming\printhq-bridge\bridge.logManual Control
Open Task Scheduler (search for it in the Start menu):
- Find "PrintHQ Bridge" in the task list
- Right-click to Run, End, or Disable
Or from the command line:
powershell
# Stop
schtasks /End /TN "PrintHQ Bridge"
# Start
schtasks /Run /TN "PrintHQ Bridge"
# Delete
schtasks /Delete /TN "PrintHQ Bridge" /FNotes
- The task runs under your user account
- The web UI remains accessible at
http://localhost:9876 - If Windows Defender or your firewall blocks Bridge, you may need to add an exception for the executable