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

Change MSLogonACL

Post Reply
Stirbt
Posts: 2
Joined: 2016-01-24 18:55

Change MSLogonACL

Post by Stirbt »

Hi Community.
I don't know if this is the right place for this topic
I need to create a .bat that allows me to change the MSLogonACL of all the UVNC that I already have installed on my domain.
So basically I have a MSLogon that has the correct configuration saved in my computer, and I need to create a .bat that allows me to change all the MSLogonACL for this one,
Any idea how can I do that?
thanks in advance. :D
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Re: Change MSLogonACL

Post by Rudi De Vos »

In the uvnc folder is a acl copy tool
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).
Stirbt
Posts: 2
Joined: 2016-01-24 18:55

Re: Change MSLogonACL

Post by Stirbt »

I have already the MSLogon user's in a batch file, because I want to deploy this file massively using a Deployment service.
The point now is that when I deploy, it's installing the software properly, with the ultravnc.ini that i modified.
But the last part and the most important is that it's not seting up properly the ACL, I tried with a batch files,
I did one batch file calling a .reg file the result is the same it's not importing the MSLogon groups.
After I decided to do a batch just with the MSlogon user's in binary, in local apparently works but the result in the deployment it's still not working.

If it's necessary I can share my batch files here...

Any help?

thanks in advance.
Post Reply