Is there a way to generate specific Windows events?
I'm currently developing a solution to get this events through WMI process, but I need all the logs Windows can generate.
I know there is a way to make .net solution to write the events to the event viewer, but I don't want that.
Is there a way to code or make a solution to make Windows to generate the events? Or what any other approach do you recommend me?