I need my computer to open a specificĀ URL every 9 hours, even when the computer is locked (Win-key + L).

How can I achieve that?

I must add that I have zero knowledge about scripting for Windows.

link|improve this question
What have you tried? What worked? What didn't? – Piskvor Nov 1 '11 at 14:01
feedback

migrated from stackoverflow.com Nov 12 '11 at 23:32

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

I wrote:

cmd /c start http://example.com 

in a BAT file and ran a scheduled task for it every 9 hours.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.