Is it possible to know who uninstalled a specific application from Windows 7 event logs?
|
There is no 100% way to do this, such as if it was using a custom made installer that didn't log anything, but fortunately most installers use Microsoft's installer service (MSIs). The Installer Service logs everything into the event viewer.
That will filter the log to any Windows installer related actions. If you know an approximate date / time you can look there. Or, you can click "Find..." on the right to try and search for a particular string. The event text will look something like this:
Once you've found it, the user performing the action will be displayed under "User". |
||||
|
|
Windows does not keep a uninstall log, sometimes the program will leave one behind that may give some information, but I do not believe you will be able to find who did the deed. |
|||