the best way might be hfnetchk.exe from MS.


-----Original Message-----
From: David Strome [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 21, 2001 7:02 PM
To: NT 2000 Discussions
Subject: RE: Hotfix Login Script


Tsktsk...someone at MSFT doesn't know about database normalization.
Although, the registry really isn't a database. 

-----Original Message-----
From: Walden H. Leverich [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 21, 2001 12:51 PM
To: NT 2000 Discussions
Subject: RE: Hotfix Login Script


Ooops, missed that one. That is definitely better since you don't need to
know the SP number. Strange that the info is in two places.

-Walden

-----Original Message-----
From: Hatley, Ken [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 10:04 AM
To: NT 2000 Discussions
Subject: RE: Hotfix Login Script


Better yet, check 
HKLM\Software\Microsoft\Windows NT\CurrentVersion\HOTFIX,  This is where
SRVINFO pulls the information from.

-----Original Message-----
From: Walden H. Leverich [mailto:[EMAIL PROTECTED]] 
Sent: Friday, August 17, 2001 3:29 PM
To: NT 2000 Discussions
Subject: RE: Hotfix Login Script

Paul,

Check HKLM\Software\Microsoft\Updates\Windows 2000\SPx\Qxxxxxx

Where SPx is the Service Pack for the Hotfix. All hotfixes are assigned a
service pack, usually the next one due out (eg. Current Hotfixes are SP3).
And Qxxxxxx is the KB article for the HotFix. Best thing to do in install
the hotfix in the lab and get the details for the specific hotfix you are
looking for.

-Walden

-----Original Message-----
From: Paul Done [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 6:24 PM
To: NT 2000 Discussions
Subject: RE: Hotfix Login Script


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Maybe I should clarify, I am looking for the existance of an applied hotfix.
As far as I can tell there is no place (i.e. directory) that indicates this.


I have thought somewhere on the computer it says either yes or no that a fix
has been applied. For example, when you try windowsupdate.microsoft.com
after applying patches and such, it provides a history. I don't believe this
is a cookie as I have cleared the cache thinking some "web-placed" file but
it will still show the time and patch applied. Somewhere on the individual
computer a record or indicator exist saying ya or nay to hotfixes.

Paul M. Done
San Bernardino, California 92407
 
P: 909-880-7652
F: 909-880-5901
M: 909-553-6698
Text Pager: send email to  [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 
 
Standards are like toothbrushes,
everybody agrees you should have one, 
but no one wants yours.


- -----Original Message-----
From: Dean Cunningham [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 3:16 PM
To: NT 2000 Discussions
Subject: RE: Hotfix Login Script


Is this supposed to be a directory "hotfix MSO-012" and where is it?

- -----Original Message-----
From: Paul Done [mailto:[EMAIL PROTECTED]]
Sent: Friday, 17 August 2001 9:57 a.m.
To: NT 2000 Discussions
Subject: Hotfix Login Script


I am inspired by Q303215 for the Secuirty Hotfix Checker Tool. But I am
trying to figure out if I can incorporate updates into a login script. My
attempt is to look at the computer and say:

if "%OS%"=="Windows_NT" goto :Security
:Security
if exist "hotfix MSO-012" goto :END
if not exist "hotfix MSO-012" goto :UPD_MSO012
:UPD_MSO012
net use x:\\upd\mso\012\mso012.exe -f -l -a -g -s
net use /del x:

First, does this make sense? Second who knows how to detirmine if a hotfix
(or Service Pack) is already applied?

Appreciate your replies positive or negative,

- -Paul Done

- ------
You are subscribed as [EMAIL PROTECTED]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]
***************************************************
This e-mail is  not an  official  statement of  the
Waikato  Regional  Council unless otherwise stated.
Visit our website http://www.ew.govt.nz
***************************************************

- ------
You are subscribed as [EMAIL PROTECTED]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBO3xIHI6agVPHxeg8EQIgRACaAiCQDHCpIUbqvF7fe3xfoVjmm54AoMT9
DTlJsH6FojjzEQ/iJpGAp/nk
=nbZs
-----END PGP SIGNATURE-----

------
You are subscribed as [EMAIL PROTECTED]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

------
You are subscribed as [EMAIL PROTECTED]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

------
You are subscribed as [EMAIL PROTECTED]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

------
You are subscribed as [EMAIL PROTECTED]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

------
You are subscribed as [EMAIL PROTECTED]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to