- Aug
- 2,059
- 83
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 28.02.18 x64 Windows 10 [Version 10.0.19043.1586]
My goal is to clear all clipboard history from the Windows 10 clipboard via TCC.
Presently, I can only clear the most recent clipboard entry via TCC using;
Code:
echo off | clip
I can clear the entire clipboard history via the settings window;
...but I would like to do this via the Take Command Console.
Raymond Chen referred to the following links on how to accomplish this;
Clipboard.GetHistoryItemsAsync
Clipboard.DeleteItemFromHistory
Windows-universal-samples/Samples/Clipboard/
...but this is above my skill level.
Suggestions would be appreciated.
Joe