- Run Virtual Printer (on desktop) as administrator
- C:\Program Files (x86)\LS Retail\LSHardwareStation\LSVirtualstation.exe
- Open Web client > run pos > Login
- Go to services.msc and restart the LS Hardware Station
- Proceed to cash
To automate the restart, Create a batch file to restart the LS Hardware service
net stop "LS Hardware Station"
If this does not work, or you get the error "Could not accept control messages" or "could not be controlled"
Manually run
Sc queryex
Get the PID, eg. 6123
Then run
taskkill /PID 6123 /F
No comments:
Post a Comment