PDA

View Full Version : Re: identifying WindowsXP through login.bat script


guard
December 6th 03, 01:46 PM
The Mount/\Command "GetOS" provides the following:

1. Displays the current Operating System
2. Saves the value in the variable %#os%
3. Sets an errorlevel based on the result

GetOS performs CONSISTENTLY under NT/2K/XP/K3. It is included in the FREE
Advanced NT/2K/XP Command Library (http://ntlib.com)

See the GetOS Page for details and color-keyed examples:
(http://TheSystemGuard.com/MtCmds/GetValue/GetOS.htm)

*******

-tsg
__________________________________________________ __________
TheSystemGuard.com | BoomingOrFuming.com | MountCommands.com
Free and "Almost Free" Knowledge for Windows System Admins!

Al Dunbar
December 6th 03, 01:48 PM
Been away a while, but am comforted to see you CONSISTENTLY write
CONSISTENTLY in all caps, and CONSISTENTLY post your ads to a wide audience.
;-)

/Al

"guard" > wrote in message
...
> The Mount/\Command "GetOS" provides the following:
>
> 1. Displays the current Operating System
> 2. Saves the value in the variable %#os%
> 3. Sets an errorlevel based on the result
>
> GetOS performs CONSISTENTLY under NT/2K/XP/K3. It is included in the FREE
> Advanced NT/2K/XP Command Library (http://ntlib.com)
>
> See the GetOS Page for details and color-keyed examples:
> (http://TheSystemGuard.com/MtCmds/GetValue/GetOS.htm)
>
> *******
>
> -tsg
> __________________________________________________ __________
> TheSystemGuard.com | BoomingOrFuming.com | MountCommands.com
> Free and "Almost Free" Knowledge for Windows System Admins!
>
>

Ritchie
December 6th 03, 01:48 PM
"Al Dunbar" > wrote in message . ca...
> Been away a while, but am comforted to see you CONSISTENTLY write
> CONSISTENTLY in all caps, and CONSISTENTLY post your ads to a wide audience.

Yer, some things never change. I had a little snoop a while back. Seems
that all these domains point to IP: 216.119.72.235:-

jwc-online.com, boomingorfuming.com, thesystemguard.com, ntlib.com

and they're all registered to:-

Evelyn L Stafford
6513 Deane Hill Drive
Knoxville, TN 37919
Tel (865) 584-9075

and that address appears in the Knoxville Church list as:-

The Seven Golden Candlesticks

So, is the spammer also a preacher? It would certainly explain his choice
of phrase. And isn't the pyramid of knowledge a cryptic analogy of the
seven golden candlesticks?

--
Ritchie

Craig Williams
December 6th 03, 01:55 PM
Querying the registy with REG.EXE can tell you.

NT4 = 4.0
2000 = 5.0
XP = 5.1
2003 = 5.2

C:\WINDOWS>reg query "hklm\software\microsoft\windows nt\currentversion" /v
currentversion

! REG.EXE VERSION 2.0

HKEY_LOCAL_MACHINE\software\microsoft\windows nt\currentversion
currentversion REG_SZ 5.0

"guard" > wrote in message
...
> The Mount/\Command "GetOS" provides the following:
>
> 1. Displays the current Operating System
> 2. Saves the value in the variable %#os%
> 3. Sets an errorlevel based on the result
>
> GetOS performs CONSISTENTLY under NT/2K/XP/K3. It is included in the FREE
> Advanced NT/2K/XP Command Library (http://ntlib.com)
>
> See the GetOS Page for details and color-keyed examples:
> (http://TheSystemGuard.com/MtCmds/GetValue/GetOS.htm)
>
> *******
>
> -tsg
> __________________________________________________ __________
> TheSystemGuard.com | BoomingOrFuming.com | MountCommands.com
> Free and "Almost Free" Knowledge for Windows System Admins!
>
>

Google