When we share a home (or office) with other people, whether it's colleagues (apartment or service) or family, it is normal to want them not to use us personal things among which, obviously, are also counting computerul, without our will. Fortunately, WinXP respect the need for privacy of users, giving them the opportunity to be notified whenever Someone logs on personal computer.
How can we set Windows to notify us via e-mail when a user logs on your computer?
To be notified when another user uses our computer We need 3 (three) things: Windows Task Scheduler, utility Sendemail and o Active Internet connection (daca PC-ul is not connected to the Internet, the notification email will not be sent).
Windows Task Scheduler can be set to send emails in response to a series of system activities. Unfortunately, although it has integrated an Feature sending emails, it is not very flexible and does not correspond to the needs of the majority of the user. That is, if a user uses a server SMTP which requires authentication, its authentication details must be the same as the authentication details of Windows user account For the e-mail feature of the Task Scheduler to work. Therefore, in order to be able to achieve this task we will use an tool gratuit of sending emails through command line, namely Sendemail.
- open Task Scheduler (taste task scheduler in Start Menu And give Enter), then click on the option Create Task of the sidebar (right side)

- in tab-ul General, choose one Name for Task (for example Logging e-mail) you give o o description to it (for example Notify me when someone logs on my computer) then select the option Run whether user is logged on or not.

- in tab-ul Triggers, click on New (the bottom of the window), then select At log on from the drop-down menu next to Begin the task, select Any user and click on OK.

- in tab-ul Actions Create o New action running the application sendemail.exe (Download link at the end of the article): Click the button New, then in the open window, select Start a program next Action, in the field of below Program/Script write the location Where did you save the Sendemmail.exe application, and in the field on the right Add argument Write the following line:
-f from@gmail.com -t to@gmail.com -someone logged in to your computer -m a user has just logged in your computer! -s smtp.gmail.com:587 -xu from@gmail.com -xp password -o tls=yes
(in which you replace from and to cu your name of your gmail user, again password cu Your Gmail account password)

- in tab-ul Conditions, disperse the option Start the task only if the computer is on AC, otherwise you will not receive email if you have a laptop, and another user logs on it when it is on battery.

- Then click on OK and save your task (if you have set Password to log in Windows, you will have to introduce it when saving the task).

Then, whenever A user will log on to your computer dvs, You will receive notifications via gmail.
Note: It is not mandatory to use a Gmail account to schedule the login notifications, but you will need to change the information for the Gmail SMTP server with those of the SMTP server provider used by that email account!
STEALTH SETTINGS – How to get Gmail notifications whenever someone logs into your computer