joefitzgerald / packer-windows

Windows Packer Templates
MIT License
1.64k stars 1.12k forks source link

RDP Disabled for vagrant user #92

Closed xWayfinder closed 10 years ago

xWayfinder commented 10 years ago

RDP is disabled for the user 'vagrant' so running the command 'vagrant rdp' fails.

Work Around

Poweroff the VM in VirtualBox and then start it from VirtualBox, this will allow you to use the Windows interface to change the RDP settings for the Vagrant user and allow RDP access.

StefanScherer commented 10 years ago

There is a PR #75 with an enable-rdp.bat script that enables that while building a base box.

kensykora commented 10 years ago

PR was accepted last night.

xWayfinder commented 10 years ago

I like your work! Not to seem pushy @kensykora but when should we expect to have the changes in vagrant cloud?

kensykora commented 10 years ago

I merged 2 PR's into develop this morning and am building a box to test against -- RDP worked fine, hit a snag on rsync and trying to validate that it's just an issue on my end and not an issue in the build.

Once that's done I'll start running a full build with updates and such, hopefully tomorrow.

kensykora commented 10 years ago

Also I'm glad to hear you're using the box, please feel free to provide feedback to me via email :)

kensykora commented 10 years ago

@ImaginateWayne changes pushed for 1.21 release -- https://vagrantcloud.com/kensykora/windows_2012_r2_standard/version/2

xWayfinder commented 10 years ago

Thanks @kensykora I will download and starting using it! Thanks again. :)