How to Enable or Disable Copy-Paste (Clipboard Redirection) Using Group Policy in Windows Server
Purpose
This guide explains how to enable or disable copy-paste functionality between a local computer and a Remote Desktop session by configuring Group Policy settings.
Enable Copy-Paste (Clipboard Redirection)
Step 1: Open Group Policy Editor
- Log in to the server.
- Press Windows + R.
Type gpedit.msc and click OK.
Step 2: Navigate to the Policy Location
Go to the following path:
Computer Configuration
→ Administrative Templates
→ Windows Components
→ Remote Desktop Services
→ Remote Desktop Session Host
→ Device and Resource Redirection

Step 3: Modify the Clipboard Redirection Policy
- Locate Do not allow Clipboard redirection.
- Double-click the policy.
To Enable Copy-Paste:
- Select Disabled or Not Configured.
- Click Apply and then OK.
To Disable Copy-Paste:
- Select Enabled.
Click Apply and then OK.
Step 4: Update Group Policy
- Open Command Prompt as Administrator.
Run the following command:
gpupdate /force
Wait for the policy update to complete.
Step 5: Reconnect the Remote Session
- Log off the Remote Desktop session.
- Reconnect to the server.
- Test copy-paste functionality.
Verify RDP Client Settings
On the Client Computer
- Open Remote Desktop Connection (mstsc).
- Click Show Options.
- Go to the Local Resources tab.
- Ensure the Clipboard checkbox is selected.
- Connect to the server.
Restart Clipboard Process (rdpclip.exe)
If copy-paste is still not working:
- Log in to the remote server.
- Open Task Manager.
- Go to the Details tab.
- Locate rdpclip.exe.
If it is running:
- Right-click rdpclip.exe and select End Task.
- Click File → Run new task.
Type:
rdpclip.exe
- Click OK.
Verify the Policy Status
Run:
gpresult /r
- Confirm that the Do not allow Clipboard redirection policy is applied as expected.
Summary
| Requirement | Policy Setting |
|---|
| Enable Copy-Paste | Disabled or Not Configured |
| Disable Copy-Paste | Enabled |
Policy Path:
Computer Configuration → Administrative Templates → Windows Components → Remote Desktop Services → Remote Desktop Session Host → Device and Resource Redirection → Do not allow Clipboard redirection.
Thank you for reading this article. I hope you found it helpful and learned how to enable or disable copy-paste functionality using Group Policy.
Related Articles
Enable File/Folder Delete Auditing in Windows Servers
Step 1 — Enable Audit Policy Method 1 (Recommended) Open: Run → secpol.msc Go to: Security Settings → Local Policies → Audit Policy Open: Audit object access Enable: ✅ Success ✅ Failure Click Apply → OK Method 2 (Advanced Audit Policy) Open: Run → ...
Remove shutdown option from the server.
Follow the given steps : Go to group Policy > Computer Configuration > Window Settings > Security Settings > Local Policies > User Rights Assignments > Find (Shut down the System) option Then Add or remove users as per client requirement except ...
Server was restarted automatically
Hi Sir, As discussed, I have disable schedule for updates check, No issue will be there from next time. Attached Screenshot.
Generate login Icon
How to Generate Icon for Login Open TSPlus (There is a common password to open the software) [ 0135790 ] Then go to Sessions and Client Generator In General Give Server Address or Domain name then give the Port Preferred display mode select Remote ...
Printer Issue
PRINTER ISSUE To help resolve the issue where the client is unable to print on the server, you can follow these steps in a clear and organized manner: 1.Check Print Queue: Open the Queue for the printer and check if there are any pending print jobs. ...