사용자 도구

사이트 도구


vagrant:windows_box

문서의 이전 판입니다!


Vagrant Windows Box

Window 10 MS Edge Box

> For that you need to manually boot the VM with getting the timeout error, go into Local Security Policy / Network List Management Policies, double klick on Network, go to tab Network Location and set the Location type to private and the User permissions to User can change location.

# box 다운로드가 매우 느리므로 연결이 안정적인 곳(유선랜) 등에서 할 것
 
wget https://az792536.vo.msecnd.net/vms/VMBuild_20190311/Vagrant/MSEdge/MSEdge.Win10.Vagrant.zip
unzip MSEdge/MSEdge.Win10.Vagrant.zip
vagrant box add msedge-win10 "MSEdge - Win10.box"
 
vagrant init msedge-win10
vagrant up

더 정리할것

Windows 10 박스

RDesktop

  • sudo apt-get install rdesktop
  • 이후
    # vagrant 디렉토리로 이동 후
    vagrant rdp
vagrant/windows_box.1582982366.txt.gz · 마지막으로 수정됨: 2020/02/29 22:19 저자 kwon37xi