Track Computer Usage in 2.5 Minutes
by Super_Nerd in Circuits > Computers
2945 Views, 10 Favorites, 0 Comments
Track Computer Usage in 2.5 Minutes
Are you ever suspicious of somebody using your computer without permission? This is obviously the batch file you need.
You will need
-a computer
-Windows (95 or higher)
-2.5 minutes
You will need
-a computer
-Windows (95 or higher)
-2.5 minutes
Open Notepad
To open notepad start Run
Winkey+R
Then type in notepad and hit enter
Winkey+R
Then type in notepad and hit enter
Code
Copy this into notepad
@echo off
echo Boot at %Date% %Time%>>C:\Users\%USERNAME%\Desktop\record.txt
@echo off
echo Boot at %Date% %Time%>>C:\Users\%USERNAME%\Desktop\record.txt
Save
Now save this file as record.bat
Move this file to the startup folder.
Start>All Programs>Startup
Move this file to the startup folder.
Start>All Programs>Startup
Test
Reboot your machine and log in. If there is a file on your desktop names record.txt open it.
It should say
Boot at (Date) (Time)
Now whenever your machine is logged onto with or without your permission you will know.
It should say
Boot at (Date) (Time)
Now whenever your machine is logged onto with or without your permission you will know.
Final Notes
I didn't write this instructable for fun. I was curious of a family member watching over my back learning my password. Sure enough I was correct because a boot was logged one hour before I even got home. Thank you for reading and remember to subscribe!