gusztavvargadr / vagrant

Vagrant samples for creating Windows and Ubuntu environments
https://vagrantup.com
The Unlicense
16 stars 3 forks source link

XXX can't be opened using the built-in administrator account #37

Closed derwasp closed 7 years ago

derwasp commented 7 years ago

If I try to use either Edge or Photos application, the following pop-up appears.

image

Is this expected?

gusztavvargadr commented 7 years ago

@derwasp thanks for reporting the issue. This is due to that UAC is disabled, which is a requirement by Vagrant for being able to run provisioners. I'll check if I can find a fix, you can try this workaround in the meantime:

http://www.virtualizationhowto.com/2015/07/windows-10-edge-opened-builtin-administrator-account/

derwasp commented 7 years ago

@gusztavvargadr thank you. Well, it's not a blocker for me, I just thought it's good to have it tracked here.

gusztavvargadr commented 7 years ago

Obsolete with #39 in favor of https://github.com/gusztavvargadr/workstations/issues/3.