summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-23 21:38:12 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-23 21:38:12 +0000
commit87887a932ef1ca21d43b96907ce56a710ea511a3 (patch)
treef131165f09017a42a0b1ebf1eb8e54b3588bd868
parentb1628c05dc9b9b9aa7222539f73340e8f14ccd70 (diff)
Change RDP authentication to allow connection from Linux.
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 29a59198..d2e41f45 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -33,6 +33,7 @@ cache:
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
build:
parallel: true