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 Up a Git Server on Ubuntu

How to Set Up a Git Server on Ubuntu

  How to Set Up a Git Server on Ubuntu Version control is essential for managing code efficiently, and hosting your own Git server can provide greater control over your repositories. In this guide, we'll walk you through setting up a Git server on Ubuntu....

How to Mount and Manage Disk Partitions in Linux

How to Mount and Manage Disk Partitions in Linux

  How to Mount and Manage Disk Partitions in Linux Linux provides powerful tools for managing disk partitions, allowing users to create, format, mount, and unmount partitions as needed. Understanding these basics is essential for efficient disk management. This...

0 Comments

Submit a Comment