S
S
Sergey Volkov2012-05-11 09:20:45
Software and Internet Services
Sergey Volkov, 2012-05-11 09:20:45

Please program-timer for computer (windows OS)?

Good afternoon.
Please tell me a timer program for a computer (windows OS).
The requirements are minimal - you set the time, press start, and after the time has elapsed, a signal sounds / a message is displayed.
There are many similar programs on the network, but they are all hung with additional features. And I just need to know that it's time for the eyes to rest, and the muscles to strain.

Answer the question

In order to leave comments, you need to log in

11 answer(s)
S
Sanji, 2012-05-11
@sanji

Windows program: www.orzeszek.org/dev/timer/
Online service: e.ggtimer.com/

A
Antibug, 2012-05-11
@Antibug

If for the eyes and muscles, then something like Eyes Relax is better . You can set intervals for short breaks to do gymnastics for the eyes, or you can add long breaks when the computer is generally blocked for a given time (drink some tea, warm up properly).
I alternate long and short, every half an hour.

A
Alexey, 2012-05-13
@Sterhel

And I just need to know that it's time for the eyes to rest, and the muscles to strain.

www.kivlab.com/soft/glaz/

M
Maxim Klyushkov, 2012-05-11
@m_klyushkov

Electronic Timer will suit you.

C
CGS, 2012-05-11
@CGS

I use this one http://www.airytec.com/en/switch-off/get.aspx

E
EndUser, 2012-05-11
@EndUser

I use TClock (Kazuto Sato), there is a time format in the tray, a timer and an alarm clock. Fso.

A
amc, 2012-05-13
@amc

If there are no programs at hand, copy this into PowerShell: It
[int]$timer = read-host "Enter time"; start-sleep ($timer * 60); write-host "Time to relax!"; ([System.Media.SystemSounds]::Beep).Play() ; & rundll32.exe user32.dll,LockWorkStation
will ask how many minutes to let you work, after the timer expires, it will beep and block the desktop =)

N
Nikolai Turnaviotov, 2012-05-13
@foxmuldercp

I can share my share - timer \ alarm clock in c #, mulder.kiev.ua/projects/alarmer/
if desired, I can add the necessary functionality, I need full Net4.
a timer is quickly called from the tray for a couple of certain periods.

I
Ichi Nya, 2012-05-14
@Ichi

The PowerOff program helped me (I also used it as an alarm clock)

U
Ubran_Hera, 2013-04-26
@Ubran_Hera

Free Countdown Timer and Stopwatch Timer
sourceforge.net/projects/countdowntimer
Features :
Countdown timer and Stop Watch.
Pop up user defined message when time is up.
Play user specified sound when time is up.
Automatically imecalculate effective t from input, such as 80 seconds equal to 1 minute and 20 seconds.
Used QueueTimer (via PInvoke) for high resolution. Used System.Timers.Timer for normal resolution.
Support down to 1 millisecond (ms) resolution.
Save, Load, Remove current state to/from an XML file

S
Sergey Volkov, 2012-05-11
@format1981

Thanks a lot, everyone. You just saved my eyesight and got rid of obesity.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question