How to Enable Clipboard on Windows Server 2024

February 8, 2025

How to Enable Clipboard on Windows Server 2024
Cheap Linux Server

 


How to Enable Clipboard on Windows Server


The clipboard feature in Windows Server allows users to copy and paste data between their local machine and a remote desktop session. However, this feature may be disabled by default for security reasons. Here’s how you can enable it.

Steps to Enable Clipboard in Windows Server

1. Enable Clipboard in Remote Desktop Settings

  • Open Remote Desktop Connection (mstsc).
  • Click on Show Options > Local Resources.
  • Under Local devices and resources, check Clipboard.
  • Click Connect.

2. Check Group Policy Settings

  • Press Win + R, type gpedit.msc, and press Enter.
  • Navigate to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Device and Resource Redirection.
  • Ensure that Do not allow clipboard redirection is set to Not Configured or Disabled.
  • Configure fixed, removable, and network drive redirection over the Remote  Desktop Protocol | Microsoft Learn

3. Modify Registry Settings

  • Press Win + R, type regedit, and press Enter.
  • Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Terminal Server Client.
  • Ensure that DisableClipboardRedirection is set to 0 (zero). If not, right-click, modify, and set it to 0.

4. Restart Remote Desktop Services

  • Press Win + R, type services.msc, and press Enter.
  • Locate Remote Desktop Services.
  • Right-click and select Restart.

After performing these steps, clipboard functionality should be enabled in your remote session.


 

How to Enable Clipboard on Windows Server 2024 (F.A.Q)

Why is clipboard not working in Remote Desktop?

Clipboard redirection may be disabled due to Group Policy settings or registry configurations.

Can I enable clipboard via command line?

No direct command is available, but Group Policy and registry changes can be applied using PowerShell.

Does clipboard redirection work for all file types?

No, clipboard redirection only supports text and basic copy-paste functions, not file transfers.

Do I need administrator rights to enable clipboard?

Yes, you need administrative privileges to modify Group Policy and registry settings.

How to Set Screen Resolution in RDP (Remote Desktop Protocol)

How to Set Screen Resolution in RDP (Remote Desktop Protocol)

Remote Desktop Protocol (RDP) is widely used to access Windows servers and PCs remotely. One of the most important user-experience settings is screen resolution. If the resolution is not set correctly, you may face blurry visuals, oversized windows, or black borders....

0 Comments

Submit a Comment