D
D
Denis Prikhodko2016-06-13 05:11:30
System administration
Denis Prikhodko, 2016-06-13 05:11:30

Through which program can I start creating a screenshot of a window on a timer and send it to the mail?

Good afternoon.
Maybe someone has come across a program that can take a screenshot of the screen (or the active window) and automatically send it to the mailbox?
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Дмитрий Крымцев, 2016-06-13
@krimtsev

Какая платформа?
С видимостью для пользователя или скрытое?
Вам бы еще выбрать пункт "Системное администрирование", вашу мысль используют для офисных сотрудников. Чтобы те на работе в игры не играли.

E
Eugene, 2016-06-13
@yellowmew

want a screenshot?
DIY !
Change the last two lines to (for example)

$a=((Get-Date).ToLongTimeString()) -replace ':','-'
screenshot $bounds "D:\screen-$a.png"

And put in the task scheduler.
Sending screenshots by soap - send-mailmessage (also a powershell-ovsky cmdlet) through any smtp server with your account (at least through Yandex)
Well, in the code you need to change the screenshot parameters so that your entire screen fits.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question