We'd like to remind Forumites to please avoid political debate on the Forum... Read More »
We're aware that some users are experiencing technical issues which the team are working to resolve. See the Community Noticeboard for more info. Thank you for your patience.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!
Windows original install date
Options

ioscorpio
Posts: 2,361 Forumite


in Techie Stuff
In XP click Start, Run
Type cmd
In cmd type systeminfo
MY DESKTOP WILL NOT PERFORM THIS TASK, which has XP Home, BUT LAPTOP DID??? which has XP Pro.
IS THERE ANY OTHER WAY I CAN FIND THIS INFO PLEASE?
It says systeminfo is not a recognised internal or external command.
I've downloaded the Belarc Advisor, but it does not give the Original Install Date
Type cmd
In cmd type systeminfo
MY DESKTOP WILL NOT PERFORM THIS TASK, which has XP Home, BUT LAPTOP DID??? which has XP Pro.
IS THERE ANY OTHER WAY I CAN FIND THIS INFO PLEASE?
It says systeminfo is not a recognised internal or external command.
I've downloaded the Belarc Advisor, but it does not give the Original Install Date
0
Comments
-
There is a VB script here (XP_OS_Installed.vbs) which returns the install date.
I would guess the Belarc Advisor picks up the date from the same place, so if it didn't return a date, I would guess this probably won't either, but it's worth a try.
Or, this is another I have found. Copy the following into notepad and save with a .vbs extension and run.
'Script to retrive OS Installation date and time
Option Explicit
On Error Resume Next
Dim obj, objStdOut
Set objStdOut = WScript.StdOut
' OS Install Date
For Each obj in GetObject("winmgmts:{impersonationLevel=impersonate}").ExecQuery(_
"Select CurrentTimeZone, InstallDate From Win32_OperatingSystem")
With CreateObject("WbemScripting.SWbemDateTime")
.Value = obj.InstallDate
msgbox DateAdd("n", -obj.CurrentTimeZone, .GetVarDate)
End With
Next
WScript.Quit
CharlieCharlie0
This discussion has been closed.
Confirm your email address to Create Threads and Reply

Categories
- All Categories
- 350.9K Banking & Borrowing
- 253.1K Reduce Debt & Boost Income
- 453.5K Spending & Discounts
- 243.9K Work, Benefits & Business
- 598.7K Mortgages, Homes & Bills
- 176.9K Life & Family
- 257.2K Travel & Transport
- 1.5M Hobbies & Leisure
- 16.1K Discuss & Feedback
- 37.6K Read-Only Boards