Created
October 18, 2017 21:05
-
-
Save wojons/715486f8b77bb16315559199d0b3282f to your computer and use it in GitHub Desktop.
ignore synergy sleep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A workaround posted in the bug report that Greg Miller mentioned, is to have the Windows Power Management ignore Synergy's requests. | |
On the server (keyboard/mouse attached): | |
powercfg -requestsoverride PROCESS synergys.exe Display System | |
On the client (uses remote keyboard/mouse): | |
powercfg -requestsoverride PROCESS synergyc.exe Display System | |
If you alternate any single computer (for example, a laptop) between server and client, simply run both commands on it. | |
https://superuser.com/questions/272497/synergy-windows-7-screen-saver-issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment