PC Review


Reply
Thread Tools Rate Thread

How to determine whether SP2 (OEM or Upgrade) is installed?

 
 
=?Utf-8?B?VGhlb3NvcGhlNzQ=?=
Guest
Posts: n/a
 
      2nd Nov 2004
My company is blocking VPN access to their network because the
CyberGatekeeper software they're using has a rule that says that I
don't have XP SP2 installed. But I do have it installed as part of my
OEM XP software from Dell (received with a new computer).

Their software is currently looking for the registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP2\KB811113
Type="Service Pack"

That may work for users who have upgraded from XP to XP SP2, but what
should their software be searching for to determine whether SP2 has
come pre-installed on a user's machine?

Is there any check that takes into account both scenarios?

Thanks in advance,
Mike
 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      2nd Nov 2004
Theosophe74 wrote:

> My company is blocking VPN access to their network because the
> CyberGatekeeper software they're using has a rule that says that I
> don't have XP SP2 installed. But I do have it installed as part of my
> OEM XP software from Dell (received with a new computer).
>
> Their software is currently looking for the registry key:
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP2\KB811113
> Type="Service Pack"
>
> That may work for users who have upgraded from XP to XP SP2, but what
> should their software be searching for to determine whether SP2 has
> come pre-installed on a user's machine?
>
> Is there any check that takes into account both scenarios?

Hi

Yes:


Under the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\
the value CSDVersion (REG_SZ), SP2 is installed if the value is
"Service Pack 2"

Under the registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\
the value CSDVersion (REG_DWORD), SP2 is installed if the value is
512 (decimal)



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
Ramesh [MVP]
Guest
Posts: n/a
 
      2nd Nov 2004
Hi Torgeir,

Something for you:
Microsoft Certified Professional Magazine Online | Column: XP SP2--Dedicated To Security:
http://www.mcpmag.com/columns/articl...itorialsID=716

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org
--------------------------------------------
Using ToolbarCop to remove the unwanted Toolband, Toolbar Icons and BHO:
http://windowsxp.mvps.org/toolbarcop.htm
--------------------------------------------
The Parasite Fight - Quick Fix Protocol:
http://aumha.org/a/quickfix.php
--------------------------------------------
"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Theosophe74 wrote:

> My company is blocking VPN access to their network because the
> CyberGatekeeper software they're using has a rule that says that I
> don't have XP SP2 installed. But I do have it installed as part of my
> OEM XP software from Dell (received with a new computer).
>
> Their software is currently looking for the registry key:
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP2\KB811113
> Type="Service Pack"
>
> That may work for users who have upgraded from XP to XP SP2, but what
> should their software be searching for to determine whether SP2 has
> come pre-installed on a user's machine?
>
> Is there any check that takes into account both scenarios?

Hi

Yes:


Under the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\
the value CSDVersion (REG_SZ), SP2 is installed if the value is
"Service Pack 2"

Under the registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\
the value CSDVersion (REG_DWORD), SP2 is installed if the value is
512 (decimal)



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      2nd Nov 2004
Ramesh [MVP] wrote:

> Hi Torgeir,
>
> Something for you:
> Microsoft Certified Professional Magazine Online | Column: XP SP2--Dedicated To Security:
> http://www.mcpmag.com/columns/articl...itorialsID=716
>

Hi

Yepp, I have seen it before, the author asked if it was ok to mention
me by name in that article :-)


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
Ramesh [MVP]
Guest
Posts: n/a
 
      2nd Nov 2004
Oh.. ok :-)

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org
--------------------------------------------
Using ToolbarCop to remove the unwanted Toolband, Toolbar Icons and BHO:
http://windowsxp.mvps.org/toolbarcop.htm
--------------------------------------------
The Parasite Fight - Quick Fix Protocol:
http://aumha.org/a/quickfix.php
--------------------------------------------
"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message news:(E-Mail Removed)...


Hi

Yepp, I have seen it before, the author asked if it was ok to mention
me by name in that article :-)


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Determine whether SP2 (OEM or Upgrade) is installed Theosophe74 Windows XP General 3 2nd Nov 2004 06:05 PM
Determine whether SP2 (OEM or Upgrade) is installed =?Utf-8?B?VGhlb3NvcGhlNzQ=?= Windows XP General 1 2nd Nov 2004 05:44 PM
Determine what Jet SP I have installed? =?Utf-8?B?RWQgQXJkemluc2tp?= Microsoft Access Forms 3 22nd Oct 2004 04:38 PM
How do I determine whether or not SP2 is installed? Richard Windows XP General 7 21st Sep 2004 10:21 PM
Determine if WMI is installed Oscar Thornell Microsoft C# .NET 0 30th Aug 2004 08:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:48 AM.