Re: Find out when the computer was rebooted?
From: Pegasus (I.can_at_fly.com)
Date: 07/30/04
- Next message: BDedman: "RE: Ease Windows 2003 Security permissions!"
- Previous message: sbailey_at_netins.net: "Event Log analyzer"
- In reply to: FLX: "Find out when the computer was rebooted?"
- Next in thread: FLX: "Re: Find out when the computer was rebooted?"
- Reply: FLX: "Re: Find out when the computer was rebooted?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 31 Jul 2004 01:24:41 +1000
"FLX" <nospam@hotmail.com> wrote in message
news:%23Usp9fkdEHA.1000@TK2MSFTNGP12.phx.gbl...
> Hi there,
>
> How can I find out the time when the computer(Win2000/XP) was rebooted?
Will
> such event be written into the Event Log? I did not see any such event in
> the Event Viewer. Any clue?
>
> Thanks in advance,
> - LX
>
>
>
>
Have a look at events 6009 & 6005! You could also maintain your
own log, by using the Task Scheduler to run the following batch file
at boot time:
@echo off
if not exist c:\Logs md c:\Logs
echo %date% %time% %Computername% starting up >> c:\Logs\Boot.log
- Next message: BDedman: "RE: Ease Windows 2003 Security permissions!"
- Previous message: sbailey_at_netins.net: "Event Log analyzer"
- In reply to: FLX: "Find out when the computer was rebooted?"
- Next in thread: FLX: "Re: Find out when the computer was rebooted?"
- Reply: FLX: "Re: Find out when the computer was rebooted?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|