summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-23 21:50:48 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-23 21:50:48 +0000
commitc14239ccb7b428efe5890054785f35ea9266e436 (patch)
tree6d9cdb86b1913782af9a12a87c07f30394fbb426
parent87887a932ef1ca21d43b96907ce56a710ea511a3 (diff)
Try making registry change before enabling RDP, to see if that helps.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d2e41f45..c2b8a780 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,8 +32,8 @@ cache:
- "%APPVEYOR_BUILD_FOLDER%\\infrastructure\\cmake\\*.dir"
init:
- - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 0 /f
+ - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build:
parallel: true