Re: Re: Synergy problems

#46756

Synergy currently has issues running in the background in Win2008. What I’ve done is to manually start synergy as a foreground process. Create a batch file and add the following:

@echo off
“c:Program FilesSynergysynergyc.exe” –no-daemon

and add that to the startup directory. you can manually close the log and cmd windows and it’ll behave largely the same.

Hopefully, there will be a new version which addresses this issue.