How to make a window task run everytime I enter my password/unlock the computer?

5

2

How to make a window task run every time I enter my password/unlock the computer?

System is windows 7.

FernandoSBS

Posted 2013-07-03T16:39:08.607

Reputation: 1 541

What version of Windows? – ernie – 2013-07-03T16:51:17.690

windows 7. i've up the IP – FernandoSBS – 2013-07-03T16:53:59.840

Use the Task Manager and selct the task to happen on the event that handles when a user logs into the account. Here is one such tutorial http://www.sevenforums.com/tutorials/67503-task-create-run-program-startup-log.html

– Ramhound – 2013-07-03T16:56:10.863

1

Possible duplicate of How to execute a script on sleep, hibernate, resume, and shutdown. chunkyb2002's answer tells you about the different Task Scheduler triggers available.

– Karan – 2013-07-03T17:47:19.187

Answers

9

You can set triggers for tasks, as opposed to running on a schedule.

  • Start Task Scheduler from the start Menu
  • Select the Task Scheduler Library in the left nav pane
  • Select Action > Create Task... (not Create Basic Task...) from the menu bar
  • In the new Create Task window, select the Triggers tab
  • Click on the New... button
  • In the "Begin the task:" drop down, select "At log on" or "On workstation unlock"
  • Repeat and create a second trigger for the task that covers the one you didn't select before
  • configure the rest of the task normally

ernie

Posted 2013-07-03T16:39:08.607

Reputation: 5 938

1This also works for Windows 10 – WOUNDEDStevenJones – 2016-10-25T18:41:43.157