Windows Custom ISO with VirtIO Drivers - QuanLyVps
  • Home
  • Windows
    • Buy Files
    • How to install Windows on DigitalOcean
    • How to install Windows on Linode
    • How to install Windows on OVH
  • How to install Windows on Vultr VPS with gz file
  • How to install Windows on Vultr VPS
  • Tutorial
  • CredSSP issue on my templates
  • How to extend/shrink partition in Disk Management
Powered by GitBook
On this page

Was this helpful?

CredSSP issue on my templates

PreviousHow to install Windows on Vultr VPSNextHow to extend/shrink partition in Disk Management

Last updated 5 years ago

Was this helpful?

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.

If you get this message when using my templates – you have to fix the CredSSP issue on your client. You can follow

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
this guide here…