Skip to content

Instantly share code, notes, and snippets.

@hvram1
Created October 30, 2016 16:09
Show Gist options
  • Save hvram1/415348f787ecf5c8890a88839f734f8b to your computer and use it in GitHub Desktop.
Save hvram1/415348f787ecf5c8890a88839f734f8b to your computer and use it in GitHub Desktop.
Vagrant using HyperV - Nano Server
# Add the current user to the "Hyper V Administrators" group
# Open a cmd prompt with admin privivelges
net localgroup "Hyper-V administrators" xxxxx\yyyy /add
# Make sure the ; in the windows command has a space vagrant init mwrock/WindowsNano ;
# The space is important . (else the ; gets appended to the URL )
Seems to start only as administrator . Does not seems to work as a normal user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment