# CredSSP issue on my templates

Microsoft did in May 2018 release some updates to almost all Windows versions, like Windows 10, Server 2012 R2 and Server 2016. If you don’t update your Windows client used as a Remote Desktop device or update your servers with the 2018-05 Cumulative updates – you can’t connect to your RDP device.

![](/files/-M3Q83ZdYG1SVfIlqpUW)

If you get this message when using my templates – you have to fix the CredSSP issue on your client. You can follow [this guide here…](http://web.archive.org/web/20190916025725/https://superuser.com/questions/1321418/remote-desktop-connection-error-after-updating-windows-2018-05-08-credssp-upda)

Or just put the following text in Notepad, save it as a .reg file, and run it.

rdp\_insecure\_on.reg

> ```
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP]
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters]
> @=""
> "AllowEncryptionOracle"=dword:00000002
> ```

rdp\_insecure\_off.reg (If you want to run the recommended settings from MS)

> ```
> Windows Registry Editor Version 5.00
>
> [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP]
>
> [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters]
> ```

After you get access to my templates again, please update them with the [2018-05 Cumulative updates from Microsoft](http://web.archive.org/web/20190916025725/https://www.catalog.update.microsoft.com/Search.aspx?q=2018-05).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.quanlyvps.com/credssp-issue-on-my-templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
