[GH-ISSUE #124] Cant suspend Windows client #95

Closed
opened 2026-05-05 05:14:30 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @lucas-gaitzsch on GitHub (Sep 6, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/124

My Windows Client (connected with LAN) can not suspend if it is connected to the server. It uses the Modern Standby (S0i3).

It is possible to run the Windows Barrier client as User Application and not as service with System-Permissions?

Operating Systems

Server: Arch Linux (4.18.5)

Client: Windows 10 (10.0.17134)

Barrier Version

2.1.0

Originally created by @lucas-gaitzsch on GitHub (Sep 6, 2018). Original GitHub issue: https://github.com/debauchee/barrier/issues/124 My Windows Client (connected with LAN) can not suspend if it is connected to the server. It uses the Modern Standby (S0i3). It is possible to run the Windows Barrier client as User Application and not as service with System-Permissions? ### Operating Systems ### Server: Arch Linux (4.18.5) Client: Windows 10 (10.0.17134) ### Barrier Version ### 2.1.0
Author
Owner

@walker0643 commented on GitHub (Sep 8, 2018):

Yes, it is possible. First I would try opening the Barrier GUI settings and setting Elevate to Never. If that doesn't work then you can run the client manually without the GUI and service wrapper. First stop and disable the service, then open a command prompt and find your installation folder. Type "barrierc --help" and figure out which parameters you want to add. At minimum you'll need something like this:

barrierc --name <client_screen_name> [--enable-crypto] <server_ip_or_hostname>:24800

Let me know how it goes. Thanks :)

<!-- gh-comment-id:419672939 --> @walker0643 commented on GitHub (Sep 8, 2018): Yes, it is possible. First I would try opening the Barrier GUI settings and setting Elevate to Never. If that doesn't work then you can run the client manually without the GUI and service wrapper. First stop and disable the service, then open a command prompt and find your installation folder. Type "barrierc --help" and figure out which parameters you want to add. At minimum you'll need something like this: barrierc --name <client_screen_name> [--enable-crypto] <server_ip_or_hostname>:24800 Let me know how it goes. Thanks :)
Author
Owner

@lucas-gaitzsch commented on GitHub (Dec 19, 2018):

Thank you, it works!

<!-- gh-comment-id:448658245 --> @lucas-gaitzsch commented on GitHub (Dec 19, 2018): Thank you, it works!
Author
Owner

@dayne commented on GitHub (Dec 20, 2018):

@Lucas-M-G which one of those path ways that @walker0643 offered ended up working for you? The 'Elevate to Never' or disabling service and running client manually?

<!-- gh-comment-id:448804303 --> @dayne commented on GitHub (Dec 20, 2018): @Lucas-M-G which one of those path ways that @walker0643 offered ended up working for you? The 'Elevate to Never' or disabling service and running client manually?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#95
No description provided.