Dropdown menu

Monday, September 1, 2014

How to track Users history in Windows 7

Since communal computers are often used and accessed by many different people, it can be helpful to know which users logged in and how much time they used the computer. In this guide we’ll show you how to monitor users usage on a Windows 7 PC.
  1. Start the Task Scheduler in Windows 7. This can be done by clicking the Start Menu and in All Programs under the Accessories category clicking on System Tools.

  2. Once started, click on the Create Task link which will open a new Task window.

  3. click to enlarge

  4. Enter the Task name as Up Time and place a check in the box labelled Run with the highest Privileges. Also select from the drop down list of Configure From and select Microsoft Windows 7, Windows Server 2008 R2.

  5. click to enlarge

  6. In the Triggers tab, click the New button.

  7. click to enlarge

  8. In the New Trigger Window, select On a Schedule from the drop down list and select the Daily radio button from the settings section and select the task to Recur Every 1 day. Also, check the checkbox in the Advanced Settings which says Repeat Task Every and select 5 Minutes from the drop down list.

  9. click to enlarge

  10. Next specify the action which we want to start once the Task has triggered. Go to the Actions tab and click on New button.

  11. click to enlarge

  12. Enter cmd in the Program/Script box. Enter the following arguments in the arguments box:
    /c echo %username%,%time%,%date% >> UpTime.csv
    In the Start In box, enter:
    c:\windows\

  13. That’s it, click OK and you’re done.
  14. In order to view the usage history of different users logged in to your PC, all you have to do is initiate the Run command from the Start menu and type the following:
    notepad c:\windows\Uptime.csv

    This will show the usage history of the users logged on to your Windows 7 PC.
ប្រភពៈ http://www.simplehelp.net

No comments:

Post a Comment