In case anyone is interested, I solved it by creating a scheduled task as follows:
- Run with highest privileges using SYSTEM account
- Trigger: at startup
- Action: run command powershell -command “Restart-Service nxservice”
Seems to have solved the problem.