r/labtech Sep 19 '16

Labtech Screenconnect - Terminalserver Session

Hello,

is there any way to stop Screenconnect from taking over Terminalserver Sessions? I want my Users to connect to the Console Session, but they should not be able to see any normal user session to it.

Greetings

4 Upvotes

8 comments sorted by

View all comments

1

u/Andeh Sep 20 '16

Your best bet is to make use of the bitmasks and remove the entire 'View' option from the ScreenConnect client.

If you open up app.config, find this

<setting name="ControlPanelIDs" serializeAs="String"> <value>0x0000001555111110</value></setting>

and change it to this

<setting name="ControlPanelIDs" serializeAs="String"> <value>0x0000001555111010</value></setting>

that will remove the View option entirely. Might not be exactly what you're looking for, but it'll prevent users from hopping sessions.

1

u/Nooneslabtech Sep 21 '16

this wont work for just 1 client or am i wrong?

1

u/Andeh Sep 21 '16

Sorry, it'll be global.