Windows 2003 Server R2

(imported topic written by dave_dunn91)

Does anybody have a 2003 R2 box to test the following relevance on, or can somebody recommend a better way to identify R2 machines?

exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion” whose (value “ProductName” of it as string as uppercase contains “R2”) of registry

(imported comment written by BenKus)

Yes. Your relevance returns true on my Win2003 Server R2 Standard Edition SP2.

Ben

(imported comment written by dave_dunn91)

The following relevance should support both 32-bit and 64-bit Windows OS’s:

exists registry whose (value “ProductName” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion” of it as string as uppercase contains “R2”) or exists x64 registry whose (value “ProductName” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion” of it as string as uppercase contains “R2”)