PowerShell how to set clipboard as RTF file contents

Viewed 330

How to set clipboard as the contents of a rich text format file which may include images

I want to do the same I do with html files here

Get-Content "C:\Users\userx\Desktop\clipboardtool\htmlcopy.html" | Set-Clipboard -AsHtml

but for .rtf files

0 Answers
Related