print screen

Avatar
  • updated
  • Completed

Hi Guys,

the ability to send key strikes to the client machine.

For example, Ctrl + PrtScn to capture the screen of the remote machine and copy the contents of the screen capture to the clipboard of the remote machine


Sometimes I log into my office computer from home to answer emails.

It is here I use PrtScn to grab something to be pasted into an email, resized etc...


Thanks for considering
Damon

Pinned replies
Avatar
0
anonymous
  • Answer

Thanks for the clarification Mhighsmith. I will go ahead and move this request forward.

Avatar
0
anonymous

Thanks for your submission. I was reviewing your post and we have a screen capture option in the host client. Is there a reason why the available option does not fit your needs?

Here's a link to the capture menu:

https://help.screenconnect.com/Using_the_client_screen_capture_menu


Avatar
0
mhighsmith

FYI you can add the following VBS to your toolbox and get the results.


Set Wshshell=CreateObject("Word.Basic")

WshShell.sendkeys"%{prtsc}"
WScript.Sleep 1500


set Wshshell = WScript.CreateObject("WScript.Shell")
Wshshell.Run "mspaint"
WScript.Sleep 500

WshShell.AppActivate "Paint"
WScript.Sleep 500

WshShell.sendkeys "^(v)"

WScript.Sleep 1500



Top contributors

Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar