Originally posted by MacGyver:
<STRONG>How about a simple batch file like this: call it something sneaky like FREEBEER.JPG.BAT
Code:
@echo off
echo -you stupid luser, you're computer is now infected with a virus! BWAHHAHAHAHAHA - Cobra
dir c:\ > h:\busted.nfo
attrib h:\busted.nfo +r +h +s
What this batch file does is echo a message of your choosing (I took my inspiration from our own resident evil, Cobra) and then it creates a file called BUSTED.NFO and puts into their home directory. (on my server that drive is H) The attrib command gives it the system attributes so even if somebody happens to find it, they will have a tough time deleting it.
This way, you can do a dir/s as network administrator of the user home directories looking for the file, and BOOM you get a list of people who opened the BAT file.
Bob's your uncle.</STRONG>