Hey guys...anyone know how to find a computer log in the computer? Like a log that tells when and which program i installed and all the details of what my computer does in the background?
Is there even anything that does this?
Thanks
PcPro12
Hey guys...anyone know how to find a computer log in the computer? Like a log that tells when and which program i installed and all the details of what my computer does in the background?
Is there even anything that does this?
Thanks
PcPro12
As pointed out, Windows already records a lot of activity. For Vista Home Premium there are several additional places to check when you need to know what was installed and roughly when, plus ways to capture much more detail going forward.
Installed programs
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\UninstallHKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\UninstallWow6432Node path.InstallDate value; others do not. To enumerate MSI-based installs from the command line:wmic product get name,version,installdate ( WMIC reports only MSI-based installers and can be slow. )
File-based evidence and logs
%TEMP% or C:\Windows\Temp.C:\Windows\WindowsUpdate.log records update/install activity.C:\Windows\inf\setupapi.dev.log captures driver/setup events; C:\Windows\Logs\CBS\CBS.log records component servicing actions.C:\Windows\Prefetch contains files created when executables run and can give timestamps for first/last runs.Capture more detail going forward
msiexec /i path\package.msi /l*v C:\install.log Jump to Post— Smalls 2Hello,
Not sure if this is what you're looking for
but, if you go to the start menu, and just type "admin"
w/o quotes
"Administrative Tools" should pop-up
click on this
You can go into "Event Viewer" or "Reliability and Performance Monitor"
I recommend that you do not change any …
Oh, also...Im using WINDOWS VISTA HOME PREMIUM...any other details needed?
anyone have any idea what im talking about? or if its even possible?
Hello,
Not sure if this is what you're looking for
but, if you go to the start menu, and just type "admin"
w/o quotes
"Administrative Tools" should pop-up
click on this
You can go into "Event Viewer" or "Reliability and Performance Monitor"
I recommend that you do not change any settings in either one of these
but, you can find out all sorts of things just by snooping through these 2
Hope this is what your looking for!!!
yes this is what i was looking for:icon_biggrin: THANK YOU VERY MUCH!!!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.