I have Windows 7 pro at work. my problem is i keep on forgetting to clock in/clock out (using the intranet timesheet system). is there a way to run a script or command to automatically open the timesheet page each time i lock/unlock my station?

tyvm.

link|improve this question

that link doesn't account for new functionality in windows 7 – John Weldon Dec 2 '09 at 4:40
probably belongs on superuser.com – John Weldon Dec 2 '09 at 4:43
had i known this could be done with task scheduler i woulda posted this over superuser :) – aZn137 Dec 2 '09 at 5:04
feedback

2 Answers

up vote 0 down vote accepted

Yes, windows 7 task scheduler allows a dizzying array of new ways to schedule tasks:

One is on log on, and another is on event which could be a security event for locking the workstation.

Administrative Tools --> Task Scheduler
    - Create Task 
    --> Triggers Tab 
    --> New Button 
    --> Begin Task drop down box... 

etc.
link|improve this answer
yay it worked! is there a way to make it so that the computer will NOT lock until i kill iexplore.exe? tyvm! – aZn137 Dec 2 '09 at 4:59
Not that I know of... you may want to make a task that automatically writes the time to a text file when you lock the screen, and then when you unlock it then automatically bring up the timesheet AND the text file... – John Weldon Dec 2 '09 at 5:06
feedback

I've created a utility that provides a configurable way to run an arbitrary command on lock/unlock events (as well as others). You can grab it from here - http://www.notunusual.net/lock-and-load/

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.