Re: Need to know at what dattime computer boots up
- From: "Pegasus \(MVP\)" <I.can@xxxxxxxxxx>
- Date: Fri, 29 Feb 2008 09:39:09 +0100
"MoiMeme" <antispam@xxxxxxx> wrote in message
news:%23b71bWqeIHA.5788@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I need to know thedate-time stamp of every boot of my sons PC for a week
Any way ?
That's important : I think he's abandoning his studies, but refuses to
discuss ! No a clean way, but I need to know so I can help him out
TIA
Use the Task Scheduler (via the Control Panel) to invoke the
following batch file at boot time:
@echo off
set LogDir=c:\Windows\Logs
if not exist %LogDir% md %LogDir%
echo Booting on %date% at %time% >> %LogDir%\Boot.log
.
- References:
- Need to know at what dattime computer boots up
- From: MoiMeme
- Need to know at what dattime computer boots up
- Prev by Date: Re: How to UPCASE string in bat files?
- Next by Date: Problem installing SP2
- Previous by thread: Need to know at what dattime computer boots up
- Next by thread: Re: Need to know at what dattime computer boots up
- Index(es):
Relevant Pages
|
|