Skip to main content

Posts

Showing posts with the label rdpclip

Windows Remote Desktop copy-paste workaround

Hope many guys had issues with windows remote desktop and ability to copy-paste items from your local machine to remote desktop? This guide shows how to fix if windows remote desktop copy-paste NOT working Workaround Connect to the development box using remote desktop  (or alternatively run  mstsc from run option) eg. 11.12.21.33 Put in your credentials and login to the Windows Server Verify if clip is disabled ######### Below steps in Windows Server ############ In Windows Server -> Start -> Run -> cmd   to initiate the command prompt Type in .. reg query "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\Winstations\RDP-Tcp" /v fDisableClip The output might show fDisableClip    REG_DWORD    0x1 This means the clip got disabled. To enable fDisableClip ######### Below are the Actions in  Windows Server ############ Start -> Run -> cmd -> regedit Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Ser