💻 Software
Windows XP: is it possible to log startup and shutdown times in the system event log?
Fresh5 days ago
Mar 15, 202613500 viewsConfidence Score0%
0%
Problem
Is it possible to log startup and shutdown times in Windows XP? I mean logging these events in the system event log. For example I can hack a jscript like this and then adding it to the startup menu folder but I would prefer a more Windows "native" way (and, by the way, I do not know how to detect …
Error Output
// this is log_startup.js
var shell = WScript.CreateObject("WScript.Shell");
shell.LogEvent(0, "Startup timestamp = " + Date() );Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Windows XP: is it possible to log startup and shutdown times in the system event log?
Low Risk
This information is already logged in the System Event Log. If you need an approximate shutdown time in the event of an unexpected shutdown (e.g. BSOD or power loss), you'll need to use to enable the system heartbeat. It's available from MS KB 23224…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix