From bacbfb401f0f5b93e330e8318667d7f25936d788 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sat, 4 Jun 2016 19:16:06 +0200 Subject: [PATCH] appveyor: Disable CredSSP --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 5a653cf..be59b58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,7 @@ init: - set MSYSTEM=MINGW64 - pacman --noconfirm --needed -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake - set "PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%\build;%APPVEYOR_BUILD_FOLDER%\build\Debug;%APPVEYOR_BUILD_FOLDER%\build\external\bin;%APPVEYOR_BUILD_FOLDER%\build\external\lib" + - 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')) environment: