This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # From the host, save the following as a .reg file and merge to hive. | |
| ``` | |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList] | |
| "fDisabledAllowList"=dword:00000001 | |
| ``` | |
| # On the client, create an RDP connection file via mstsc. |