Posted On October 5, 2020

PowerShell: Clear Windows Clipboard

kimconnect 2 comments
blog.KimConnect.com >> Windows >> PowerShell: Clear Windows Clipboard

Many of us are using Remote Desktop nowadays. As such, clipboard can sometimes be out of sync when RDP is nested between many hosts. Therefore, we need a quick method to clear clipboard to resolve certain conditions.

Method 1: Set Null as value for the clipboard program

1
echo $null | clip.exe

Method 2: Use DotNet assembly to access clipboard’s Clear() method

1
2
Add-Type -AssemblyName System.Windows.Forms
[System.Windows.Forms.Clipboard]::Clear()

2 thoughts on “PowerShell: Clear Windows Clipboard”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Uninstall Windows Product Key

Obtain activation ID: slmgr /dlv   Remove activation (example): slmgr /upk xxxx2e65-04b7-44c9-9d7b-ef402816xxxx slmgr /upk xxxx72c7-36b3-4e4b-b435-fd0b09b9xxxx

NTDS Utility

Creating Snapshot   ntdsutilsnapshotactivate instance ntdscreate# copy the copy the {GUID_NUMBER} into notepad for a…

Chronos Time Clock Administration

How to Add Notes Configuration Manager Terminals Timekeeper Terminals right click - basic configuration Type…