If you want to keep track the user logon and logoff event to the domain, you can try this method: Step 1: Create the following two files using Notepad or your favorite text editor: ------logon.cmd---- echo logon %username% %computername% %date% %time...