Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

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

Disable server admin capabilities

Any features you would like to see in UltraVNC? Propose it here
Post Reply
Terriff
20
20
Posts: 51
Joined: 2005-01-28 19:28

Disable server admin capabilities

Post by Terriff »

How about the ability to remove the VNC server admin properties from users?

Ideally, this would be set via network group policies, but for those without group policy environments, perhaps there could be a registry setting or something that would remove the admin capabilities.

This has come up as we would like to have the VNC system tray icon available, but don't want the users messing with the pushed out server settings.

Any suggestions?

Thanks.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

Winvnc... Admin properties... Misc
[X] Disable Client Options in tray icon menu

valid for user limited access level
but if user have administrator level access that have no effect until a Group Policies disable his right access locally or remotely.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Terriff
20
20
Posts: 51
Joined: 2005-01-28 19:28

Post by Terriff »

So, what setting is required to be set in a Group Policy to remove the admin properties?
Scosuz

Post by Scosuz »

I would like the answer for this as well. For the same reasons. I wish to see the icon in system tray, but remove ADMIN PROPERTIES from being accessed.

Regedit would be ideal.

One to remove, one to grant.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Admin properties.

Vnc check if the user has access to manage the service manager.
Current use can manipulate services --> admin props
no access->admin probs disabled.

If a user see the admin properties, he always can change and overwrite them via other methods.

Granting "service manager access" is granting full controle to the PC.

There is a registry setting that block changes for everybody, including admin.
Once set, only registry can be used to unset.
check
Alloweditproperties
merwinb
8
8
Posts: 10
Joined: 2005-09-08 18:05

Post by merwinb »

Rudi De Vos wrote:Admin properties.

Vnc check if the user has access to manage the service manager.
Current use can manipulate services --> admin props
no access->admin probs disabled.

If a user see the admin properties, he always can change and overwrite them via other methods.

Granting "service manager access" is granting full controle to the PC.

There is a registry setting that block changes for everybody, including admin.
Once set, only registry can be used to unset.
check
Alloweditproperties
Terrif,

Once these settings are configured the way you want in the registry, you can go a step further and block access to them via group policy.

I haven't had much trouble there - I just still can't build a decent MSI file that works correctly.

-Brian
Terriff
20
20
Posts: 51
Joined: 2005-01-28 19:28

Post by Terriff »

Rudi De Vos wrote:...There is a registry setting that block changes for everybody, including admin.
Once set, only registry can be used to unset.
check
Alloweditproperties
So, what is the registry key and setting to achieve this? "AllowEditProperties? Is it a DWORD? What registry key does it need to be under?

Thanks.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]
"AllowShutdown"=dword:00000001
"AllowProperties"=dword:00000001
"AllowEditClients"=dword:00000001

1 Allow
0 deny
Terriff
20
20
Posts: 51
Joined: 2005-01-28 19:28

Post by Terriff »

Perfect! That's what I needed.

Thanks!
scosuz
Posts: 4
Joined: 2005-09-23 16:39

Post by scosuz »

Worked fine Rudi, thanks. I made reg files to allow and deny.
Post Reply