I would like to give my girlfriend a CD for Christmas with some texts and other stuff, but I want to make sure that her mother doesn't open the CD. She doesn't respect my girlfriends privacy (she's 23 years old!) I've already password protected the files, but I want to KNOW this time, when her mother tries to open the CD.
So, for my question: I've programmed an exe in VBA that links to a webpage, that mails me when somebody tries to open that file (I'll call it Private.mdb). But now, I want to know who opened it, so I KNOW this time that it was her. And for that, I need to gather as much information about the user as possible. Ideal would be her account name, but I don't think that's possible. Maybe the computer name?
Just so we're clear: I don't intend to hack her computer or damage it in any way, so I don't need any passwords or stuff like that.
Oh en btw: of course I'm programming the webpage in PHP.