diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f54f9f6..ec6ef476 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## v1.3 (December 18, 2013)
+
+* Allow Packer to upload VMware Tools by default, but fall back to downloading the tools from VMware if required
+* Update SCSI bus type for the hard disk in a VMware VM to permit Windows 2012 R2 to install correctly
+* Fix Windows 2012 R2 issue where the `vagrant` user did not have its password set
+* Fix Windows 2012 R2 issue where autologon only works once
+
## v1.2 (December 18, 2013)
* Add support for Windows 2012 and Windows 2012 R2
diff --git a/answer_files/2012_r2/Autounattend.xml b/answer_files/2012_r2/Autounattend.xml
index f765809e..abc59770 100644
--- a/answer_files/2012_r2/Autounattend.xml
+++ b/answer_files/2012_r2/Autounattend.xml
@@ -103,7 +103,6 @@
true
vagrant
- 1
@@ -255,6 +254,10 @@
+
+ vagrant
+ true
+
administrators
Vagrant
vagrant
diff --git a/scripts/vm-guest-tools.bat b/scripts/vm-guest-tools.bat
index 7bf3f84c..909b9632 100644
--- a/scripts/vm-guest-tools.bat
+++ b/scripts/vm-guest-tools.bat
@@ -9,15 +9,22 @@ goto :done
:vmware
-if not exist "C:\Windows\Temp\VMWare\setup.exe" (
- powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://softwareupdate.vmware.com/cds/vmw-desktop/ws/10.0.0/1295980/windows/packages/tools-windows-9.6.0.exe.tar', 'C:\Windows\Temp\vmware-tools.exe.tar')"