G
Guest
I need to determine when SP2 was installed -- Any help would be appreciated
From: "Chappy" <[email protected]>
| 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"
Chappy said:Thanks Dave -- but I need to be able to determine the date that the
ugrade/install took place ??