vagrant
vagrant copied to clipboard
fix the windows hyperv smb synced folder creation/destruction
closes #12639
please note that the uac code was removed, as such, the user has to always run vagrant from an elevated shell.
I removed it because the smb share creating and removal was not working in an elevated shell.
Heya, sorry for taking so long to get to this. I rebased on main and forced pushed to get the tests to run. Aiming to get this tested/merged soon!
LGTM! also pushed up some changes for test
Is removing UAC validation the best approach here? It seems like a regression;
If I understood correctly you came to the conclusion that the root cause is failed UAC prompting/alerting, were you able to track down the cause/trigger/reason?
@OnceUponALoop I was not able to track the root cause. check the related issue, it might have more clue.