https://github.com/masterkale/screenconnectrestarter
A simple console application for restarting the ScreenConnect service on client machines
https://github.com/masterkale/screenconnectrestarter
Last synced: about 1 year ago
JSON representation
A simple console application for restarting the ScreenConnect service on client machines
- Host: GitHub
- URL: https://github.com/masterkale/screenconnectrestarter
- Owner: MasterKale
- License: apache-2.0
- Created: 2015-06-03T19:22:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T20:15:24.000Z (about 11 years ago)
- Last Synced: 2025-02-05T13:48:15.744Z (over 1 year ago)
- Language: C#
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScreenConnectRestarter
A simple console application for restarting the ScreenConnect service on client machines
# About
I currently run ScreenConnect to support family members with the odd technical issue. I don't need it to be constantly accessible so the server sits virtualized on my desktop, which isn't always powered on. When I do start ScreenConnect back up, the clients can take a long time to reconnect as the reconnect timeout has increased to some unreasonably high amount of time.
So I wrote this basic console app. The idea is that you leave this on a client's desktop or whatever and have them run it if their PC isn't showing up in the Admin console. It searches for any service starting with "ScreenConnect Client" and attempts to restart it.
This executable will prompt you to elevate via UAC as it needs Administrator privileges in order to start and stop services.
# Preview
