Hello,
I'm using UltraVNC as VNC Viewer on my computer and VNC Server on few computers. I have implemented AD on Windows Server 2019 Domain Controller. I want to propagate UltraVNC Server to hosts with enabled SecurePlugin to encrypt session. Is any solution to do it via GPO? I was thinking about distributing modified .ini file or modified registry key, but i didn't find information how to do it.
I'm using latest stable version of VNC 1.4.3.6. I can't find .ini file to 1.4.3.6 version.
Thank you in advance for your help
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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
- 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
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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
- 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
UltraVNC deplyoment via GPO with enabled SecurePlugin
-
- Posts: 1
- Joined: 2024-11-28 07:14
- Rudi De Vos
- Admin & Developer
- Posts: 6879
- Joined: 2004-04-23 10:21
- Contact:
Re: UltraVNC deplyoment via GPO with enabled SecurePlugin
ultravnc.ini is portable
Accss using user/password use access to a reg key.
You can extract and set this wit the include
mslogonacl.exe
Usage:
mslogonacl /e <file>
for exporting an ACL to an (optional) file.
mslogonacl /i <mode> <file>
for importing an ACL where mode is either
/o for override or /a for append and file holds the ACEs.
For the format of the ACEs first configure some groups/users
with the graphical VNC Properties and then export the ACL.
The computer name can be replaced by a "." (a dot),
the computer's domain name by ".." (two dots).
Accss using user/password use access to a reg key.
You can extract and set this wit the include
mslogonacl.exe
Usage:
mslogonacl /e <file>
for exporting an ACL to an (optional) file.
mslogonacl /i <mode> <file>
for importing an ACL where mode is either
/o for override or /a for append and file holds the ACEs.
For the format of the ACEs first configure some groups/users
with the graphical VNC Properties and then export the ACL.
The computer name can be replaced by a "." (a dot),
the computer's domain name by ".." (two dots).