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.

Patch and Update Windows Server Safely

Patch and Update Windows Server Safely

How to Patch and Update Windows Server Safely Keeping your Windows Server environment secure and stable is a top priority for any IT administrator. Regular patching and updates are essential to protect against vulnerabilities, improve performance, and maintain...

How to Monitor Server Performance with Performance Monitor

How to Monitor Server Performance with Performance Monitor

How to Monitor Server Performance with Performance Monitor Keeping your servers healthy is crucial for ensuring smooth business operations. Windows Server comes with a powerful built-in tool called Performance Monitor (PerfMon), which allows administrators to track...

0 Comments

Submit a Comment