tool to list all patches ?

  • Thread starter Thread starter Polaris
  • Start date Start date
P

Polaris

Hi:

Is there a tool (beter be free) to list all installed MS patches on a
windows system? Tried mbsacli.exe, it seems cannot do it.

Thanks in advace
Polaris
 
Control Panel - Add or Remove Programs. At the top of the window is a
checkbox that allows you to see all installed updates.

Modem Ani
 
Try the netdiag support tool. If you do not want to run the whole test just
use netdiag /test:ipconfig. --- Steve
 
Polaris said:
Is there a tool (beter be free) to list all installed MS patches
on a windows system? Tried mbsacli.exe, it seems cannot do it.
Hi

Mbsacli.exe can list installed patches. This is the command line I
run to get a tab separated list of installed updates (to get a log
to a file use the -f switch as well):

mbsacli.exe -hf -nosum -s 2 -history 1 -o tab -nvc -x MSSecure_1033.CAB


-history level Displays hotfixes that are:
(1) explicitly installed
(2) explicitly not installed
(3) effectively installed
This switch is not necessary for normal
operation. Do not use this switch unless you've
read -history usage in 303215.

http://support.microsoft.com/default.aspx?scid=kb;en-us;303215
 
That will not list all patches.
That only lists installed patches that have an uninstall option,many do not.
 
Good catch - thanks :-)

Modem Ani

Jupiter Jones said:
That will not list all patches.
That only lists installed patches that have an uninstall option,many do not.
 
View Which Hot Fixes Have Been Installed. Registry, Belarc Advisor,
Qfecheck and SPCheck.

Start | Run | Type: regedit | OK
Navigate to >>

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\HotFix

Key contains information about which Hot fix's have been installed.
===========

Belarc Advisor Also shows Updates

Belarc Advisor - Free Personal PC Audit
http://www.belarc.com/free_download.html

===

Download, install and run Qfecheck.exe

Qfecheck will show if all updates have been installed properly or not.

Among other things....[[This tool helps customers who thought they had
properly installed anupdate, but had not, and are now experiencing a
problem.]]

Windows XP Patch: Qfecheck.exe Verifies the Installation of Windows XP
Hotfixes
http://tinyurl.com/aiz4

Qfecheck.exe Verifies the Installation of Windows 2000 and Windows XP
Hotfixes
http://support.microsoft.com/default.aspx?scid=kb;en-us;282784

===

ServicePack Level diagnostic tool (SPCheck.exe).

SPCheck.exe is on the XP CD in the \SUPPORT\TOOLS folder in the SUPTOOLS.MSI
package.

To install Windows XP Support Tools, run setup.exe located in the
\support\tools directory on the Windows XP CD.

You can use the SPCheck tool to determine the service pack level of
installed components on computers that are running either Windows NT Server
4.0, Windows 2000 Server, WIndows XP, or Windows Server 2003. The SPCheck
tool generates a report that lists the origin of each file for each
installed component.

Overview of the SPVerify Tool
http://support.microsoft.com/default.aspx?kbid=819035

How to Use the SPCheck Tool in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q312646

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Thanks everyone for you help! For now I will use the mbsacli.exe. It seems
to be quite good.

Thanks!
Polaris
 
Back
Top