Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All
I have question
I use file system watcher to get message if new file create (for example I need to monitor path " C:\ " but I need to find what is the file or process create this file?
in other words if virus create auto run.inf file I need system file watcher give me message when auto run file created and what is the file create this file ?
I know I can make it by using driver but the question can I do it in vb.net
like antivirus when file try create auto run file it detect it and give the user message
thank you
Posted
Updated 10-Oct-12 3:29am
v3
Comments
MT_ 10-Oct-12 9:07am    
Give some more details and things that you have tried to enable people to help you.

1 solution

Go ahead with WMI and subscribe for events, you can have some idea on this from the article below:
Directory Monitor Service controls SSIS Package Execution[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900