Elsinore

User Forum

www.screenconnect.com
Welcome Guest Search | Active Topics | Log In | Register

Tag as favorite
Hiding host name in guest system tray
nkayoumi
#1 Posted : Monday, January 09, 2012 11:16:53 PM
Rank: Member
Joined: 12/1/2011
Posts: 20
Is there a way to hide the host name from appearing on the pop-ups from SC icon in system tray? The host name shows up when connecting like "host: Administrator". Then after it's connected, when you move the mouse over the icon in the tray, it says "ScreenConnect - Administrator - Connected". How can we get rid of all references to the host name on the guest side?

Thanks
Jake Morgan
#2 Posted : Tuesday, January 10, 2012 1:33:00 AM
Rank: Administration
Joined: 4/9/2010
Posts: 859
Unattendeds don't have anything for host name. that's about the only way to accomplish this.

Edit: you can edit the service.ashx file and I think there should be a line similar to this:

Code:
s=ss.Host,


comment out that line by preceding it with double slashes: //
promptcare
#3 Posted : Tuesday, January 10, 2012 4:12:42 AM
Rank: Advanced Member
Joined: 9/15/2011
Posts: 78
Location: ON, Canada
Jake Morgan wrote:
Unattendeds don't have anything for host name. that's about the only way to accomplish this.

Edit: you can edit the service.ashx file and I think there should be a line similar to this:

Code:
s=ss.Host,


comment out that line by preceding it with double slashes: //


There's a "h = ss.Host,". Is that it?
nkayoumi
#4 Posted : Tuesday, January 10, 2012 2:58:48 PM
Rank: Member
Joined: 12/1/2011
Posts: 20
Thanks. promptcare is right, there is only "h = ss.Host,", which I commented out. But it didn't work.
Users browsing this topic
Guest
Tag as favorite
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.