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

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.configuration_manage (More info?)

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
 
Archived from groups: microsoft.public.windowsxp.configuration_manage (More info?)

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/scriptcenter/default.mspx
 
Archived from groups: microsoft.public.windowsxp.configuration_manage (More info?)

Hi Torgeir,

Something for you:
Microsoft Certified Professional Magazine Online | Column: XP SP2--Dedicated To Security:
http://www.mcpmag.com/columns/article.asp?EditorialsID=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-spam@hydro.com> wrote in message news:OniBEPNwEHA.3084@TK2MSFTNGP10.phx.gbl...
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/scriptcenter/default.mspx
 
Archived from groups: microsoft.public.windowsxp.configuration_manage (More info?)

Ramesh [MVP] wrote:

> Hi Torgeir,
>
> Something for you:
> Microsoft Certified Professional Magazine Online | Column: XP SP2--Dedicated To Security:
> http://www.mcpmag.com/columns/article.asp?EditorialsID=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/scriptcenter/default.mspx
 
Archived from groups: microsoft.public.windowsxp.configuration_manage (More info?)

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-spam@hydro.com> wrote in message news:uMrZGSPwEHA.2908@tk2msftngp13.phx.gbl...


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/scriptcenter/default.mspx