You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: