G Guest Mar 16, 2006 #1 How to Determine the Version of Windows XP Service pacck in Use by registry key? Thanks in advance!
T Torgeir Bakken \(MVP\) Mar 16, 2006 #2 marishalev said: How to Determine the Version of Windows XP Service pacck in Use by registry key? Thanks in advance! Click to expand... Hi, The registry value "CSDVersion" under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ For a scripting solution, a VBScript function GetSPNumber is available here: http://groups.google.com/group/micr...pting/msg/13166a2789a4552e?dmode=source&hl=en
marishalev said: How to Determine the Version of Windows XP Service pacck in Use by registry key? Thanks in advance! Click to expand... Hi, The registry value "CSDVersion" under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ For a scripting solution, a VBScript function GetSPNumber is available here: http://groups.google.com/group/micr...pting/msg/13166a2789a4552e?dmode=source&hl=en
G Guest Mar 16, 2006 #3 Thank you so much! Torgeir Bakken (MVP) said: Hi, The registry value "CSDVersion" under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ For a scripting solution, a VBScript function GetSPNumber is available here: http://groups.google.com/group/micr...pting/msg/13166a2789a4552e?dmode=source&hl=en -- torgeir, Microsoft MVP Scripting, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scriptcenter/default.mspx Click to expand...
Thank you so much! Torgeir Bakken (MVP) said: Hi, The registry value "CSDVersion" under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ For a scripting solution, a VBScript function GetSPNumber is available here: http://groups.google.com/group/micr...pting/msg/13166a2789a4552e?dmode=source&hl=en -- torgeir, Microsoft MVP Scripting, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scriptcenter/default.mspx Click to expand...