Open Richienb opened 2 years ago
Since Windows 7, Powershell has been pre-installed and contains Get-Clipboard and Set-Clipboard cmdlets:
Get-Clipboard
Set-Clipboard
There's also clip which copies to the clipboard.
clip
Is this better than the custom pre-built binaries that are currently used?
Not every system has PowerShell though. Admins can disable it. But I guess we could use this first and fall back to the custom one.
Since Windows 7, Powershell has been pre-installed and contains
Get-Clipboard
andSet-Clipboard
cmdlets:There's also
clip
which copies to the clipboard.Is this better than the custom pre-built binaries that are currently used?