Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Windows10 - how to prevent UAC on ruby.exe? #351

Open
bish0polis opened this issue Jul 1, 2019 · 4 comments
Open

Windows10 - how to prevent UAC on ruby.exe? #351

bish0polis opened this issue Jul 1, 2019 · 4 comments

Comments

@bish0polis
Copy link

Windows User Account Control throws a pop-up and blocks Landrush until the operator can get to a machine and authorize it. How do we prevent the pop-up (which, in the middle of typing or in the next room, still amazingly infuriating) and just let landrush do its thing?

@davividal
Copy link
Collaborator

As far as I know, it is impossible to by-pass UAC.

If you can make landrush run without elevated privileges, UAC won't be triggered.
But since some registry changes are needed to get this working, I don't see how we could keep it from escalating.

One possible solution would be to add some kind of flag (config.landrush.non_uac = true) and warn the user to manually setup the DNS entries after vagrant up is done, but I don't like this approach.

What do you think?

@bish0polis
Copy link
Author

Is acrylic DNS still a thing? Can we leverage that like dnsmasq, and would that change the behaviour?

@davividal
Copy link
Collaborator

Never heard of that.

Do you have some links? Can you provide a patch?

@bish0polis
Copy link
Author

I found something recent here: http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants