D
D
dsgnfox2019-08-15 13:04:02
System administration
dsgnfox, 2019-08-15 13:04:02

How do I know if my computer is turned on?

I know that you can see the logs in the admin panel, but this does not allow you to receive information remotely.
Is it possible to implement this:
When you turn on the PC, some program from the tray sends an email to me that "your PC is turned on"?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2019-08-15
@dsgnfox

Is it possible to implement this:
When you turn on the PC, some program from the tray sends an email to me that "your PC is turned on"?

Perhaps without a program. PowerShell
script in startup
<шутка>Во внутрь блока питания установить накоротко перемычку 
после кнопки включения и предохранителя. </шутка>

P
pfg21, 2019-08-15
@pfg21

Windows is designed for games :) and can't do that.
you will have to install an external utility in order to send an email, for example, https://sourceforge.net/projects/mailsend.mirror/ or you can find something else in the tyrnet
and write in the task scheduler to launch this utility with sending an email when you turn on the computer.
option 2: write a script in the echo %date% %time% format included >> c:\mylog.txt at least it can and also put it in the scheduled tasks.
then you can track the inclusion and (slightly supplementing with a second script) turning off the computer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question