Click here to Skip to main content
15,885,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can monitor system activity in c# using windows Form Applications,
which file is open,which is closed,what actually user do on the system
any suggestion and any help?
thanks
Posted
Comments
E.F. Nijboer 8-Apr-15 6:54am    
You need to be more specific. Also, what have you tried yourself?
Aditya Chauhan 8-Apr-15 7:00am    
ok..
I ahve tried file system watcher this is working f9
and it give the as like this :

C:\\Users\Attack\AppData\Local\Google\Chrome\User Data\Default\Top Sites-journal Changed 4/8/2015 4:19:54 PM
C:\\Users\Attack\AppData\Local\Google\Chrome\User Data\Default\JumpListIconsOld\678E.tmp Deleted 4/8/2015 4:19:54 PM
C:\\Users\Attack\AppData\Local\Google\Chrome\User Data\Default\Top Sites-journal Changed 4/8/2015 4:19:54 PM
C:\\Users\Attack\AppData\Local\Google\Chrome\User Data\Default\JumpListIcons\9EE5.tmp~RF14e912e.TMP Created 4/8/2015 4:19:54 PM
C:\\Users\Attack\AppData\Local\Google\Chrome\User Data\Default\A09E.tmp Created 4/8/2015 4:19:54 PM
C:\\Users\Attack\AppData\Local\Google\Chrome\User Data\Default\TransportSecurity~RF14e92e2.TMP Created 4/8/2015 4:19:54 PM
C:\\Users\Attack\AppData\Local\Temp Changed 4/8/2015 4:19:55 PM
C:\\Users\Attack\AppData\Local\Temp\etilqs_WeHMRNHpbvbc9Gh Deleted 4/8/2015 4:19:55 PM
C:\\Users\Attack\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations Changed 4/8/2015 4:19:55 PM
C:\\Users\Attack\ntuser.dat.LOG1 Changed 4/8/2015 4:19:58 PM
C:\\Users\Attack\NTUSER.DAT Changed 4/8/2015 4:19:59 PM


i don't want unnecessary files.
Ravi Bhavnani 8-Apr-15 10:33am    
> i don't want unnecessary files.

Filter the notifications. See http://stackoverflow.com/questions/6965184/how-to-set-filter-for-filesystemwatcher-for-multiple-file-types.

/ravi
Aditya Chauhan 14-Apr-15 5:41am    
Thanks ravi

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