Bug 977214 - force the Desktop interface upon login. r=catlee
--- a/ami_configs/tst-win64.user_data
+++ b/ami_configs/tst-win64.user_data
@@ -183,16 +183,24 @@ Log "Grabbed runslave.py"
Log "Enabling cleartype on login"
schtasks /create /tn cleartype /tr "powershell -noexit C:\cleartype.ps1" /sc ONLOGON /ru cltbld
Log "Done"
Log "Creating scheduled task to run buildbot on boot"
schtasks /create /tn runslave /tr "C:\runslave.bat" /sc ONLOGON /ru cltbld
Log "Done"
+Log "Creating registry entry to run Explorer on login to force the Desktop interface"
+reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v desktopmode /d C:\Windows\explorer.exe
+Log "Done"
+
+#Log "Creating scheduled task to run tests on login"
+#schtasks /create /tn runtests /tr "C:\runtests.bat" /sc ONLOGON /ru cltbld
+#Log "Done"
+
Log "Creating scheduled task to login to localhost via RDP on boot"
# From http://www.donkz.nl/
# Does cmdline rdp sessions
# Run "rdp.exe /encrypt" to generate encrypted forms of passwords
GetFromS3 rdp.exe
GetFromS3 start-rdp.bat
GetFromS3 cleartype.ps1