J
JeffO
I'm building a fancy CD that I'll use to distribute the
patches to the current WormBlaster virus and run the
Symantec cleaning tool. I will also use this CD framework
for future anti-virus packagaes I hand out.
Since there are 3 different MS patches, depending on your
OS, I need to query the computer to get this info. The
following line achieves this:
REG QUERY "\\%1\HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion" /v CurrentBuildNumber >>
C:\WINNT\Temp\OS_Ver.txt
Does anyone know the build number of Windows XP 64-bit?
If it's the same, how can I differentiate between 32-bit
and 64-bit?
patches to the current WormBlaster virus and run the
Symantec cleaning tool. I will also use this CD framework
for future anti-virus packagaes I hand out.
Since there are 3 different MS patches, depending on your
OS, I need to query the computer to get this info. The
following line achieves this:
REG QUERY "\\%1\HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion" /v CurrentBuildNumber >>
C:\WINNT\Temp\OS_Ver.txt
Does anyone know the build number of Windows XP 64-bit?
If it's the same, how can I differentiate between 32-bit
and 64-bit?