X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: <4982FB77 DOT 7020505 AT byu DOT net> Date: Fri, 30 Jan 2009 10:58:11 -0500 Message-ID: <183c528b0901300758i4c633f65t7162f96f246d1d17@mail.gmail.com> Subject: Re: Finding either boot time or login time From: Brian Mathis To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Fri, Jan 30, 2009 at 10:33 AM, Ronald Fischer wrote: > Eric Blake byu.net> writes: >> man uptime > > I have thought of uptime, but this requires doing date calculation (I have to > subtract the uptime from the current time), which I wanted to avoid; plus I > wanted to have it reproducible (i.e. if I calculate the "startup time" twice > in succession, I wanted to get the same result - using the uptime calculation > might well give differences of, say, one, in rare cases 2, seconds for the > startup time on repeated calculations. > > But it seems there is no alternative. I had not expected that Windows would > not log such events, like starting up or having some user logged in... > > Ronald This information is available in windows by using one of two commands: net stats srv or systeminfo In both cases, you will need to grep (if calling from cygwin) or use the windows "find" command (equivalent of grep), to isolate just the 1 line. I've noticed that, on Vista, "net stats srv" always seems to return 1980, while systeminfo returns the correct result. If that doesn't work for you, I'm sure there are other ways to do it. You might need to write some vbs and query WMI to get the uptime (http://www.microsoft.com/technet/scriptcenter/resources/qanda/sept04/hey0907.mspx) Or you can install the "uptime" tool from Microsoft (http://support.microsoft.com/kb/232243) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/