question

SunnyWong-5292 avatar image
0 Votes"
SunnyWong-5292 asked

Windows 10 How to select item from Clipboard using Powershell or Vbscript?

Is it possible to call up Clipboard and select from its list to paste using Powershell or Vbscript?

Keys Enum in [https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.keys?view=net-5.0 shows LWin 91 The left Windows logo key (Microsoft Natural Keyboard).][1]

But Vbscript rejects following code
Set vb = CreateObject("WScript.Shell")
vb.sendkeys "{91} + v"


windows-10-generalsmall-basic
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers