How can I tell when XP SP2 was installed


Go Back   Computer Help Articles > Windows XP Security Admin
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:16 AM
Chappy
 
Posts: n/a
Default How can I tell when XP SP2 was installed

I need to determine when SP2 was installed -- Any help would be appreciated
Reply With Quote
  #2  
Old 01-05-2006, 04:16 AM
David H. Lipman
 
Posts: n/a
Default Re: How can I tell when XP SP2 was installed

From: "Chappy" <Chappy@discussions.microsoft.com>

| I need to determine when SP2 was installed -- Any help would be appreciated

Right-Click on "My Computer" and choose "Properties"

Look under "System". It will show the OS and Service Pack level.

Programatically...

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
"CSDVersion"="Service Pack 2"

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


Reply With Quote
  #3  
Old 01-05-2006, 04:16 AM
Chappy
 
Posts: n/a
Default Re: How can I tell when XP SP2 was installed

Thanks Dave -- but I need to be able to determine the date that the
ugrade/install took place ??
Reply With Quote
  #4  
Old 01-05-2006, 04:16 AM
Leythos
 
Posts: n/a
Default Re: How can I tell when XP SP2 was installed

In article <uRLn7q30FHA.268@TK2MSFTNGP09.phx.gbl>,
DLipman~nospam~@Verizon.Net says...
> From: "Chappy" <Chappy@discussions.microsoft.com>
>
> | I need to determine when SP2 was installed -- Any help would be appreciated
>
> Right-Click on "My Computer" and choose "Properties"
>
> Look under "System". It will show the OS and Service Pack level.
>
> Programatically...
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
> "CSDVersion"="Service Pack 2"


He asked "WHEN" not "If"

--

spam999free@rrohio.com
remove 999 in order to email me
Reply With Quote
  #5  
Old 01-05-2006, 04:16 AM
Colin Nash [MVP]
 
Posts: n/a
Default Re: How can I tell when XP SP2 was installed


"Chappy" <Chappy@discussions.microsoft.com> wrote in message
news:1F87E49D-377F-49FC-8F0D-44D325E26736@microsoft.com...
> Thanks Dave -- but I need to be able to determine the date that the
> ugrade/install took place ??


Have a look in the System Log (Start--> Run--> EVENTVWR.MSC) for
NTServicePack type events (you'll also see the dates hotfixes/security
updates) etc in there


--
Colin Nash
Microsoft MVP
Windows Shell/User


Reply With Quote
  #6  
Old 01-05-2006, 04:16 AM
Chappy
 
Posts: n/a
Default Re: How can I tell when XP SP2 was installed

Thanks Colin -- Thought of that -- unfortunately the event logs don't go back
far enough -- was hoping there would be something like a logfile or some
specific file dates someplace --

"Colin Nash [MVP]" wrote:

>
> "Chappy" <Chappy@discussions.microsoft.com> wrote in message
> news:1F87E49D-377F-49FC-8F0D-44D325E26736@microsoft.com...
> > Thanks Dave -- but I need to be able to determine the date that the
> > ugrade/install took place ??

>
> Have a look in the System Log (Start--> Run--> EVENTVWR.MSC) for
> NTServicePack type events (you'll also see the dates hotfixes/security
> updates) etc in there
>
>
> --
> Colin Nash
> Microsoft MVP
> Windows Shell/User
>
>
>

Reply With Quote
  #7  
Old 01-05-2006, 04:16 AM
Nepatsfan
 
Posts: n/a
Default Re: How can I tell when XP SP2 was installed

If you haven't removed it right click on the this folder:

C:\Windows\$NtServicePackUninstall$

Select Properties. The created date will correspond to the date
you installed SP2.

Also, you can download Belarc advisor, run it and it will list
the intallation date for SP2 and all subsequent updates:

Belarc Advisor
http://www.belarc.com/free_download.html

Nepatsfan

Chappy wrote:
> Thanks Colin -- Thought of that -- unfortunately the event
> logs don't go back far enough -- was hoping there would be
> something like a logfile or some specific file dates
> someplace --
>
> "Colin Nash [MVP]" wrote:
>
>>
>> "Chappy" <Chappy@discussions.microsoft.com> wrote in message
>> news:1F87E49D-377F-49FC-8F0D-44D325E26736@microsoft.com...
>>> Thanks Dave -- but I need to be able to determine the date
>>> that the ugrade/install took place ??

>>
>> Have a look in the System Log (Start--> Run-->
>> EVENTVWR.MSC) for NTServicePack type events (you'll also
>> see the dates hotfixes/security updates) etc in there
>>
>>
>> --
>> Colin Nash
>> Microsoft MVP
>> Windows Shell/User




Reply With Quote
  #8  
Old 01-05-2006, 04:16 AM
David H. Lipman
 
Posts: n/a
Default Re: How can I tell when XP SP2 was installed

From: "Leythos" <void@nowhere.lan>


|
| He asked "WHEN" not "If"
|
| --
|
| spam999free@rrohio.com
| remove 999 in order to email me

Ok -- Ok,.... :-)

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


Reply With Quote
  #9  
Old 01-05-2006, 04:16 AM
David H. Lipman
 
Posts: n/a
Default Re: How can I tell when XP SP2 was installed

From: "Chappy" <Chappy@discussions.microsoft.com>

| Thanks Dave -- but I need to be able to determine the date that the
| ugrade/install took place ??

Oooops... sorry.

Check the date of; %windir%\svcpack.log

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


Reply With Quote
  #10  
Old 01-05-2006, 04:16 AM
» mrtee «
 
Posts: n/a
Default Re: How can I tell when XP SP2 was installed

Open Explorer.

Look for the earliest date shown.

That should be the date that Windows was installed.

--
Just my 2¢ worth,
Jeff
__________in response to__________

"Chappy" <Chappy@discussions.microsoft.com> wrote in message news:7B72080B-A1AF-4E5E-A5C9-A4D6F5A9CFBB@microsoft.com...
| Thanks Colin -- Thought of that -- unfortunately the event logs don't go back
| far enough -- was hoping there would be something like a logfile or some
| specific file dates someplace --

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Patches not showing as applied, what's up w/this MS kb Windows Update 1 01-05-2006 05:03 PM
Installed Update Keeps appearing barrowhill Windows Update 4 01-05-2006 05:02 PM
how can i know if winXP sp2 is installed?? Rea Peleg Windows XP Setup Deployment 1 01-05-2006 06:12 AM
Setting up demonstration PC, want to limit access to installed programs Jon Windows XP Security Admin 2 01-05-2006 04:37 AM
Re: Help! NEC ND-6500A installed on Dell Inspiron 8200 - shows up as Olympus S-DVD-100 dw Windows XP Help and Support 3 01-05-2006 02:42 AM


All times are GMT. The time now is 10:39 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

How can I tell when XP SP2 was installed