Forum Discussion
decibel83
Apr 14, 2021Copper Contributor
Remote Desktop Services Deployment fails with exceptions
I'm trying to deploy Remote Desktop Services on a single server on Windows Server 2019 Standard. I've tried both Standard Deployment and Quick Start with a Session-based desktop development but I...
TheSpy45
Jul 15, 2022Copper Contributor
SOLVED using the following steps:
Warning: a full reconfiguration will be needeed afterwards
1) Remove all RDS roles and remove WID (Windows Internal Database) feature
2) Reboot
3) Rename C:\windows\WID to C:\windows\WID.old
4) In registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\ClusterSettings
Delete DeploymentServerName
Purge value of SessionDirectoryLocation
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tssdis\Parameters
Remove Tssdis key
(it contains DBConnString in parameters key and secrets)
5) Reboot
6) Add RDS roles again
Removal of registry keys could be sufficient. To be validated.
kruno_321
Apr 03, 2025Copper Contributor
Perfect solution. works like a charm. thank you