After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

System Tray Properties & Admin Properties

Post Reply
mattsupport
Posts: 6
Joined: 2012-03-27 10:06

System Tray Properties & Admin Properties

Post by mattsupport »

We are deploying uVNC and we need to disable these two functions before we do so, as we do not want users fiddling. I understand that this could be done through an ini file. but i am not 100% sure of the settings i am looking for.

cheers

Matt :D
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6944
Joined: 2004-04-23 10:21
Contact:

Re: System Tray Properties & Admin Properties

Post by Rudi De Vos »

All settings are saved to the ultravnc.ini file.
You can set file premission to prevent standard user from saving settings, if menu's are open
users stil can change settings for current session.
You can block the menu's....
Just keep in mind that you can't block an admin user ( OS give hime full permission)

AllowProperties=1
0 = Disable "Properties" option in uvnc server tray menu
1 = Enable "Properties" option in uvnc server tray menu.

AllowEditClients=1
0 = Disable "Edit Clients" options in uvnc server tray menu
1 = Enable "Edit Clients" options in uvnc server tray menu.

DisableTrayIcon=0
Don't show the winvnc tray icon. Without the tray icon you can't make realtime changes. You need to edit the ultravnc.ini manual or use the uvnc_settings.exe to modify the file. Settings take efect after winvnc restart.
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
mattsupport
Posts: 6
Joined: 2012-03-27 10:06

Re: System Tray Properties & Admin Properties

Post by mattsupport »

thats worked brillaint, we need the tray icon as the IT manager wants users to know when people are connected to machine. RED TAPE alert lol. thanks again.
Post Reply