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
ioscorpio Posts: 2,361 Forumite
Part of the Furniture 1,000 Posts Combo Breaker
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

Comments

  • f1charlie
    f1charlie Posts: 1,228 Forumite
    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




    Charlie
    Charlie
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

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

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.