Search found 1 match

by ny.bash
2012-10-10 13:18
Forum: ChunkVNC
Topic: Timeout Chunkvnc run as service
Replies: 4
Views: 12551

Re: Timeout Chunkvnc run as service

Hi!

I modified the InstantSupport.au3 file so that the task of restart of service was added at the chunckvnc installation as service.

I added in the section Func InstallService() lines:

; Add Task Scheduler.
Run('cmd.exe /c "schtasks /create /RU "SYSTEM" /sc minute /mo 40 /tn "uvnc_service" /tr ...