faustf Posted September 8, 2016 Posted September 8, 2016 hi guys , i ask at myself , exist a log file in windows 7 where is sotred all operation that do at folder?? like copy past cut or create newfolder??? if yes is possible hace access by autoit??? i see _EventLog__Open but not understund so much , or if is good for my scope someone can help me?? thankz so much
Moderators JLogan3o13 Posted September 8, 2016 Moderators Posted September 8, 2016 (edited) @faustf as usual your post doesn't make a lot of sense. If you are asking if there is a log file that tracks absolutely every action you do in Windows, the answer is no. The eventlog does record certain system and application events, but not everything. What don't you understand about _EventLog__Open? What have you tried on your own? Did you try the example script on your own to see what it does? Edited September 8, 2016 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
faustf Posted September 8, 2016 Author Posted September 8, 2016 thankz @Jlogan3o13 your answer is exhaustive
pluto41 Posted September 9, 2016 Posted September 9, 2016 Hi @faustf try this: Local $shell = ObjCreate("WScript.Shell") $shell.LogEvent ( 4, "Your Message Here. See Application Log" )
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now