Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I am Using vs2010 and c# windows application. I want get the system history of the day (for example the user what are application/software open/using in our system per a day). Any one tell me any possibilities there for do that one.


Thanks advance!...
Posted

1 solution

Windows doesn't by default log applications that run - but you can tell it to provide a basic audit trail.
Open secpol.msc ... local policies/audit policy. (for Windows 10, see here: http://www.isunshare.com/windows-10/5-ways-to-access-local-group-policy-editor-on-windows-10.html[^])
Activate Success (and maybe also Failure) on "Audit process tracking" and windows will create a log entry in the security event log every time a process starts or ends. Unfortunately you'll see the process that ran, but not the command line it was started with. Be aware that this will generate a lot of data!
 
Share this answer
 
Comments
Member 11889799 30-Sep-15 7:37am    
Thanks Griff for Response.
aarif moh shaikh 30-Sep-15 8:23am    
agree with you

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