CSS Performance Test (v7)

Revision 7 of this benchmark created on


Preparation HTML

<style type="text/css">
/*####################################
# Reset                              #
####################################*/
* {
        margin: 0;
        padding: 0;
}

/*####################################
# Basic elements                     #
####################################*/
html {
        overflow-y: scroll; /* needs to be in html instead of body to work in IE6 */
}

body {
        background: #FEF5D5;
        font: 100%/100% sans-serif;
        text-align: center; /* required for IE6 to centre block elements */
}

abbr {
        border: 0;
        cursor: help;
}

a {
        color: #0000A6;
        font-weight: 700;
        text-decoration: none;
}
        a:visited {
                color: #530053;
        }
        a:hover {
                background-color: #DAE1E9 !important;
                /* text-decoration: underline; */
                border-bottom: 1px solid;
        }
        a:active {
                color: #A60000;
        }
        .a_upperindex {
                font-size: 87.5%;
                line-height: 0;
                vertical-align: super;
        }

h1 {
        font-size: 150%;
        margin: 1em 0;
        text-transform: capitalize;
}

hr {
        border: 0;
        height: 3em;
}

p {
        font: 106.25%/150% sans-serif;
        margin: 1em 0;
}

table {
        border-collapse: collapse;
        table-layout: fixed;
}


/*####################################
# Header                             #
####################################*/
#header {
        background: #BFB9A7;
        padding: .5% 0 0;
}
        #header table {
                margin: 0 auto 2.5%;
                max-width: 60em;
                width: 100%;
        }
                #header td {
                border-radius: .188em .188em 0 0;
                font-weight: 700;
                line-height: 200%;
                text-align: center;
                text-transform: uppercase;
                width: 16.7%;
                }
                #header a,
                #header a:active,
                #header a:visited,
                #header a:hover {
                        border: 0;
                        color: #000;
                        display: block;
                        overflow: hidden;
                }
                #header a:hover {
                        background: #FEF5D5 !important;
                        border-radius: .188em .188em 0 0;
                }

#about #header_about,
#archive #header_archive,
#home #header_home,
#updates #header_updates {
        background: #FEF5D5;
}


/*####################################
# Content                            #
####################################*/
.main {
        border: 1px solid #FEF5D5;
        margin: auto;
        max-width: 30em;
        text-align: justify;
        word-wrap: break-word;
}
        .main_column {
                max-width:30em;
        }

/*####################################
# Content-About                      #
####################################*/
#paypal {
        margin: .5em 0 1.5em;
}

/*####################################
# Content-Archive                    #
####################################*/
#archive_img {
        text-align: center;
        text-transform: uppercase;
}
        #archive_img a,
        #archive_img a:hover {
                background: transparent !important;
                border: 0;
                display: block;
        }
        #archive_img a:hover span {
                background: #DAE1E9;
                border-bottom: 1px solid;
        }
        #archive_img img {
                border: 1px solid #35386F;
                margin: 0 -2px;
                width: 100%;
        }

/*####################################
# Content-Updates                    #
####################################*/

.hfsliplist {
        font-size: 87.5%;
        margin: auto;
        text-align: left;
        width: 100%;
}
        .col_Notes {
                width: 13%;
        }
        .col_Folder {
                width: 7%;
        }       
        .col_Filename {
                width: 30%;
        }
        .col_Date {
                width: 5%;
        }
        .col_Priority {
                width: 8%;
        }
        .col_Bulletin {
                width: 9%;
        }
        .col_Kb {
                width: 7.5%;
        }
        .col_Description {
                width: 10%;
        }
        .col_Files {
                width: 10.5%;
        }
        .hfsliplist caption {
                border-bottom: 0!important;
        }
        .hfsliplist caption,
        .hfsliplist thead {
                background-color: #BFB9A7;
                font-weight: 700;
                text-align: left;
        }
        tr.correct_versions {
                color: #fff;
                background: #000;
        }
        tr.correct_versions a {
                color: #af94ff
        }
        .hfsliplist caption,
        .hfsliplist td,
        .hfsliplist th {
                border: 1px solid #000;
                vertical-align: top;
                padding: .5em;
                overflow: hidden;
                word-wrap: break-word;
        }
        .hfsliplist ul {
                font-size: 92.9%;
                line-height: 100%;
                list-style-type: none;
                vertical-align: top;
        }
.hbr {
        background: #DBD9B5;
}
.problem {
        background: #FFCCCC;
}
.superseded {
        background: #F2F2F2;
        color: #808080
}

span[lang] {
        font-weight: 700;
}
        

.hbr td:first-child +td +td a:before,
.problem td:first-child +td +td a:before,
a[title="Direct download"]:after,
span[lang]:after {
        background-image: url(updates/images.png);
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 18px;
}
.hbr td:first-child +td +td a:before,
.problem td:first-child +td +td a:before,
a[title="Direct download"]:after {
        height: 16px;
}
span[lang]:after {
        height: 16px;
}
span[lang="ar"]:after, span[lang="en"]:after {
        width: 0;
}

.hbr td:first-child +td +td a:before {
        background-position: -38px;
}
.problem td:first-child +td +td a:before {
        background-position: -20px;
}
.hbr.problem td:first-child +td +td a:before {
        background-position: -20px;
        width: 36px;
}
span[lang="zh-cn"]:after {
        background-position: -54px;
}
span[lang="zh-tw"]:after {
        background-position: -72px;
}
span[lang="cs"]:after {
        background-position: -90px;
}
span[lang="da"]:after {
        background-position: -108px;
}
span[lang="de"]:after {
        background-position: -126px;
}
span[lang="el"]:after {
        background-position: -144px;
}
span[lang="es"]:after {
        background-position: -162px;
}
span[lang="fi"]:after {
        background-position: -180px;
}
span[lang="fr"]:after {
        background-position: -198px;
}
span[lang="he"]:after {
        background-position: -216px;
}
span[lang="hu"]:after {
        background-position: -234px;
}
span[lang="it"]:after {
        background-position: -252px;
}
span[lang="ja"]:after {
        background-position: -270px;
}
span[lang="ko"]:after {
        background-position: -288px;
}
span[lang="nl"]:after {
        background-position: -306px;
}
span[lang="no"]:after {
        background-position: -324px;
}
span[lang="pl"]:after {
        background-position: -342px;
}
span[lang="pt-br"]:after {
        background-position: -360px;
}
span[lang="pt"]:after {
        background-position: -378px;
}
span[lang="ru"]:after {
        background-position: -396px;
}
span[lang="sv"]:after {
        background-position: -414px;
}
span[lang="tr"]:after {
        background-position: -432px;
}

/*####################################
# Media                              #
####################################*/

@media (max-width: 45em) {
        body {
                font-size: 175%;
        }
        #header {
                font-size: 125%;
                padding: 0
        }
        #header td {
                display: block;
                width: 100%;
        }
        .hfsliplist {
                font-size: 100%;
        }
                .hfsliplist thead {
                        left: -9999px;
                        position: absolute;
                        top: -9999px;
                }
                .hfsliplist tr {
                        border-top: 3px solid;
                }
                .hfsliplist caption,
                .hfsliplist td {
                        border: 0;
                        border-top: 1px solid;
                }
                .hfsliplist col,
                .hfsliplist td {
                        display: block;
                }
                .hfsliplist td {
                        padding: .25em;
                        padding-left: 42.5%;
                        position: relative;
                        vertical-align: top;
                }
                        .hfsliplist td:empty {
                                display: none;
                        }
                        .hfsliplist td:before {
                                font-weight: 700;
                                left: .25em;
                                position: absolute;
                                top: .25em;
                                width: 40%;
                        }
                                .hfsliplist td:nth-of-type(1):before {
                                        content: "Notes";
                                }
                                .hfsliplist td:nth-of-type(2):before {
                                        content: "Folder";
                                }
                                .hfsliplist td:nth-of-type(3):before {
                                        content: "Filename";
                                }
                                .hfsliplist td:nth-of-type(4):before {
                                        content: "Date";
                                }
                                .hfsliplist td:nth-of-type(5):before {
                                        content: "Priority";
                                }
                                .hfsliplist td:nth-of-type(6):before {
                                        content: "Bulletin";
                                }
                                .hfsliplist td:nth-of-type(7):before {
                                        content: "KB";
                                }
                                .hfsliplist td:nth-of-type(8):before {
                                        content: "Description";
                                }
                                .hfsliplist td:nth-of-type(9):before {
                                        content: "Files";
                                }
}

@media (max-width: 33.75em) {
        body {
                font-size: 150%;
        }
}

@media (max-width: 22.5em) {
        body {
                font-size: 125%;
        }
}

@media (min-width: 71.250em) {
        #header table {
                max-width: 61.5em;
        }
        .main {
                max-width: 100%;
        }
                .main_column {
                        width: 30em;
                }
                .main_column,
                .main_column_left,
                .main_column_right {
                        /* display:inline-block; */
                        float: left;
                        vertical-align: top;
                }
                .main_column_left,
                .main_column_right {
                        width: 30em;
                }
                .main_column_left {
                        margin: 0 .75em 0 0;
                }
                .main_column_right {
                        margin: 0 0 0 .75em;
                }
        #archive_img img {
                max-width: 41em;
                width: auto;
        }
        .hfsliplist {
                font-size: 100%;
        }
}

</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div id="header">
        <table role="presentation">
                <tr>
                        <td id="header_home"><a href="../index.html">home</a></td>
                        <td id="header_updates"><a href="#">updates</a></td>
                        <td id="header_guidelines"><a href="#">guidelines</a></td>
                        <td id="header_archive"><a href="../archive/index.html">archive</a></td>
                        <td id="header_links"><a href="#">links</a></td>
                        <td id="header_about"><a href="../about/index.html">about</a></td>
                </tr>
        </table>
</div>

<table id="list_win" class="hfsliplist">
        <caption>Windows</caption>
        <colgroup>
                <col class="col_Notes">
                <col class="col_Folder">
                <col class="col_Filename">
                <col class="col_Date">
                <col class="col_Priority">
                <col class="col_Bulletin">
                <col class="col_Kb">
                <col class="col_Description">
                <col class="col_Files">
        </colgroup>
        <thead>
                <tr>
                        <th>Notes</th>
                        <th>Folder</th>
                        <th>Filename</th>
                        <th>Date</th>
                        <th>Priority</th>
                        <th>Bulletin</th>
                        <th>KB</th>
                        <th>Description</th>
                        <th>Files</th>
                </tr>
        </thead>
        <tbody>
                <tr id="W2KSP4">
                        <td>If not slipstreamed already</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=4127">W2KSP4_XX.EXE</a></td>
                        <td>2003-06</td>
                        <td>Critical</td>
                        <td></td>
                        <td></td>
                        <td>Service Pack 4</td>
                        <td></td>
                </tr>
                <tr id="kb891861">
                        <td>Required for slipstreaming <a href="#list_ie">IE6</a>. If your computer has a multi-core or hyperthreading <abbr title="Central Processing Unit">CPU</abbr>, you’re advised to apply a registry fix, as explained in <a href="http://support.microsoft.com/kb/919521">the KB919521 article</a>. Put .reg files into the HFSVCPACK folder</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=18997">Windows2000-KB891861-v2-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/a/1/f/a1fc05d8-51d6-4dc8-96ae-a46a94109714/Windows2000-KB891861-v2-nec98-JPN.EXE" title="Direct download">Windows2000-KB891861-v2-nec98-JPN.EXE <span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-09</td>
                        <td>Critical</td>
                        <td></td>
                        <td><a href="http://support.microsoft.com/kb/891861">891861</a></td>
                        <td>Update Rollup 1 v2</td>
                        <td></td>
                </tr>
                <tr id="kb291343" class="hbr">
                        <td><strong>To slipstream</strong>: create the following folder hierarchy within your HFSLIP folder (if it doesn't already exist): <strong>HFEXPERT\WIN\SYSTEM32</strong>. Extract Mapistub.dll from Q291343_W2k_SP3_x86_XX.exe into this SYSTEM32 folder (from a command prompt, using the -x switch, or by using a file archiver tool such as <a href="http://www.7-zip.org/">7-Zip</a>). <strong>To install manually</strong>: extract the update, change the line in hotfix.inf <code>NtServicePackVersion=512</code> to <code>NtServicePackVersion=1024</code>, then click hotfix.exe</td>
                        <td></td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=291343">Q291343_W2k_SP3_x86_XX.exe</a></td>
                        <td>2001-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/291343">291343</a></td>
                        <td>Windows Search and Outlook 2000 fix</td>
                        <td><ul>
                                <li>Mapistub.dll 1.0.3157.0</li>
                        </ul></td>
                </tr>
                <tr id="kb818383" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=818383">Q818383_W2K_SP5_x86_XX.exe</a></td>
                        <td>2003-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/818383">818383</a></td>
                        <td>Keyboard and mouse fix</td>
                        <td><ul>
                                <li>i8042prt.sys 5.0.2195.6738</li>
                        </ul></td>
                </tr>
                <tr id="kb818455" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=818455">Q818455_W2K_SP5_x86_XX.exe</a></td>
                        <td>2003-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/818455">818455</a></td>
                        <td>VPN connection error fix</td>
                        <td><ul>
                                <li>rasl2tp.sys 5.0.2195.6736</li>
                        </ul></td>
                </tr>
                <tr id="kb819249" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=819628">Q819628_W2K_SP5_x86_XX.exe</a></td>
                        <td>2003-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/819628">819628</a></td>
                        <td>DrawText API fix</td>
                        <td><ul>
                                <li>lpk.dll 5.0.2195.6741</li>
                        </ul></td>
                </tr>
                <tr id="kb835465" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=835465">Windows2000-KB835465-x86-ENU.EXE</a></td>
                        <td>2003-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/835465">835465</a></td>
                        <td>"Stop 0x1E" error fix</td>
                        <td><ul>
                                <li>sfmsrv.sys 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb816972" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=816972">Windows2000-KB816972-x86-XXX.EXE</a></td>
                        <td>2003-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/816972">816972</a></td>
                        <td>Print Spooler service fix</td>
                        <td><ul>
                                <li>unidrv.dll 0.3.1282.2</li>
                        </ul></td>
                </tr>
                <tr id="kb818349" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=818349">Windows2000-KB818349-x86-XXX.EXE</a></td>
                        <td>2003-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/818349">818349</a></td>
                        <td>Nslookup fix</td>
                        <td><ul>
                                <li>nslookup.exe 5.0.2195.6748</li>
                        </ul></td>
                </tr>
                <tr id="kb818888" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=818888">Q818888_W2K_SP5_x86_XX.exe</a></td>
                        <td>2003-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/818888">818888</a></td>
                        <td>Disk Defragmenter fix</td>
                        <td><ul>
                                <li>dfrgui.dll 5.0.2195.6743</li>
                        </ul></td>
                </tr>
                <tr id="kb819629" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=819629">Windows2000-KB819629-x86-XXX.EXE</a></td>
                        <td>2003-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/819629">819629</a></td>
                        <td>IADsTools fix</td>
                        <td><ul>
                                <li>iadstools.dll 1.0.0.2234</li>
                                <li>replmon.exe 1.0.0.2234</li>
                        </ul></td>
                </tr>
                <tr id="kb820227" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=820227">Windows2000-KB820227-x86-XXX.EXE</a></td>
                        <td>2003-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/820227">820227</a></td>
                        <td>Keyboard custom keys fix</td>
                        <td><ul>
                                <li>hidserv.exe 5.0.2195.6745</li>
                        </ul></td>
                </tr>
                <tr id="kb815473" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=815473">Windows2000-KB815473-x86-XXX.exe</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/815473">815473</a></td>
                        <td>File Replication service fix</td>
                        <td><ul>
                                <li>ntfrsapi.dll 5.0.2195.6763</li>
                                <li>ntfrsprf.dll 5.0.2195.6763</li>
                                <li>ntfrsupg.exe 5.0.2195.6763</li>
                                <li>ntfrsutl.exe 5.0.2195.6763</li>
                        </ul></td>
                </tr>
                <tr id="kb816134" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=816134">Windows2000-KB816134-x86-XXX.exe</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/816134">816134</a></td>
                        <td>Terminal Server fix</td>
                        <td><ul>
                                <li>tdtcp.sys 5.0.2195.6773</li>
                        </ul></td>
                </tr>
                <tr id="kb819745" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=819745">Windows2000-KB819745-x86-XXX.exe</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/819745">819745</a></td>
                        <td>"Stop: 0x0000001E" error fix</td>
                        <td><ul>
                                <li>kmixer.sys 5.0.2195.6752</li>
                        </ul></td>
                </tr>
                <tr id="kb819876" class="hbr">
                        <td>When requesting this hotfix, choose that with x86 in the Platform column (the other contains older files)</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=819876">Windows2000-KB819876-x86-XXX.EXE</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/819876">819876</a></td>
                        <td>Internet Information Services (IIS) fix</td>
                        <td><ul>
                                <li>isatq.dll 5.0.2195.6758</li>
                                <li>infocomm.dll 5.0.2195.6758</li>
                                <li>infoadmn.dll 5.0.2195.6758</li>
                        </ul></td>
                </tr>
                <tr id="kb820199" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=820199">Windows2000-KB820199-x86-XXX.EXE</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/820199">820199</a></td>
                        <td>Input Method Editor (IME) fix</td>
                        <td><ul>
                                <li>conime.exe 5.0.2195.6751</li>
                        </ul></td>
                </tr>
                <tr id="kb820525" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=820525">Windows2000-KB820525-x86-XXX.EXE</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/820525">820525</a></td>
                        <td>Smart Card fix</td>
                        <td><ul>
                                <li>winscard.dll 5.0.2195.6753</li>
                        </ul></td>
                </tr>
                <tr id="kb820604" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=820604">Windows2000-KB820604-x86-XXX.EXE</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/820604">820604</a></td>
                        <td>Printer connection fix</td>
                        <td><ul>
                                <li>dsfolder.dll 5.0.2195.6759</li>
                                <li>dsquery.dll 5.0.2195.6759</li>
                        </ul></td>
                </tr>
                <tr id="kb821308" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=821308">Windows2000-KB821308-x86-XXX.EXE</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/821308">821308</a></td>
                        <td>Performance Monitor fix</td>
                        <td><ul>
                                <li>perfproc.dll 5.0.2195.6763</li>
                        </ul></td>
                </tr>
                <tr id="kb821820" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=821820">Windows2000-KB821820-x86-XXX.exe</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/821820">821820</a></td>
                        <td>Open Shortest Path First (OSPF) routing protocol fix</td>
                        <td><ul>
                                <li>ipmontr.dll 5.0.2195.6754</li>
                        </ul></td>
                </tr>
                <tr id="kb822720" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=822720">Windows2000-KB822720-x86-XXX.EXE</a></td>
                        <td>2003-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/822720">822720</a></td>
                        <td>Network Driver Interface Specification (NDIS) fix</td>
                        <td><ul>
                                <li>ndis.sys 5.0.2195.6754</li>
                        </ul></td>
                </tr>
                <tr id="kb323074" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=323074">Windows2000-KB323074-x86-XXX.EXE</a></td>
                        <td>2003-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/323074">323074</a></td>
                        <td>File permissions fix</td>
                        <td><ul>
                                <li>aclui.dll 5.0.2195.6787</li>
                        </ul></td>
                </tr>
                <tr id="kb823459" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=823459">Windows2000-KB823459-x86-XXX.EXE</a></td>
                        <td>2003-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/823459">823459</a></td>
                        <td>Disk Manager fix</td>
                        <td><ul>
                                <li>dmboot.sys 2195.6780.297.3</li>
                                <li>dmconfig.dll 2195.6780.297.3</li>
                        </ul></td>
                </tr>
                <tr id="kb824428" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=824428">Windows2000-KB824428-x86-XXX.EXE</a></td>
                        <td>2003-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/824428">824428</a></td>
                        <td>Folder redirection policy fix</td>
                        <td><ul>
                                <li>fdeploy.dll 5.0.2195.6782</li>
                        </ul></td>
                </tr>
                <tr id="kb825027" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=825027">Windows2000-KB825027-x86-XXX.EXE</a></td>
                        <td>2003-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/825027">825027</a></td>
                        <td>Terminal Services fix</td>
                        <td><ul>
                                <li>lserver.exe 5.0.2195.6794</li>
                        </ul></td>
                </tr>
                <tr id="kb823748" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=823748">Windows2000-KB823748-x86-XXX.EXE</a></td>
                        <td>2003-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/823748">823748</a></td>
                        <td>CPU multithreading fix</td>
                        <td><ul>
                                <li>halapic.dll 5.0.2195.6801</li>
                                <li>halmps.dll 5.0.2195.6801</li>
                        </ul></td>
                </tr>
                <tr id="kb824692" class="hbr">
                        <td>Take care if installing manually - remotesp.tsp included in this update will overwrite the newer version from <a href="#kb893756">893756</a></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=824692">Windows2000-KB824692-x86-XXX.EXE</a></td>
                        <td>2003-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/824692">824692</a></td>
                        <td>Telephony (TAPI) fix</td>
                        <td><ul>
                                <li>remotesp.tsp 5.0.2195.6804</li>
                                <li>tapi32.dll 5.0.2195.6804</li>
                        </ul></td>
                </tr>
                <tr id="kb826127" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=826127">Windows2000-KB826127-x86-XXX.EXE</a></td>
                        <td>2003-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/826127">826127</a></td>
                        <td>Japanese keyboard fix</td>
                        <td><ul>
                                <li>kbdhid.sys 5.0.2195.6808</li>
                        </ul></td>
                </tr>
                <tr id="kb826366" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=826366">Windows2000-KB826366-x86-XXX.EXE</a></td>
                        <td>2003-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/826366">826366</a></td>
                        <td>Memory dump fix</td>
                        <td><ul>
                                <li>savedump.exe 5.0.2195.6813</li>
                        </ul></td>
                </tr>
                <tr id="kb826374" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=826374">Windows2000-KB826374-x86-XXX.EXE</a></td>
                        <td>2003-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/826374">826374</a></td>
                        <td>Active Directory fix</td>
                        <td><ul>
                                <li>Dsadmin.dll 5.0.2195.6798</li>
                                <li>Dsuiwiz.dll 5.0.2195.6798</li>
                        </ul></td>
                </tr>
                <tr id="kb826978" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=826978">Windows2000-KB826978-x86-XXX.EXE</a></td>
                        <td>2003-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/826978">826978</a></td>
                        <td>Printer installation fix</td>
                        <td><ul>
                                <li>oleprn.dll 5.0.2195.6811</li>
                        </ul></td>
                </tr>
                <tr id="kb827078" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=827078">Windows2000-KB827078-x86-XXX.EXE</a></td>
                        <td>2003-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/827078">827078</a></td>
                        <td>Simple Network Management Protocol (SNMP) fix</td>
                        <td><ul>
                                <li>snmpapi.dll 5.0.2195.6811</li>
                        </ul></td>
                </tr>
                <tr id="kb827479" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=827479">Windows2000-KB827479-x86-XXX.EXE</a></td>
                        <td>2003-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/827479">827479</a></td>
                        <td>Named Pipes File System (NPFS) fix</td>
                        <td><ul>
                                <li>npfs.sys 5.0.2195.6808</li>
                        </ul></td>
                </tr>
                <tr id="kb827507" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=827507">Windows2000-KB827507-x86-XXX.EXE</a></td>
                        <td>2003-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/827507">827507</a></td>
                        <td>Dynamic Host Configuration Protocol (DHCP) fix</td>
                        <td><ul>
                                <li>ipbootp.dll 5.0.2195.6811</li>
                        </ul></td>
                </tr>
                <tr id="kb817478" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=817478">Windows2000-KB817478-x86-XXX.exe</a></td>
                        <td>2003-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/817478">817478</a></td>
                        <td>Windows Management Instrumentation (WMI) fix</td>
                        <td><ul>
                                <li>stdprov.dll 1.50.1085.110</li>
                        </ul></td>
                </tr>
                <tr id="kb823210" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=823210">Windows2000-KB823210-x86-XXX.exe</a></td>
                        <td>2003-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/823210">823210</a></td>
                        <td>Active Directory performance counter fix</td>
                        <td><ul>
                                <li>esent.dll 6.1.3940.37</li>
                                <li>esentprf.dll 6.1.3940.37</li>
                                <li>esentutl.exe 6.1.3940.37</li>
                        </ul></td>
                </tr>
                <tr id="kb823442" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=823442">Windows2000-KB823442-x86-XXX.exe</a></td>
                        <td>2003-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/823442">823442</a></td>
                        <td>Windows Management Instrumentation (WMI) HiPerf Provider fix</td>
                        <td><ul>
                                <li>wbemcomn.dll 1.50.1085.112</li>
                        </ul></td>
                </tr>
                <tr id="kb827014" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=827014">Windows2000-KB827014-x86-XXX.exe</a></td>
                        <td>2003-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/827014">827014</a></td>
                        <td>New functionality for cipher.exe</td>
                        <td><ul>
                                <li>cipher.exe 5.0.2195.6816</li>
                        </ul></td>
                </tr>
                <tr id="kb827660" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=827660">Windows2000-KB827660-x86-XXX.exe</a></td>
                        <td>2003-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/827660">827660</a></td>
                        <td>Network Monitor network captures fix</td>
                        <td><ul>
                                <li>bhp025.dll 5.0.2195.6821</li>
                        </ul></td>
                </tr>
                <tr id="kb828047" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=828047">Windows2000-KB828047-x86-XXX.exe</a></td>
                        <td>2003-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/828047">828047</a></td>
                        <td>Windows Management Instrumentation (WMI) service fix</td>
                        <td><ul>
                                <li>pschdprf.dll 5.0.2195.6815</li>
                        </ul></td>
                </tr>
                <tr id="kb827686" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=827686">Windows2000-KB827686-x86-XXX.exe</a></td>
                        <td>2003-10</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/827686">827686</a></td>
                        <td>Remote Access and Routing ARP Driver fix</td>
                        <td><ul>
                                <li>wanarp.sys 5.0.2195.6861</li>
                        </ul></td>
                </tr>
                <tr id="kb828206" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=828206">Windows2000-KB828206-x86-XXX.exe</a></td>
                        <td>2003-10</td>
                        <td colspan="2">HBR</td>
                        <td ><a href="http://support.microsoft.com/kb/828206">828206</a></td>
                        <td>Input Method Editor (IME) Pad fix</td>
                        <td><ul>
                                <li>imepad.dll 7.0.1.9001</li>
                        </ul></td>
                </tr>
                <tr id="kb829188" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=829188">Windows2000-KB829188-x86-XXX.exe</a></td>
                        <td>2003-10</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/829188">829188</a></td>
                        <td>NetBUEI protocols fix</td>
                        <td><ul>
                                <li>nbf.sys 5.0.2195.6866</li>
                        </ul></td>
                </tr>
                <tr id="kb830599" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=830599">Windows2000-KB830599-x86-XXX.exe</a></td>
                        <td>2003-10</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/830599">830599</a></td>
                        <td>HP 2500C series printer driver fix</td>
                        <td><ul>
                                <li>hpwm5250.gpd 2003-10-10</li>
                        </ul></td>
                </tr>
                <tr id="kb830764" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=830764">Windows2000-KB830764-x86-XXX.exe</a></td>
                        <td>2003-10</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/830764">830764</a></td>
                        <td>Print Services for Macintosh fix</td>
                        <td><ul>
                                <li>sfmpsdib.dll 5.0.2195.6865</li>
                        </ul></td>
                </tr>
                <tr id="kb328468" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=328468">Windows2000-KB328468-x86-XXX.exe</a></td>
                        <td>2003-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/328468">328468</a></td>
                        <td>Serial port driver fix</td>
                        <td><ul>
                                <li>serenum.sys 5.0.2195.6824</li>
                                <li>serial.sys 5.0.2195.6824</li>
                        </ul></td>
                </tr>
                <tr id="kb832004" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=832004">Windows2000-KB832004-x86-XXX.exe</a></td>
                        <td>2003-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/832004">832004</a></td>
                        <td>CannTime Zone tab fix</td>
                        <td><ul>
                                <li>timedate.cpl 5.00.2195.6876</li>
                        </ul></td>
                </tr>
                <tr id="kb832182" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=832182">Windows2000-KB832182-x86-XXX.exe</a></td>
                        <td>2003-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/832182">832182</a></td>
                        <td>Keyboard status light fix</td>
                        <td><ul>
                                <li>kbdclass.sys 5.0.2195.6875</li>
                        </ul></td>
                </tr>
                <tr id="kb832145" class="hbr">
                        <td>Windows 2000 Advanced &amp; Datacenter Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=832145">Windows2000-KB832145-x86-XXX.exe</a></td>
                        <td>2003-12</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/832145">832145</a></td>
                        <td>Event log replication feature fix</td>
                        <td><ul>
                                <li>clussprt.dll 5.0.2195.6877</li>
                        </ul></td>
                </tr>
                <tr id="kb832494" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=832494">Windows2000-KB832494-x86-XXX.exe</a></td>
                        <td>2003-12</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/832494">832494</a></td>
                        <td>Distributed File System (DFS) fix</td>
                        <td><ul>
                                <li>dfssvc.exe 5.0.2195.6881</li>
                        </ul></td>
                </tr>
                <tr id="kb832951" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=832951">Windows2000-KB832951-x86-XXX.exe</a></td>
                        <td>2003-12</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/832951">832951</a></td>
                        <td>Simple Mail Transfer Protocol (SMTP) service fix</td>
                        <td><ul>
                                <li>ntfsdrv.dll 5.0.2195.6872</li>
                        </ul></td>
                </tr>
                <tr id="kb833744" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=833744">Windows2000-KB833744-x86-XXX.exe</a></td>
                        <td>2003-12</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/833744">833744</a></td>
                        <td>Domain Name System (DNS) aging and scavenging functions fix</td>
                        <td><ul>
                                <li>dnsmgr.dll 5.0.2195.6882</li>
                        </ul></td>
                </tr>
                <tr id="kb285369" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=285369">Windows2000-KB285369-x86-XXX.EXE</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/285369">285369</a></td>
                        <td>Microsoft Cluster service update</td>
                        <td><ul>
                                <li>clusapi.dll 5.0.2195.6824</li>
                                <li>clusnet.sys 5.0.2195.6824</li>
                                <li>resrcmon.exe 5.0.2195.6824</li>
                        </ul></td>
                </tr>
                <tr id="kb821394" class="hbr">
                        <td>When requesting this hotfix, choose that with Fix46946 in the File name column</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=821394">Windows2000-KB821394-x86-XXX.EXE</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/821394">821394</a></td>
                        <td>SCSI driver fix (<a href="http://support.microsoft.com/kb/821394">KB article</a> lists wrong build number for asc3550.sys!)</td>
                        <td><ul>
                                <li>asc3550.sys 5.0.2195.6882</li>
                        </ul></td>
                </tr>
                <tr id="kb824025" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=824025">Windows2000-KB824025-x86-XXX.exe</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/824025">824025</a></td>
                        <td>WDM Audio driver mapper fix</td>
                        <td><ul>
                                <li>sysaudio.sys 5.0.2195.6824</li>
                                <li>wdmaud.sys 5.0.2195.6863</li>
                        </ul></td>
                </tr>
                <tr id="kb828664" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=828664">Windows2000-KB828664-x86-XXX.exe</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/828664">828664</a></td>
                        <td>Terminal Services administrative utility fix</td>
                        <td><ul>
                                <li>regapi.dll 5.0.2195.6889</li>
                        </ul></td>
                </tr>
                <tr id="kb830051" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=830051">Windows2000-KB830051-x86-XXX.EXE</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/830051">830051</a></td>
                        <td>Disk Driver fix</td>
                        <td><ul>
                                <li>atapi.sys 5.0.2195.6891</li>
                                <li>classpnp.sys 5.0.2195.6891</li>
                                <li>disk.sys 5.0.2195.6891</li>
                        </ul></td>
                </tr>
                <tr id="kb830407" class="hbr">
                        <td>Requires a registry fix, as explained in <a href="http://support.microsoft.com/kb/830407">the KB article</a>. Put .reg files into the HFSVCPACK folder</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=830407">Windows2000-KB830407-x86-XXX.EXE</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/830407">830407</a></td>
                        <td>Offline caching of network files and folders fix</td>
                        <td><ul>
                                <li>cscdll.dll 5.0.2195.6888</li>
                                <li>cscui.dll 5.0.2195.6894</li>
                        </ul></td>
                </tr>
                <tr id="kb834128" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=834128">Windows2000-KB834128-x86-XXX.exe</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/834128">834128</a></td>
                        <td>Application compatibility fix</td>
                        <td><ul>
                                <li>acspecfc.dll 5.0.2195.6891</li>
                        </ul></td>
                </tr>
                <tr id="kb834423" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=834423">Windows2000-KB834423-x86-XXX.exe</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/834423">834423</a></td>
                        <td>Printer installation fix</td>
                        <td><ul>
                                <li>ntprint.dll 5.0.2195.6824</li>
                        </ul></td>
                </tr>
                <tr id="kb834721" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=834721">Windows2000-KB834721-x86-XXX.EXE</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/834721">834721</a></td>
                        <td>Discretionary Access Control List (DACL) fix</td>
                        <td><ul>
                                <li>cacls.exe 5.0.2195.6891</li>
                        </ul></td>
                </tr>
                <tr id="kb834940" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=834940">Windows2000-KB834940-x86-XXX.EXE</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/834940">834940</a></td>
                        <td>Output Queue Length performance counter fix</td>
                        <td><ul>
                                <li>tdi.sys 5.0.2195.6882</li>
                                <li>wshtcpip.dll 5.0.2195.6824</li>
                        </ul></td>
                </tr>
                <tr id="kb835446" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=835446">Windows2000-KB835446-x86-XXX.exe</a></td>
                        <td>2004-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/835446">835446</a></td>
                        <td>Remote Access performance library fix</td>
                        <td><ul>
                                <li>rasctrs.dll 5.0.2195.6894</li>
                        </ul></td>
                </tr>
                <tr class="hbr">
                        <td>When requesting this hotfix, choose that with Fix49739 in the Fix name column</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=829707">Windows2000-KB829707-x86-XXX.exe</a></td>
                        <td>2004-02</td>
                        <td colspan="2">HBR</td>
                        <td id="kb829707"><a href="http://support.microsoft.com/kb/829707">829707</a></td>
                        <td>Windows Management Instrumentation (WMI) service fix</td>
                        <td><ul>
                                <li>framedyn.dll 1.50.1085.115</li>
                        </ul></td>
                </tr>
                <tr id="kb832414">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://download.microsoft.com/download/c/e/8/ce81bc31-1ecf-46a3-b840-2839415e34ad/KB832414_MSXML2.5_x86.exe">KB832414_MSXML2.5_x86.exe</a></td>
                        <td>2004-02</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/832414">832414</a></td>
                        <td>MSXML 2.5 fix</td>
                        <td><ul>
                                <li>msxml.dll 8.00.7002.0</li>
                        </ul></td>
                </tr>
                <tr id="kb832459" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=832459">Windows2000-KB832459-x86-XXX.EXE</a></td>
                        <td>2004-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/832459">832459</a></td>
                        <td>Telnet service fix</td>
                        <td><ul>
                                <li>tlntsvr.exe 5.0.33670.2</li>
                        </ul></td>
                </tr>
                <tr id="kb835365" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=835365">Windows2000-KB835365-x86-XXX.exe</a></td>
                        <td>2004-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/835365">835365</a></td>
                        <td>Wireless Zero Configuration service (Wzcsvc) fix</td>
                        <td><ul>
                                <li>clusapi.dll 5.0.2195.6824</li>
                                <li>clusnet.sys 5.0.2195.6824</li>
                                <li>clussvc.exe 5.0.2195.6824</li>
                                <li>netman.dll 5.0.2195.6824</li>
                                <li>resrcmon.exe 5.0.2195.6824</li>
                        </ul></td>
                </tr>
                <tr id="kb836143" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=836143">Windows2000-KB836143-x86-XXX.exe</a></td>
                        <td>2004-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/836143">836143</a></td>
                        <td>Licensing Manager fix</td>
                        <td><ul>
                                <li>licmgr10.dll 5.0.3900.6898</li>
                        </ul></td>
                </tr>
                <tr id="kb836163" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=836163">Windows2000-KB836163-x86-XXX.exe</a></td>
                        <td>2004-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/836163">836163</a></td>
                        <td>Simple Mail Transfer Protocol (SMTP) virtual server fix</td>
                        <td><ul>
                                <li>nntpsnap.dll 6.1.3940.39</li>
                                <li>smtpsnap.dll 6.1.3940.39</li>
                        </ul></td>
                </tr>
                <tr id="kb837021" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=837021">Windows2000-KB837021-x86-XXX.exe</a></td>
                        <td>2004-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/837021">837021</a></td>
                        <td>Performance Monitor fix</td>
                        <td><ul>
                                <li>mprapi.dll 5.0.2195.6899</li>
                        </ul></td>
                </tr>
                <tr id="kb837160" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=837160">Windows2000-KB837160-x86-XXX.exe</a></td>
                        <td>2004-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/837160">837160</a></td>
                        <td>Disk Management fix</td>
                        <td><ul>
                                <li>dmdlgs.dll 2195.6897.297.3</li>
                                <li>dmdskmgr.dll 2195.6897.297.3</li>
                        </ul></td>
                </tr>
                <tr id="kb888111" class="hbr">
                        <td>Not available for <span lang="ja">日本語 (NEC)</span></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=888111">UAA_HD_Audio_OOB_update.zip</a><br>(unzip, and use kb888111w2ksp4.exe)</td>
                        <td>2004-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/888111">888111</a></td>
                        <td>Universal Audio Architecture (UAA) High Definition Audio class driver version 1.0a</td>
                        <td><ul>
                                <li>hdaprop.dll 5.10.1.5013</li>
                                <li>hdashcut.exe 5.10.1.5013</li>
                                <li>hdaudbus.sys 5.10.1.5013</li>
                                <li>hdaudio.sys 5.10.1.5013</li>
                                <li>hdaudres.dll 5.10.1.5013</li>
                                <li>portcls.sys 5.0.2195.6906</li>
                                <li>sysaudio.sys 5.0.2195.6906</li>
                        </ul></td>
                </tr>
                <tr id="kb831375" class="hbr">
                        <td><strong>N.B. must install <a href="#kb873437">873437</a> with this</strong></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=831375">Windows2000-KB831375-x86-XXX.exe</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/831375">831375</a></td>
                        <td>CHKDSK fix</td>
                        <td><ul>
                                <li>autochk.exe 5.0.2195.6881</li>
                                <li>chkdsk.exe 5.0.2195.6881</li>
                                <li>fmifs.dll 5.0.2195.6824</li>
                                <li>ifsutil.dll 5.0.2195.6881</li>
                                <li>ufat.dll 5.0.2195.6881</li>
                                <li>ulib.dll 5.0.2195.6881</li>
                                <li>untfs.dll 5.0.2195.6881</li>
                        </ul></td>
                </tr>
                <tr id="kb831694" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=831694">Windows2000-KB831694-x86-XXX.exe</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/831694">831694</a></td>
                        <td>"STOP 0x000000D1" error fix</td>
                        <td><ul>
                                <li>pciidex.sys 5.0.2195.6883</li>
                        </ul></td>
                </tr>
                <tr id="kb832940" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=832940">Windows2000-KB832940-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/832940">832940</a></td>
                        <td>Japanese Input Method Editor (IME) fix</td>
                        <td><ul>
                                <li>imeshare.dll 9.1.1.9003</li>
                                <li>imeskdic.dll 7.0.1.9003</li>
                        </ul></td>
                </tr>
                <tr id="kb836111" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=836111">Windows2000-KB836111-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/836111">836111</a></td>
                        <td>Webcam fix</td>
                        <td><ul>
                                <li>usbcamd.sys 5.0.2195.6883</li>
                        </ul></td>
                </tr>
                <tr id="kb836740" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=836740">Windows2000-KB836740-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/836740">836740</a></td>
                        <td>Quick Launch bar fix</td>
                        <td><ul>
                                <li>shmgrate.exe 5.0.2195.6903</li>
                        </ul></td>
                </tr>
                <tr id="kb837439" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=837439">Windows2000-KB837439-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/837439">837439</a></td>
                        <td>Terminal Server fix</td>
                        <td><ul>
                                <li>tsappcmp.dll 5.0.2195.6860</li>
                        </ul></td>
                </tr>
                <tr id="kb837789" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=837789">Windows2000-KB837789-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/837789">837789</a></td>
                        <td>Ping command-line tool fix</td>
                        <td><ul>
                                <li>Pathping.exe 5.0.2195.6906</li>
                                <li>Ping.exe 5.0.2195.6906</li>
                                <li>Tracert.exe 5.0.2195.6906</li>
                        </ul></td>
                </tr>
                <tr id="kb838039" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=838039">Windows2000-KB838039-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/838039">838039</a></td>
                        <td>PerfMon log fix</td>
                        <td><ul>
                                <li>diskperf.sys 5.0.2195.6882</li>
                        </ul></td>
                </tr>
                <tr id="kb838141" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=838141">Windows2000-KB838141-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/838141">838141</a></td>
                        <td>Route.exe fix</td>
                        <td><ul>
                                <li>rastapi.dll 5.0.2195.6824</li>
                        </ul></td>
                </tr>
                <tr id="kb838400" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=838400">Windows2000-KB838400-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/838400">838400</a></td>
                        <td>Domain Server event log fix</td>
                        <td><ul>
                                <li>ntdsapi.dll 5.0.2195.6825</li>
                        </ul></td>
                </tr>
                <tr id="kb838989" class="superseded">
                        <td><strong>Superseded</strong> by <a href="#kb843503">843503</a></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=5410">Windows2000-KB838989-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/838989">838989</a></td>
                        <td>USB 2.0 hub fix (<a href="http://support.microsoft.com/kb/838989">KB article</a> lists wrong build number for usbd.sys, usbport.sys, and wrong date for usb.inf!).</td>
                        <td><ul>
                                <li>hidclass.sys 5.0.2195.6882</li>
                                <li>openhci.sys 5.0.2195.6882</li>
                                <li>uhcd.sys 5.0.2195.6882</li>
                                <li>usbehci.sys 5.0.2195.6882</li>
                                <li>usb.inf 2004-06-01</li>
                                <li>usbd.sys 5.0.2195.6935</li>
                                <li>usbhub20.sys 5.0.2195.6891</li>
                                <li>usbport.sys 5.0.2195.6926</li>
                        </ul></td>
                </tr>
                <tr id="kb839161" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HFSVCPACK_SW1</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=839161">Windows2000-KB839161-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/839161">839161</a></td>
                        <td>Terminal Server fix</td>
                        <td><ul>
                                <li>rdpwsx.dll 5.0.2195.6906</li>
                                <li>termdd.sys 5.0.2195.6906</li>
                        </ul></td>
                </tr>
                <tr id="kb839429" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=839429">Windows2000-KB839429-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/839429">839429</a></td>
                        <td>Terminal Services fix</td>
                        <td><ul>
                                <li>rdpdd.dll 5.0.2195.6884</li>
                        </ul></td>
                </tr>
                <tr id="kb839726" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=839726">Windows2000-KB839726-x86-XXX.EXE</a></td>
                        <td>2004-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/839726">839726</a></td>
                        <td>Task Manager fix</td>
                        <td><ul>
                                <li>taskmgr.exe 5.0.2195.6903</li>
                        </ul></td>
                </tr>
                <tr id="kb827817" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=827817">Windows2000-KB827817-x86-XXX.EXE</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/827817">827817</a></td>
                        <td>Windows Internet Naming Service (WINS) console fix</td>
                        <td><ul>
                                <li>winssnap.dll 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb834010" class="hbr">
                        <td>The requested package also contains an additional update: 828756. It's an older version of 834010, and a completely different fix to 828756 for Windows XP. Disregard it</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=834010">Windows2000-KB834010-x86-XXX.EXE</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/834010">834010</a></td>
                        <td>Windows Management Instrumentation (WMI) fix</td>
                        <td><ul>
                                <li>wmicore.dll 5.0.2195.6862</li>
                        </ul></td>
                </tr>
                <tr id="kb836726" class="hbr">
                        <td><a href="http://www.vorck.com/windows/data/fdvfiles-win2k.zip" title="Direct download">FDV's fileset</a> includes a modded SFC.DLL (build 5.0.2195.6673) that disables Windows File Protection (WFP). <a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=436748">Hex edit SFC.DLL 5.0.2195.6921</a> to disable WFP</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=836726">Windows2000-KB836726-x86-XXX.exe</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/836726">836726</a></td>
                        <td>Windows File Protection (WFP) service fix</td>
                        <td><ul>
                                <li>sfc.dll 5.0.2195.6921</li>
                        </ul></td>
                </tr>
                <tr id="kb837731" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=837731">Windows2000-KB837731-x86-XXX.exe</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/837731">837731</a></td>
                        <td>Distributed File System (DFS) fix</td>
                        <td><ul>
                                <li>dfs.sys 5.0.2195.6921</li>
                        </ul></td>
                </tr>
                <tr id="kb837903" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=837903">Windows2000-KB837903-x86-XXX.exe</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/837903">837903</a></td>
                        <td>Active Directory Service Interfaces (ADSI) Edit fix</td>
                        <td><ul>
                                <li>adsiedit.dll 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb840136" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=840136">Windows2000-KB840136-x86-XXX.exe</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/840136">840136</a></td>
                        <td>IEEE 1394 video device fix</td>
                        <td><ul>
                                <li>ohci1394.sys 5.0.2195.6920</li>
                                <li>sonydcam.sys 5.0.2195.6882</li>
                        </ul></td>
                </tr>
                <tr id="kb840172" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=840172">Windows2000-KB840172-x86-XXX.exe</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/840172">840172</a></td>
                        <td>Advanced Configuration and Power Interface (ACPI) fix</td>
                        <td><ul>
                                <li>acpi.sys 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb840629" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=840629">Windows2000-KB840629-x86-XXX.exe</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/840629">840629</a></td>
                        <td>the Remote Access Point-to-Point Protocol (PPP) fix</td>
                        <td><ul>
                                <li>rasppp.dll 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb840670" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=840670">Windows2000-KB840670-x86-XXX.exe</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/840670">840670</a></td>
                        <td>Address Resolution Protocol (ARP) fix</td>
                        <td><ul>
                                <li>atmarpc.sys 5.0.2195.6927</li>
                        </ul></td>
                </tr>
                <tr id="kb841029" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=841029">Windows2000-KB841029-x86-XXX.exe</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/841029">841029</a></td>
                        <td>Terminal Services fix</td>
                        <td><ul>
                                <li>tsadmin.exe 5.0.2195.6925</li>
                        </ul></td>
                </tr>
                <tr id="kb841031" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=841031">Windows2000-KB841031-x86-XXX.exe</a></td>
                        <td>2004-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/841031">841031</a></td>
                        <td>Appletalk protocol fix</td>
                        <td><ul>
                                <li>sfmatalk.sys 5.0.2195.6925</li>
                                <li>sfmmon.dll 5.0.2195.6824</li>
                        </ul></td>
                </tr>
                <tr id="kb830460" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=830460">Windows2000-KB830460-x86-XXX.exe</a></td>
                        <td>2004-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/830460">830460</a></td>
                        <td>Running a multithreaded program on a heavily loaded computer fix</td>
                        <td><ul>
                                <li>msvcirt.dll 6.1.9845.0</li>
                                <li>msvcirtd.dll 6.1.9845.0</li>
                        </ul></td>
                </tr>
                <tr id="kb840885" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=840885">Windows2000-KB840885-x86-XXX.EXE</a></td>
                        <td>2004-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/840885">840885</a></td>
                        <td>Exchange Server fix</td>
                        <td><ul>
                                <li>activeds.dll 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb841186" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=841186">Windows2000-KB841186-x86-XXX.EXE</a></td>
                        <td>2004-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/841186">841186</a></td>
                        <td>Routing and Remote Access fix</td>
                        <td><ul>
                                <li>ipsnap.dll 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb841359" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=841359">Windows2000-KB841359-x86-XXX.EXE</a></td>
                        <td>2004-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/841359">841359</a></td>
                        <td>Driver Signing fix</td>
                        <td><ul>
                                <li>sigtab.dll 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb843125" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=843125">Windows2000-KB843125-x86-XXX.exe</a></td>
                        <td>2004-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/843125">843125</a></td>
                        <td>Peripheral Component Interconnect (PCI) fix</td>
                        <td><ul>
                                <li>ntdetect.com 2003-06-19</li>
                                <li>pcmcia.sys 5.0.2195.6884</li>
                        </ul></td>
                </tr>
                <tr id="kb838018" class="hbr">
                        <td>Windows 2000 Server only, but <a href="http://www.blackviper.com/WIN2K/win2kservice411.htm#World_Wide_Web_Publishing_Service">Pro too if Front Page Extensions installed</a></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=838018">Windows2000-KB838018-x86-XXX.EXE</a></td>
                        <td>2004-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/838018">838018</a></td>
                        <td>FrontPage 2000 Server Extensions / World Wide Web Publishing Service</td>
                        <td></td>
                </tr>
                <tr id="kb840883" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=840883">Windows2000-KB840883-x86-XXX.exe</a></td>
                        <td>2004-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/840883">840883</a></td>
                        <td>Floppy disk controller fix</td>
                        <td><ul>
                                <li>fdc.sys 5.0.2195.6942</li>
                        </ul></td>
                </tr>
                <tr id="kb842222" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=842222">Windows2000-KB842222-x86-XXX.exe</a></td>
                        <td>2004-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/842222">842222</a></td>
                        <td>Synchronization Manager fix</td>
                        <td><ul>
                                <li>mobsync.dll 5.0.2195.6934</li>
                        </ul></td>
                </tr>
                <tr id="kb843276" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=843276">Windows2000-KB843276-x86-XXX.EXE</a></td>
                        <td>2004-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/843276">843276</a></td>
                        <td>Certificates Management Console fix</td>
                        <td><ul>
                                <li>certmgr.dll 5.0.2195.6940</li>
                                <li>domadmin.dll 5.0.2195.6940</li>
                                <li>dsadmin.dll 5.0.2195.6940</li>
                        </ul></td>
                </tr>
                <tr class="hbr">
                        <td>Supersedes <a href="#kb838989">838989</a></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=843503">Windows2000-KB843503-x86-XXX.exe</a></td>
                        <td>2004-06</td>
                        <td colspan="2">HBR</td>
                        <td id="kb843503"><a href="http://support.microsoft.com/kb/843503">843503</a></td>
                        <td>Cache manager fix</td>
                        <td><ul>
                                <li>hidclass.sys 5.0.2195.6882</li>
                                <li>openhci.sys 5.0.2195.6940</li>
                                <li>uhcd.sys 5.0.2195.6882</li>
                                <li>usb.inf 2004-06-07</li>
                                <li>usbd.sys 5.0.2195.6935</li>
                                <li>usbehci.sys 5.0.2195.6882</li>
                                <li>usbhub20.sys 5.0.2195.6891</li>
                                <li>usbport.sys 5.0.2195.6941</li>
                        </ul></td>
                </tr>
                <tr id="kb867455" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=867455">Windows2000-KB867455-x86-XXX.EXE</a></td>
                        <td>2004-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/867455">867455</a></td>
                        <td>Dynamic Host Configuration Protocol (DHCP) fix</td>
                        <td><ul>
                                <li>dhcpsnap.dll 5.0.2195.6938</li>
                        </ul></td>
                </tr>
                <tr id="kb872771" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=872771">Windows2000-KB872771-x86-XXX.exe</a></td>
                        <td>2004-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/872771">872771</a></td>
                        <td>Connection Manager Administration Kit (CMAK) fix</td>
                        <td><ul>
                                <li>netshell.dll 5.0.2195.6944</li>
                        </ul></td>
                </tr>
                <tr id="kb831877" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=831877">Windows2000-KB831877-x86-XXX.EXE</a></td>
                        <td>2004-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/831877">831877</a></td>
                        <td>Remote Registry service fix (<a href="http://support.microsoft.com/kb/831877">KB article</a> lists wrong build number for iisrtl.dll and winsta.dll!)</td>
                        <td><ul>
                                <li>iisrtl.dll 5.0.2195.6883</li>
                                <li>perfctrs.dll 5.0.2195.6863</li>
                                <li>utildll.dll 5.0.2195.6824</li>
                                <li>winsta.dll 5.0.2195.6906</li>
                        </ul></td>
                </tr>
                <tr id="kb843530" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=843530">Windows2000-KB843530-x86-XXX.exe</a></td>
                        <td>2004-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/843530">843530</a></td>
                        <td>Remote Installation Services (RIS) server fix</td>
                        <td><ul>
                                <li>binlsvc.dll 5.0.2195.6944</li>
                        </ul></td>
                </tr>
                <tr id="kb867765" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=867765">Windows2000-KB867765-x86-XXX.EXE</a></td>
                        <td>2004-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/867765">867765</a></td>
                        <td>Single Instance Storage (SIS) fix</td>
                        <td><ul>
                                <li>grovel.exe 5.0.2195.6960</li>
                                <li>sisbkup.dll 5.0.2195.6960</li>
                        </ul></td>
                </tr>
                <tr id="kb867794" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=867794">Windows2000-KB867794-x86-XXX.exe</a></td>
                        <td>2004-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/867794">867794</a></td>
                        <td>WinSNMP Simple Network Management Protocol (SNMP) trap listener program fix</td>
                        <td><ul>
                                <li>wsnmp32.dll 5.0.2195.6960</li>
                        </ul></td>
                </tr>
                <tr id="kb872775" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=872775">Windows2000-KB872775-x86-XXX.EXE</a></td>
                        <td>2004-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/872775">872775</a></td>
                        <td>System state backup fix</td>
                        <td><ul>
                                <li>ntdsbcli.dll 5.0.2195.6825</li>
                                <li>ntdsbsrv.dll 5.0.2195.6825</li>
                        </ul></td>
                </tr>
                <tr id="kb872955" class="hbr">
                        <td>Supersedes <a href="#kb839228">839228</a></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=872955">Windows2000-KB872955-x86-XXX.exe</a></td>
                        <td>2004-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/872955">872955</a></td>
                        <td>Internet Protocol security (IPSec) fix</td>
                        <td><ul>
                                <li>fips.sys 5.0.2195.1569</li>
                                <li>ipsec.sys 5.0.2195.6960</li>
                                <li>ipsecmon.exe 5.0.2195.6960</li>
                                <li>netdiag.exe 5.0.2195.6824</li>
                                <li>oakley.dll 5.0.2195.6960</li>
                                <li>polagent.dll 5.0.2195.6960</li>
                                <li>polstore.dll 5.0.2195.6960</li>
                                <li>rasmans.dll 5.0.2195.6872</li>
                        </ul></td>
                </tr>
                <tr id="kb873437" class="hbr">
                        <td><strong>N.B. must install <a href="#kb831375">831375</a> with this</strong></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=873437">Windows2000-KB873437-x86-XXX.exe</a></td>
                        <td>2004-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/873437">873437</a></td>
                        <td>CHKDSK fix</td>
                        <td><ul>
                                <li>ifsutil.dll 5.0.2195.6960</li>
                        </ul></td>
                </tr>
                <tr id="kb883103" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=883103">Windows2000-KB883103-x86-XXX.exe</a></td>
                        <td>2004-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/883103">883103</a></td>
                        <td>Windows Backup fix</td>
                        <td><ul>
                                <li>ntbackup.exe 5.0.2195.6960</li>
                        </ul></td>
                </tr>
                <tr id="kb324446" class="hbr">
                        <td><a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=436748">Hex edit Explorer.exe 5.0.3900.6920 to get 256-colour tray icons</a>. <strong>Note</strong>: <a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=959461">may cause problems when installed manually</a> on IE5-based systems</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=324446">Windows2000-KB324446-x86-XXX.EXE</a></td>
                        <td>2004-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/324446">324446</a></td>
                        <td>Terminal Services fix</td>
                        <td><ul>
                                <li>disk.sys 5.0.2195.6901</li>
                                <li>explorer.exe 5.0.3900.6920</li>
                                <li>ksecdd.sys 5.0.2195.6824</li>
                                <li>printui.dll 5.0.2195.6868</li>
                                <li>usbmon.dll 5.0.2195.6824</li>
                                <li>w32time.dll 5.0.2195.6920</li>
                                <li>w32tm.exe 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb872799" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=872799">Windows2000-KB872799-x86-XXX.exe</a></td>
                        <td>2004-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/872799">872799</a></td>
                        <td>Active Directory fix</td>
                        <td><ul>
                                <li>csvde.exe 5.00.2195.6968</li>
                        </ul></td>
                </tr>
                <tr id="kb883491" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=883491">Windows2000-KB883491-x86-XXX.exe</a></td>
                        <td>2004-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/883491">883491</a></td>
                        <td>VIA AGP driver fix</td>
                        <td><ul>
                                <li>viaagp.sys 5.0.2195.6961</li>
                        </ul></td>
                </tr>
                <tr id="kb883499" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=883499">Windows2000-KB883499-x86-XXX.exe</a></td>
                        <td>2004-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/883499">883499</a></td>
                        <td>System Monitor fix</td>
                        <td><ul>
                                <li>smlogsvc.exe 5.0.2195.6966</li>
                        </ul></td>
                </tr>
                <tr id="kb883528" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=883528">Windows2000-KB883528-x86-XXX.exe</a></td>
                        <td>2004-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/883528">883528</a></td>
                        <td>USB printer fix</td>
                        <td><ul>
                                <li>usbprint.sys 5.0.2195.6968</li>
                        </ul></td>
                </tr>
                <tr id="wsc1">
                        <td>This update is available in two languages (<span lang="en">English</span> and <span lang="de">Deutsch</span>) but the latter installs a much older version of the same file. Ignore it and use the English update instead, regardless of your system language</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=1949">sct10en.exe</a></td>
                        <td>2004-09</td>
                        <td colspan="2">Optional</td>
                        <td></td>
                        <td>Windows Script Control fix</td>
                        <td><ul>
                                <li>msscript.ocx 1.0.0.8825</li>
                        </ul></td>
                </tr>
                <tr id="kb872765" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=872765">Windows2000-KB872765-x86-XXX.exe</a></td>
                        <td>2004-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/872765">872765</a></td>
                        <td>Dynamic Host Configuration Protocol (DHCP) fix</td>
                        <td><ul>
                                <li>dhcpssvc.dll 5.0.2195.6972</li>
                        </ul></td>
                </tr>
                <tr id="kb884872" class="hbr problem">
                        <td><strong>This hotfix is problematic</strong>. Slipstreaming it causes Error 87 with SclgNtfy (Secondary Logon Service Notification), but installing it manually doesn't. However, installing manually will overwrite some newer files, because they share the same build number (thanks tomasz86). <strong>Workaround: install this update manually, thus</strong>: extract 884872 to its own folder (from a command prompt, using the -x switch). Then extract Crypt32.dll and Cryptnet.dll from <a href="#kb955417">955417</a>, and Browser.dll from <a href="#kb891861">891861 (Update Rollup 1)</a>. Replace the corresponding files from 884872's folder with these latter (newer) files. Finally, install 884872 manually by clicking update.exe in 884872's "update" subfolder</td>
                        <td></td>
                        <td><a class="hbr problem" href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=884872">Windows2000-KB884872-x86-XXX.exe</a></td>
                        <td>2004-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/884872">884872</a></td>
                        <td>IIS services fix</td>
                        <td><ul>
                                <li>dssbase.dll 5.0.2195.6972</li>
                                <li>dssenh.dll 5.0.2195.6972</li>
                                <li>rsabase.dll 5.0.2195.6972</li>
                                <li>rsaenh.dll 5.0.2195.6972</li>
                        </ul></td>
                </tr>
                <tr id="kb884875" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=884875">Windows2000-KB884875-x86-XXX.exe</a></td>
                        <td>2004-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/884875">884875</a></td>
                        <td>LDIFDE utility fix</td>
                        <td><ul>
                                <li>ldifde.exe 5.0.2195.6972</li>
                        </ul></td>
                </tr>
                <tr id="kb885927" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=885927">Windows2000-KB885927-x86-XXX.exe</a></td>
                        <td>2004-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/885927">885927</a></td>
                        <td>Common Dialogs fix</td>
                        <td><ul>
                                <li>comdlg32.dll 5.0.3900.6975</li>
                        </ul></td>
                </tr>
                <tr id="kb873407" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=873407">Windows2000-KB873407-x86-XXX.exe</a></td>
                        <td>2004-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/873407">873407</a></td>
                        <td>Access Control Lists (ACLs)</td>
                        <td><ul>
                                <li>ntmarta.dll 5.0.2195.6980</li>
                        </ul></td>
                </tr>
                <tr id="kb884536" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=884536">Windows2000-KB884536-x86-XXX.exe</a></td>
                        <td>2004-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/884536">884536</a></td>
                        <td>Performance Data Helper (PDH) fix</td>
                        <td><ul>
                                <li>pdh.dll 5.0.2195.6978</li>
                        </ul></td>
                </tr>
                <tr id="kb835730" class="hbr">
                        <td>N.B. for systems that use Intel® HyperThreading Technology or Enhanced SpeedStep® Technology only. Requires a registry fix, as explained in <a href="http://support.microsoft.com/kb/835730">the KB article</a>. Put .reg files into the HFSVCPACK folder</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=835730">Windows2000-KB835730-v2-x86-XXX.exe</a></td>
                        <td>2004-10</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/835730">835730</a></td>
                        <td>Audio problems when hyperthreading enabled fix</td>
                        <td><ul>
                                <li>Halaacpi.dll 5.0.2195.6988</li>
                                <li>Halacpi.dll 5.0.2195.6988</li>
                                <li>Halmacpi.dll 5.0.2195.6988</li>
                        </ul></td>
                </tr>
                <tr id="kb843249" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=843249">Windows2000-KB843249-x86-XXX.exe</a></td>
                        <td>2004-10</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/843249">843249</a></td>
                        <td>Imgedit Control fix</td>
                        <td><ul>
                                <li>imgedit.ocx 5.0.2195.6983</li>
                        </ul></td>
                </tr>
                <tr id="kb888607" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=888607">Windows2000-KB888607-x86-XXX.exe</a></td>
                        <td>2004-10</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/888607">888607</a></td>
                        <td>Clusdisk driver fix</td>
                        <td><ul>
                                <li>clusdisk.sys 5.0.2195.6994</li>
                        </ul></td>
                </tr>
                <tr id="kb817771" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=817771">Windows2000-KB817771-x86-XXX.exe</a></td>
                        <td>2004-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/817771">817771</a></td>
                        <td> Single Instance Store (SIS) fix</td>
                        <td><ul>
                                <li>sis.sys 5.0.2195.7000</li>
                        </ul></td>
                </tr>
                <tr id="kb889330" class="hbr">
                        <td>Requires a registry fix, as explained in <a href="http://support.microsoft.com/kb/889330">the KB article</a>. Put .reg files into the HFSVCPACK folder</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=889330">Windows2000-KB889330-x86-XXX.EXE</a></td>
                        <td>2004-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/889330">889330</a></td>
                        <td>Tape backup fix</td>
                        <td><ul>
                                <li>adicsc.sys 5.0.2195.6995</li>
                                <li>adicvls.sys 5.0.2195.6995</li>
                                <li>atlmc.sys 5.0.2195.6995</li>
                                <li>breecemc.sys 5.0.2195.6995</li>
                                <li>ddsmc.sys 5.0.2195.6995</li>
                                <li>discmc.sys 5.0.2195.6995</li>
                                <li>elmsmc.sys 5.0.2195.6995</li>
                                <li>examc.sys 5.0.2195.6995</li>
                                <li>hpmc.sys 5.0.2195.6995</li>
                                <li>jvcmc.sys 5.0.2195.6995</li>
                                <li>nsmmc.sys 5.0.2195.6995</li>
                                <li>plasmc.sys 5.0.2195.6995</li>
                                <li>pnrmc.sys 5.0.2195.6995</li>
                                <li>qlstrmc.sys 5.0.2195.6995</li>
                                <li>qntmmc.sys 5.0.2195.6995</li>
                                <li>seaddsmc.sys 5.0.2195.6995</li>
                                <li>snyaitmc.sys 5.0.2195.6995</li>
                                <li>sonymc.sys 5.0.2195.6995</li>
                                <li>spctramc.sys 5.0.2195.6995</li>
                                <li>stkmc.sys 5.0.2195.6995</li>
                                <li>tape.sys 5.0.2195.6995</li>
                        </ul></td>
                </tr>
                <tr id="kb888989" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=888989">Windows2000-KB888989-x86-XXX.EXE</a></td>
                        <td>2004-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/888989">888989</a></td>
                        <td>Performance Monitor fix</td>
                        <td><ul>
                                <li>perfdisk.dll 5.0.2195.6997</li>
                        </ul></td>
                </tr>
                <tr id="kb890188" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=890188">Windows2000-KB890188-x86-XXX.exe</a></td>
                        <td>2004-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/890188">890188</a></td>
                        <td>Terminal Services fix</td>
                        <td><ul>
                                <li>wzcdlg.dll 5.0.2195.6824</li>
                                <li>wzcsapi.dll 5.0.2195.6824</li>
                                <li>wzcsetup.exe 5.0.2195.6824</li>
                                <li>wzcsvc.dll 5.0.2195.6920</li>
                        </ul></td>
                </tr>
                <tr id="kb822112" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=822112">Windows2000-KB822112-x86-XXX.exe</a></td>
                        <td>2004-12</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/822112">822112</a></td>
                        <td>USB modem fix</td>
                        <td><ul>
                                <li>unimdm.tsp 5.0.2195.6756</li>
                                <li>uniplat.dll 5.0.2195.6756</li>
                        </ul></td>
                </tr>
                <tr id="kb837321" class="hbr">
                        <td>When requesting this hotfix, choose that with Fix149901 in the Fix name column</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=837321">Windows2000-KB837321-x86-XXX.EXE</a></td>
                        <td>2004-12</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/837321">837321</a></td>
                        <td>Terminal server fix</td>
                        <td><ul>
                                <li>Lserver.exe 5.0.2195.6862</li>
                                <li>Tls236.dll 5.0.2195.6862</li>
                        </ul></td>
                </tr>
                <tr id="kb838417" class="hbr problem">
                        <td><strong>This hotfix is problematic</strong>. When requesting this hotfix, <a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=966735">choose the <strong>SP5</strong> release</a>. <a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=967215">May cause a <abbr title="Blue Screen of Death">BSOD</abbr> when using USB1 devices</a>. In that case, omit this update to default to Usbhub.sys 5.0.2195.6689 and Usbser.sys 5.0.2195.6655 from <a href="#W2KSP4">SP4</a></td>
                        <td>HF</td>
                        <td><a class="hbr  href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=838417">Windows2000-KB838417-x86-XXX.exe</a></td>
                        <td>2004-12</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/838417">838417</a></td>
                        <td>USB CD-ROM fix</td>
                        <td><ul>
                                <li>usbd.sys 5.0.2195.7008</li>
                                <li>usbhub.sys 5.0.2195.7006</li>
                                <li>usbser.sys 5.0.2195.7006</li>
                        </ul></td>
                </tr>
                <tr id="kb890202" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=890202">Windows2000-KB890202-x86-XXX.exe</a></td>
                        <td>2004-12</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/890202">890202</a></td>
                        <td>USB storage fix</td>
                        <td><ul>
                                <li>usbstor.sys 5.0.2195.7009</li>
                        </ul></td>
                </tr>
        <tr id="kb890579" class="hbr">
                <td></td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=890579">Windows2000-KB890579-x86-XXX.exe</a></td>
                <td>2004-12</td>
                <td colspan="2">HBR</td>
                <td><a href="http://support.microsoft.com/kb/890579">890579</a></td>
                <td>Hardware Profile/Configuration Menu fix</td>
                <td><ul>
                        <li>ntldr 2004-12-29</li>
                </ul></td>
        </tr>
                <tr id="kb891069" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=891069">Windows2000-KB891069-x86-XXX.exe</a></td>
                        <td>2005-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/891069">891069</a></td>
                        <td>USB audio fix</td>
                        <td><ul>
                                <li>usbaudio.sys 5.0.2195.7019</li>
                        </ul></td>
                </tr>
                <tr id="kb891071" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=891071">Windows2000-KB891071-x86-XXX.EXE</a></td>
                        <td>2005-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/891071">891071</a></td>
                        <td>Windows Management Instrumentation (WMI) fix</td>
                        <td><ul>
                                <li>version.dll 5.0.2195.7019</li>
                        </ul></td>
                </tr>
                <tr id="kb892211">
                        <td>Windows 2000 Server only, but <a href="http://www.blackviper.com/WIN2K/win2kservice411.htm#World_Wide_Web_Publishing_Service">Pro too if Front Page Extensions installed</a>. Required for using <a href="http://en.wikipedia.org/wiki/WebDAV">WebDAV</a> over HTTPS</td>
                        <td>HF</td>
                        <td>
                                <a href="http://web.archive.org/web/*/http://download.microsoft.com/download/b/7/2/b72c48b9-a1f8-49fc-9f75-71af93ec90b0/Webfldrs-KB892211-ENU.exe">Webfldrs-KB892211-ENU.exe (English)</a><br>
                                <a href="http://web.archive.org/web/*/http://download.microsoft.com/download/7/8/7/7875df76-13b5-4870-b4fb-2131c56ea370/Webfldrs-KB892211-CHS.exe">Webfldrs-KB892211-CHS.exe <span lang="zh-cn">(中文(简体))</span></a><br>
                                <a href="https://www.dropbox.com/sh/ch0oa53ew4i4fxq/gG5zBGAKr5/Public/Windows2000/Updates/Windows/892211">Webfldrs-KB892211-CHT.exe <span lang="zh-tw">(繁體中文版本)</span></a><br>
                                <a href="http://web.archive.org/web/*/http://download.microsoft.com/download/0/a/e/0ae3fdc7-c691-4791-9b47-6e822dfad372/Webfldrs-KB892211-DEU.exe">Webfldrs-KB892211-DEU.exe <span lang="de">(Deutsch)</span></a><br>
                                <a href="http://web.archive.org/web/*/http://download.microsoft.com/download/5/1/3/51332f71-d474-4303-9df8-d71c6c647677/Webfldrs-KB892211-FRA.exe">Webfldrs-KB892211-FRA.exe <span lang="fr">(Français)</span></a><br>
                                <a href="http://web.archive.org/web/*/http://download.microsoft.com/download/9/a/b/9abf8176-4846-4553-b45e-2478ce9bfc09/Webfldrs-KB892211-JPN.exe">Webfldrs-KB892211-JPN.exe <span lang="ja">(日本語)</span></a><br>
                                <a href="https://www.dropbox.com/sh/ch0oa53ew4i4fxq/gG5zBGAKr5/Public/Windows2000/Updates/Windows/892211">Webfldrs-KB892211-KOR.exe <span lang="ko">(한국어)</span></a><br>
                                <a href="http://web.archive.org/web/*/http://download.microsoft.com/download/d/e/4/de4a9f69-29df-41bd-a0a9-4c1dbf2f842c/Webfldrs-KB892211-PTB.exe">Webfldrs-KB892211-PTB.exe <span lang="pt-br">(português brasileiro)</span></a>
                        </td>
                        <td>2005-01</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/892211">892211</a></td>
                        <td>Web Folders update</td>
                        <td><ul>
                                <li>fp4autl.dll 4.0.2.7523</li>
                                <li>fp4awec.dll 4.0.2.4715</li>
                                <li>msdaipp.dll 11.0.6715.15</li>
                                <li>msonsext.dll 11.0.6715.15</li>
                                <li>msdapml.dll 11.0.5510.0</li>
                                <li>nsextint.dll 11.0.5510.0</li>
                                <li>pkmws.dll 11.0.5510.0</li>
                        </ul></td>
                </tr>
                <tr id="kb892294" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=892294">Windows2000-KB892294-x86-XXX.exe</a></td>
                        <td>2005-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/892294">892294</a></td>
                        <td>Windows Management Instrumentation (WMI) fix</td>
                        <td><ul>
                                <li>cimwin32.dll 1.50.1085.7019</li>
                        </ul></td>
                </tr>
                <tr id="kb892394" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=892394">Windows2000-KB892394-x86-XXX.exe</a></td>
                        <td>2005-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/892394">892394</a></td>
                        <td>NetMeeting fix</td>
                        <td><ul>
                                <li>conf.exe 5.0.2195.6982</li>
                                <li>nmft.dll 5.0.2195.6982</li>
                                <li>nmas.dll 5.0.2195.7003</li>
                        </ul></td>
                </tr>
                <tr id="kb892494" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=892494">Windows2000-KB892494-x86-XXX.exe</a></td>
                        <td>2005-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/892494">892494</a></td>
                        <td>Quality of Service (QoS) fix</td>
                        <td><ul>
                                <li>rsvp.exe 5.0.2195.7023</li>
                        </ul></td>
                </tr>
                <tr id="kb892929" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=892929">Windows2000-KB892929-x86-XXX.exe</a></td>
                        <td>2005-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/892929">892929</a></td>
                        <td>System Monitor fix</td>
                        <td><ul>
                                <li>infocomm.dll 5.0.2195.7023</li>
                                <li>w3svc.dll 5.0.2195.6982</li>
                        </ul></td>
                </tr>
                <tr id="kb892993" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=892993">Windows2000-KB892993-x86-XXX.exe</a></td>
                        <td>2005-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/892993">892993</a></td>
                        <td>Event Viewer fix</td>
                        <td><ul>
                                <li>els.dll 5.0.2195.7024</li>
                        </ul></td>
                </tr>
                <tr id="kb890756" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=890756">Windows2000-KB890756-x86-XXX.exe</a></td>
                        <td>2005-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/890756">890756</a></td>
                        <td>Layered Service Provider (LSP) fix</td>
                        <td><ul>
                                <li>ws2ifsl.sys 5.0.2195.7029</li>
                        </ul></td>
                </tr>
                <tr id="kb891566" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=891566">Windows2000-KB891566-x86-XXX.exe</a></td>
                        <td>2005-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/891566">891566</a></td>
                        <td>NT Virtual DOS Machines (NTVDM) fix</td>
                        <td><ul>
                                <li>basesrv.dll 5.0.2195.7026</li>
                        </ul></td>
                </tr>
                <tr id="kb892137" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=892137">Windows2000-KB892137-x86-XXX.exe</a></td>
                        <td>2005-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/892137">892137</a></td>
                        <td>Invalid cache entry fix</td>
                        <td><ul>
                                <li>ipfltdrv.sys 5.0.2195.7034</li>
                        </ul></td>
                </tr>
                <tr id="kb892232" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=892232">Windows2000-KB892232-x86-XXX.exe</a></td>
                        <td>2005-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/892232">892232</a></td>
                        <td>Generic Service fix</td>
                        <td><ul>
                                <li>clusres.dll 5.0.2195.7035</li>
                        </ul></td>
                </tr>
                <tr id="kb892496" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=892496">Windows2000-KB892496-x86-XXX.exe</a></td>
                        <td>2005-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/892496">892496</a></td>
                        <td>Group Policy fix</td>
                        <td><ul>
                                <li>gptext.dll 5.0.2195.7029</li>
                        </ul></td>
                </tr>
                <tr id="kb894190" class="hbr">
                        <td>If installing 894190 manually, it will overwrite a newer Browser.dll from <a href="#kb891861">891861 (Update Rollup 1)</a>, because it shares the same build number (even though it is older, differing in size and date). <strong>Workaround if installing manually:</strong>: extract 894190 to its own folder (from a command prompt, using the -x switch). Then extract Browser.dll from <a href="#kb891861">891861 (Update Rollup 1)</a>. Replace the corresponding file from 894190's folder with this latter (newer) file. Finally, install 894190 manually by clicking update.exe in 894190's "update" subfolder</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=894190">Windows2000-KB894190-x86-XXX.exe</a></td>
                        <td>2005-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/894190">894190</a></td>
                        <td>Group Policy fix</td>
                        <td><ul>
                                <li>scecli.dll 5.0.2195.7029</li>
                        </ul></td>
                </tr>
                <tr id="kb894869" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=894869">Windows2000-KB894869-x86-XXX.exe</a></td>
                        <td>2005-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/894869">894869</a></td>
                        <td>Input Method Editor (IME) fix</td>
                        <td><ul>
                                <li>mobsync.exe 5.0.2195.7035</li>
                        </ul></td>
                </tr>
                <tr id="kb896081" class="hbr">
                        <td>To slipstream this version of Msv1_0.dll (and not an older version), use the HFSVCPACK_SW1 folder<!-- This update is problematic if you install it manually. It contains an old file - Browser.dll - that shares the same build number with a newer file. So, if installed manually, apply the workaround instructions given for <a href="#kb884872">884872</a> to this update.--></td>
                        <td>HFSVCPACK_SW1</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=896081">Windows2000-KB896081-x86-XXX.exe</a></td>
                        <td>2005-02</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/896081">896081</a></td>
                        <td>Password change fix</td>
                        <td><ul>
                                <li>msv1_0.dll 5.0.2195.7036</li>
                        </ul></td>
                </tr>
                <tr id="kb889317" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=889317">Windows2000-KB889317-x86-XXX.exe</a></td>
                        <td>2005-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/889317">889317</a></td>
                        <td>GUI-mode Plug and Play fix</td>
                        <td><ul>
                                <li>pci.sys 5.0.2195.7035</li>
                        </ul></td>
                </tr>
                <tr id="kb891503" class="hbr">
                        <td><a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=401986">POSIX is not installed</a> if using <a href="http://www.vorck.com/windows/data/fdvfiles-win2k.zip" title="Direct download">FDV's fileset</a></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=891503">Windows2000-KB891503-v2-x86-XXX.exe</a></td>
                        <td>2005-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/891503">891503</a></td>
                        <td>Terminal Services fix</td>
                        <td><ul>
                                <li>Posix.exe 8.0.1969.28</li>
                                <li>Psxrun.exe 8.0.1969.28</li>
                                <li>Psxss.exe 8.0.1969.28</li>
                        </ul></td>
                </tr>
                <tr id="kb892924" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=892924">Windows2000-KB892924-v2-x86-XXX.exe</a></td>
                        <td>2005-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/892924">892924</a></td>
                        <td>Search service fix</td>
                        <td><ul>
                                <li>msir2jp.dll 3.0.1.4413</li>
                        </ul></td>
                </tr>
                <tr id="kb895266" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=895266">Windows2000-KB895266-x86-XXX.exe</a></td>
                        <td>2005-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/895266">895266</a></td>
                        <td>Distributed File System (DFS) fix</td>
                        <td><ul>
                                <li>mup.sys 5.0.2195.7035</li>
                        </ul></td>
                </tr>
                <tr id="kb180410" class="hbr">
                        <td>Take care if installing manually - older files included in this update will overwrite some newer</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=180410">Windows2000-KB180410-v2-x86-XXX.EXE</a></td>
                        <td>2005-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/180410">180410</a></td>
                        <td>Path maximum character length fix</td>
                        <td><ul>
                                <li>sysdm.cpl 5.0.2195.7029</li>
                        </ul></td>
                </tr>
                <tr id="kb893605" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=893605">Windows2000-KB893605-x86-XXX.exe</a></td>
                        <td>2005-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/893605">893605</a></td>
                        <td>Outlook Express fix</td>
                        <td><ul>
                                <li>isign32.dll 5.0.3900.7039</li>
                        </ul></td>
                </tr>
                <tr id="kb896157" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=896157">Windows2000-KB896157-x86-XXX.EXE</a></td>
                        <td>2005-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/896157">896157</a></td>
                        <td>Group Policy fix</td>
                        <td><ul>
                                <li>msgina.dll 5.0.2195.7040</li>
                        </ul></td>
                </tr>
                <tr id="kb896260" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=896260">Windows2000-KB896260-v2-x86-XXX.exe</a></td>
                        <td>2005-04</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/896260">896260</a></td>
                        <td>Disk manager I/O system driver fix (<a href="http://support.microsoft.com/kb/896260">KB article</a> lists wrong build number for dmio.sys!)</td>
                        <td><ul>
                                <li>dmio.sys 2195.7058.297.3</li>
                        </ul></td>
                </tr>
                <tr id="kb894250" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=894250">Windows2000-KB894250-x86-XXX.EXE</a></td>
                        <td>2005-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/894250">894250</a></td>
                        <td>NetBIOS over TCP/IP (NetBT) fix</td>
                        <td><ul>
                                <li>netbt.sys 5.0.2195.7044</li>
                        </ul></td>
                </tr>
                <tr id="kb896674" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=896674">Windows2000-KB896674-v2-x86-XXX.EXE</a></td>
                        <td>2005-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/896674">896674</a></td>
                        <td>NTFS file system driver fix</td>
                        <td><ul>
                                <li>ntfs.sys 5.0.2195.7050</li>
                        </ul></td>
                </tr>
                <tr id="kb896712" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=896712">Windows2000-KB896712-x86-XXX.EXE</a></td>
                        <td>2005-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/896712">896712</a></td>
                        <td>File Replication service fix</td>
                        <td><ul>
                                <li>ntfrs.exe 5.0.2195.7044</li>
                        </ul></td>
                </tr>
                <tr id="kb897574" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=897574">Windows2000-KB897574-v3-x86-XXX.exe</a></td>
                        <td>2005-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/897574">897574</a></td>
                        <td>Removable storage fix</td>
                        <td><ul>
                                <li>udfs.sys 5.0.2195.7032</li>
                        </ul></td>
                </tr>
                <tr id="kb896358">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=14263">Windows2000-KB896358-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/0/9/1/09199749-b127-4305-9d0e-52dc2d581fd3/Windows2000-KB896358-nec98-JPN.EXE" title="Direct download">Windows2000-KB896358-nec98-JPN.EXE <span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-06</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-026">MS05-026</a></td>
                        <td><a href="http://support.microsoft.com/kb/896358">896358</a></td>
                        <td>HTML Help fix</td>
                        <td></td>
                </tr>
                <tr id="kb898710" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=898710">Windows2000-KB898710-x86-XXX.EXE</a></td>
                        <td>2005-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/898710">898710</a></td>
                        <td>Remote shell fix</td>
                        <td><ul>
                                <li>rsh.exe 5.0.2195.7044</li>
                        </ul></td>
                </tr>
                <tr id="kb899268" class="hbr">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=899268">Windows2000-KB899268-x86-XXX.EXE</a></td>
                        <td>2005-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/899268">899268</a></td>
                        <td>Terminal Services fix</td>
                        <td><ul>
                                <li>Tdasync.sys 5.0.2195.7052</li>
                                <li>Tdipx.sys 5.0.2195.7052</li>
                                <li>Tdnetb.sys 5.0.2195.7052</li>
                                <li>Tdpipe.sys 5.0.2195.7052</li>
                                <li>Tdspx.sys 5.0.2195.7052</li>
                                <li>Tdtcp.sys 5.0.2195.7052</li>
                        </ul></td>
                </tr>
                <tr id="kb901377" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=901377">Windows2000-KB901377-x86-XXX.EXE</a></td>
                        <td>2005-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/901377">901377</a></td>
                        <td>Printer display panel fix</td>
                        <td><ul>
                                <li>tcpmon.dll 5.0.2195.7052</li>
                        </ul></td>
                </tr>
                <tr id="kb890466" class="hbr">
                        <td>Windows 2000 Server only. When requesting this hotfix, choose that with Fix163571 in the File name column. Requires a registry fix, as explained in <a href="http://support.microsoft.com/kb/890466">the KB article</a>. Put .reg files into the HFSVCPACK folder</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=890466">Windows2000-KB890466-x86-XXX.EXE</a></td>
                        <td>2005-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/890466">890466</a></td>
                        <td>Terminal Services fix</td>
                        <td><ul>
                                <li>termsrv.exe 5.0.2195.7061</li>
                        </ul></td>
                </tr>
                <tr id="kb897711" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=897711">Windows2000-KB897711-x86-XXX.EXE</a></td>
                        <td>2005-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/897711">897711</a></td>
                        <td>Lightweight Directory Access Protocol (LDAP) fix</td>
                        <td><ul>
                                <li>wldap32.dll 5.0.2195.7059</li>
                        </ul></td>
                </tr>
                <tr id="kb899904" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=899904">Windows2000-KB899904-x86-XXX.EXE</a></td>
                        <td>2005-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/899904">899904</a></td>
                        <td>Removable Storage Manager (RSM) fix</td>
                        <td><ul>
                                <li>ntmsapi.dll 5.0.2195.7006</li>
                                <li>ntmsdba.dll 5.0.2195.7006</li>
                                <li>ntmsevt.dll 5.0.2195.7006</li>
                                <li>ntmsmgr.dll 5.0.2195.7006</li>
                                <li>rsm.exe 5.0.2195.7006</li>
                                <li>ntmssvc.dll 5.0.2195.7059</li>
                        </ul></td>
                </tr>
                <tr id="kb900623" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=900623">Windows2000-KB900623-x86-XXX.EXE</a></td>
                        <td>2005-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/900623">900623</a></td>
                        <td>ATM LAN emulation device driver fix</td>
                        <td><ul>
                                <li>atmlane.sys 5.0.2195.7059</li>
                        </ul></td>
                </tr>
                <tr id="kb901214">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=24426">Windows2000-KB901214-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/5/1/5/515f83d9-4d37-48fb-a363-80eeb53bebd5/Windows2000-KB901214-nec98-JPN.EXE" title="Direct download">Windows2000-KB901214-nec98-JPN.EXE <span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-07</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-036">MS05-036</a></td>
                        <td><a href="http://support.microsoft.com/kb/901214">901214</a></td>
                        <td>Color Management Module fix</td>
                        <td><ul>
                                <li>icm32.dll 5.0.0.3</li>
                        </ul></td>
                </tr>
                <tr id="kb893756">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=22982">Windows2000-KB893756-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/4/6/6/46690abf-2b6a-4870-ba98-8cb898135929/Windows2000-KB893756-nec98-JPN.EXE" title="Direct download">Windows2000-KB893756-nec98-JPN.EXE <span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-08</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-040">MS05-040</a></td>
                        <td><a href="http://support.microsoft.com/kb/893756">893756</a></td>
                        <td>Telephony service fix</td>
                        <td><ul>
                                <li>remotesp.tsp 5.0.2195.7002</li>
                                <li>tapisrv.dll 5.0.2195.7057</li>
                        </ul></td>
                </tr>
                <tr id="kb896423">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=11064">Windows2000-KB896423-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/c/e/c/cecfac2f-7996-4e6a-bf27-9f612d5dc815/Windows2000-KB896423-nec98-JPN.EXE" title="Direct download">Windows2000-KB896423-nec98-JPN.EXE <span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-08</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-043">MS05-043</a></td>
                        <td><a href="http://support.microsoft.com/kb/896423">896423</a></td>
                        <td>Print Spooler service fix</td>
                        <td><ul>
                                <li>faxui.dll 0.2.0.2</li>
                                <li>spoolss.dll 5.0.2195.7054</li>
                                <li>spoolsv.exe 5.0.2195.7059</li>
                                <li>win32spl.dll 5.0.2195.7054</li>
                        </ul></td>
                </tr>
                <tr id="kb899587">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=5946">Windows2000-KB899587-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/1/1/9/11984113-293d-4f52-9a27-89cb3ba9c291/Windows2000-KB899587-nec98-JPN.EXE" title="Direct download">Windows2000-KB899587-nec98-JPN.EXE <span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-08</td>
                        <td>Moderate</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-042">MS05-042</a></td>
                        <td><a href="http://support.microsoft.com/kb/899587">899587</a></td>
                        <td>Kerberos fix</td>
                        <td><ul>
                                <li>kerberos.dll 5.0.2195.7053</li>
                        </ul></td>
                </tr>
                <tr id="kb899591">
                        <td>Windows 2000 Server only</td>
                        <td>HFSVCPACK_SW1</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=19151">Windows2000-KB899591-x86-XXX.EXE</a></td>
                        <td>2005-08</td>
                        <td>Moderate</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-041">MS05-041</a></td>
                        <td><a href="http://support.microsoft.com/kb/899591">899591</a></td>
                        <td>Remote Desktop Protocol fix</td>
                        <td><ul>
                                <li>Rdpwd.sys 5.0.2195.7055</li>
                        </ul></td>
                </tr>
                <tr id="kb904711" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=904711">Windows2000-KB904711-v2-x86-XXX.EXE</a></td>
                        <td>2005-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/904711">904711</a></td>
                        <td>Smart Card Hook fix</td>
                        <td><ul>
                                <li>scardsvr.exe 5.0.2195.7059</li>
                                <li>winlogon.exe 5.0.2195.7061</li>
                        </ul></td>
                </tr>
                <tr id="kb904375" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=904375">Windows2000-KB904375-x86-XXX.EXE</a></td>
                        <td>2005-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/904375">904375</a></td>
                        <td>NetBIOS driver fix</td>
                        <td><ul>
                                <li>netbios.sys 5.0.2195.7061</li>
                        </ul></td>
                </tr>
                <tr id="kb905488" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=905488">Windows2000-KB905488-x86-XXX.EXE</a></td>
                        <td>2005-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/905488">905488</a></td>
                        <td>NT Virtual DOS Machine (NTVDM) fix</td>
                        <td><ul>
                                <li>ntvdm.exe 5.0.2195.7061</li>
                        </ul></td>
                </tr>
                <tr id="kb893803">
                        <td>Required to access <a href="#list_wu">Windows Update</a></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=889482FC-5F56-4A38-B838-DE776FD4138C">WindowsInstaller-KB893803-v2-x86.exe</a></td>
                        <td>2005-09</td>
                        <td colspan="2"></td>
                        <td><a href="http://support.microsoft.com/kb/893803">893803</a></td>
                        <td>Windows Installer 3.1 v2 (3.1.4000.2435)</td>
                        <td></td>
                </tr>
                <tr id="kb898554" class="hbr">
                        <td>Windows 2000 Server (default), but <a href="http://www.blackviper.com/WIN2K/win2kservice411.htm#Simple_Mail_Transport_Protocol">Pro too if SMTP installed</a></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=898554">Windows2000-KB898554-x86-XXX.EXE</a></td>
                        <td>2005-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/898554">898554</a></td>
                        <td>Simple Mail Transfer Protocol (SMTP) address fix</td>
                        <td><ul>
                                <li>aqueue.dll 5.0.2195.7070</li>
                                <li>mailmsg.dll 5.0.2195.7070</li>
                                <li>smtpsvc.dll 5.0.2195.7070</li>
                        </ul></td>
                </tr>
                <tr id="kb904765" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=904765">Windows2000-KB904765-x86-XXX.EXE</a></td>
                        <td>2005-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/904765">904765</a></td>
                        <td>Primary Domain Controller (PDC) emulator fix</td>
                        <td><ul>
                                <li>samsrv.dll 5.0.2195.7071</li>
                        </ul></td>
                </tr>
                <tr id="kb906952" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=906952">Windows2000-KB906952-x86-XXX.EXE</a></td>
                        <td>2005-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/906952">906952</a></td>
                        <td>Terminal Services fix</td>
                        <td><ul>
                                <li>winspool.drv 5.0.2195.7070</li>
                        </ul></td>
                </tr>
                <tr id="kb898465" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=898465">Windows2000-KB898465-x86-XXX.EXE</a></td>
                        <td>2005-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/898465">898465</a></td>
                        <td>SCSI Port Driver fix</td>
                        <td><ul>
                                <li>scsiport.sys 5.0.2195.7071</li>
                        </ul></td>
                </tr>
                <tr id="kb907980" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=907980">Windows2000-KB907980-x86-XXX.EXE</a></td>
                        <td>2005-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/907980">907980</a></td>
                        <td>Netstat update</td>
                        <td><ul>
                                <li>netstat.exe 5.0.2195.7071</li>
                        </ul></td>
                </tr>
                <tr id="kb908747" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=908747">Windows2000-KB908747-x86-XXX.EXE</a></td>
                        <td>2005-10</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/908747">908747</a></td>
                        <td>Data Link Control (DLC) fix</td>
                        <td><ul>
                                <li>dlc.sys     5.0.2195.7071</li>
                        </ul></td>
                </tr>
                <tr id="kb894395" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=894395">Windows2000-KB894395-x86-XXX.EXE</a></td>
                        <td>2005-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/894395">894395</a></td>
                        <td>Japanese Input Method Editor (IME) fix</td>
                        <td><ul>
                                <li>imejp.ime 7.0.1.9006</li>
                        </ul></td>
                </tr>
                <tr id="kb899589">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=18121">Windows2000-KB899589-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/a/3/6/a362ae7a-ab61-4e33-8d26-9282ca2cf27d/Windows2000-KB899589-nec98-JPN.EXE" title="Direct download">Windows2000-KB899589-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-11</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-046">MS05-046</a></td>
                        <td><a href="http://support.microsoft.com/kb/899589">899589</a></td>
                        <td>Client Service for NetWare fix</td>
                        <td><ul>
                                <li>nwwks.dll 5.0.2195.7065</li>
                        </ul></td>
                </tr>
                <tr id="kb900725">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=23967">Windows2000-KB900725-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/6/e/9/6e96cb8b-0e98-458a-89f0-b2e84ee0f431/Windows2000-KB900725-nec98-JPN.EXE" title="Direct download">Windows2000-KB900725-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-11</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-049">MS05-049</a></td>
                        <td><a href="http://support.microsoft.com/kb/900725">900725</a></td>
                        <td>Shell fix</td>
                        <td><ul>
                                <li>linkinfo.dll 5.0.2195.7069</li>
                                <li>webvw.dll 5.0.3900.7069</li>
                        </ul></td>
                </tr>
                <tr id="kb901017">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=17029">Windows2000-KB901017-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/2/7/4/27424dbc-5a61-41c0-9807-024edc46b063/Windows2000-KB901017-nec98-JPN.EXE" title="Direct download">Windows2000-KB901017-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-11</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-048">MS05-048</a></td>
                        <td><a href="http://support.microsoft.com/kb/901017">901017</a></td>
                        <td>Collaboration Data Objects (CDO) fix</td>
                        <td><ul>
                                <li>cdosys.dll 6.1.3940.42</li>
                        </ul></td>
                </tr>
                <tr id="kb905414">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=7978">Windows2000-KB905414-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/5/f/d/5fde9792-5f6d-4824-896a-af1bcdaeda7b/Windows2000-KB905414-nec98-JPN.EXE" title="Direct download">Windows2000-KB905414-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-11</td>
                        <td>Moderate</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-045">MS05-045</a></td>
                        <td><a href="http://support.microsoft.com/kb/905414">905414</a></td>
                        <td>Network Connection Manager fix</td>
                        <td><ul>
                                <li>netman.dll 5.0.2195.7061</li>
                        </ul></td>
                </tr>
                <tr id="kb905749">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=23195">Windows2000-KB905749-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/b/4/2/b42de779-f0aa-48ca-8df8-a23bc1440dd8/Windows2000-KB905749-nec98-JPN.EXE" title="Direct download">Windows2000-KB905749-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2005-11</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms05-047">MS05-047</a></td>
                        <td><a href="http://support.microsoft.com/kb/905749">905749</a></td>
                        <td>Plug and Play fix</td>
                        <td><ul>
                                <li>umpnpmgr.dll 5.0.2195.7069</li>
                        </ul></td>
                </tr>
                <tr id="kb907868" class="hbr">
                        <td>Supersedes <a href="#kb899587">899587</a></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=907868">Windows2000-KB907868-x86-XXX.EXE</a></td>
                        <td>2005-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/907868">907868</a></td>
                        <td>Lightweight Directory Access Protocol (LDAP) fix</td>
                        <td><ul>
                                <li>kerberos.dll 5.0.2195.7072</li>
                        </ul></td>
                </tr>
                <tr id="kb909520">
                        <td>Junk. Not available for <span lang="ja">日本語(NEC)</span></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=4670">Windows-KB909520-v1.000-x86-XXX.exe</a><!--<a href="http://web.archive.org/web/*/http://download.microsoft.com/download/d/0/9/d094e803-479d-432c-843d-74d9fd98ff5e/Windows-KB909520-v1.000-x86-ENU.exe">Windows-KB909520-v1.000-x86-ENU.exe (English)</a><br><a href="http://web.archive.org/web/*/http://download.microsoft.com/download/5/a/4/5a49dfad-9257-448f-b228-ea94785058bd/Windows-KB909520-v1.000-x86-ESN.exe" class="es" hreflang="es">Windows-KB909520-v1.000-x86-ESN.exe <span class="es" lang="es">(Español)</span></a><br><a href="http://web.archive.org/web/*/http://download.microsoft.com/download/c/b/1/cb128eda-a65e-4894-a727-ed782bf17c24/Windows-KB909520-v1.000-x86-FRA.exe" class="fr" hreflang="fr">Windows-KB909520-v1.000-x86-FRA.exe <span class="fr" lang="fr">(Français)</span></a><br><a href="http://web.archive.org/web/*/http://download.microsoft.com/download/c/3/4/c34d9eee-a30f-4401-b35f-ab66d682c5ec/Windows-KB909520-v1.000-x86-ELL.exe" class="gr" hreflang="el">Windows-KB909520-v1.000-x86-ELL.exe <span class="el" lang="el">(ελληνικά)</span></a><br><a href="http://web.archive.org/web/*/http://download.microsoft.com/download/1/8/9/1893b220-15a7-496b-bad7-af4953bb46e6/Windows-KB909520-v1.000-x86-ITA.exe" class="it" hreflang="it">Windows-KB909520-v1.000-x86-ITA.exe <span class="it" lang="it">(italiano)</span></a><br><a href="http://web.archive.org/web/*/http://download.microsoft.com/download/e/4/d/e4dd6c2d-433f-47df-a86a-ebbcb45e0330/Windows-KB909520-v1.000-x86-RUS.exe" class="ru" hreflang="ru">Windows-KB909520-v1.000-x86-RUS.exe <span class="ru" lang="ru">(русский)</span></a>--></td>
                        <td>2005-11</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/909520">909520</a></td>
                        <td>Base Smart Card Cryptographic Service Provider update</td>
                        <td></td>
                </tr>
                <tr id="kb911018" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=911018">Windows2000-KB911018-x86-XXX.EXE</a></td>
                        <td>2005-11</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/911018">911018</a></td>
                        <td>Network Driver Interface Specification (NDIS) fix</td>
                        <td><ul>
                                <li>ndisnpp.dll 5.0.2195.7043</li>
                                <li>nppagent.exe 5.0.2195.7043</li>
                        </ul></td>
                </tr>
                <tr id="kb909916" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=909916">Windows2000-KB909916-x86-XXX.EXE</a></td>
                        <td>2006-01</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/909916">909916</a></td>
                        <td>Fast FAT File System Driver fix</td>
                        <td><ul>
                                <li>fastfat.sys 5.0.2195.7075</li>
                        </ul></td>
                </tr>
                <tr id="kb915365" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=915365">Windows2000-KB915365-v2-x86-XXX.EXE</a></td>
                        <td>2006-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/915365">915365</a></td>
                        <td>Network Dynamic Data Exchange (NetDDE) fix</td>
                        <td><ul>
                                <li>nddenb32.dll 5.0.2195.7079</li>
                                <li>netdde.exe 5.0.2195.7079</li>
                        </ul></td>
                </tr>
                <tr id="kb915985" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=915985">Windows2000-KB915985-x86-XXX.EXE</a></td>
                        <td>2006-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/915985">915985</a></td>
                        <td>File Replication service fix</td>
                        <td><ul>
                                <li>ntdll.dll 5.0.2195.7080</li>
                        </ul></td>
                </tr>
                <tr id="kb917423" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=917423">Windows2000-KB917423-x86-XXX.EXE</a></td>
                        <td>2006-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/917423">917423</a></td>
                        <td>Object Linking and Embedding (OLE) fix</td>
                        <td><ul>
                                <li>olepro32.dll 2.40.4530.0</li>
                        </ul></td>
                </tr>
                <tr id="kb908531" class="problem">
                        <td><strong>This update is problematic</strong>. Not recommended because of <a href="http://support.microsoft.com/kb/918165">verclsid.exe</a>. Use <a href="#kb967715">967715</a> instead which istalls a newer version of shell32.dll</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=4487">Windows2000-KB908531-v2-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/5/c/4/5c40d3d7-a627-4f8c-851e-9c747d43c2a9/Windows2000-KB908531-v2-nec98-JPN.EXE" title="Direct download">Windows2000-KB908531-v2-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-04</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-015">MS06-015</a></td>
                        <td><a href="http://support.microsoft.com/kb/908531">908531</a></td>
                        <td>Explorer fix</td>
                        <td><ul>
                                <li>shell32.dll 5.0.3900.7080</li>
                                <li>verclsid.exe 5.0.3900.7080</li>
                        </ul></td>
                </tr>
                <tr id="kb911589" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=911589">Windows2000-KB911589-x86-XXX.EXE</a></td>
                        <td>2006-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/911589">911589</a></td>
                        <td>Proquota.exe fix</td>
                        <td><ul>
                                <li>proquota.exe 5.0.2195.7090</li>
                        </ul></td>
                </tr>
                <tr id="kb913580">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=14861">Windows2000-KB913580-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/a/0/3/a034fec6-bc79-4379-b4fe-90ac6aafb42c/Windows2000-KB913580-nec98-JPN.EXE" title="Direct download">Windows2000-KB913580-nec98-JPN.EXE <span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-05</td>
                        <td>Moderate</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-018">MS06-018</a></td>
                        <td><a href="http://support.microsoft.com/kb/913580">913580</a></td>
                        <td>Distributed Transaction Coordinator (DTC)</td>
                        <td></td>
                </tr>
                <tr id="kb896414" class="hbr">
                        <td></td>
                        <td>HFSVCPACK_SW1</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=896414">Windows2000-KB896414-x86-XXX.EXE</a></td>
                        <td>2006-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/896414">896414</a></td>
                        <td>Security Configuration Editor (SCE) fix</td>
                        <td><ul>
                                <li>scesrv.dll 5.0.2195.7100</li>
                        </ul></td>
                </tr>
                <tr id="kb922667" class="hbr">
                        <td>COM+ is not installed if using <a href="http://www.vorck.com/windows/data/fdvfiles-win2k.zip" title="Direct download">FDV's fileset</a></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=922667">Windows2000-KB922667-x86-XXX.EXE</a></td>
                        <td>2006-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/922667">922667</a></td>
                        <td>COM+ 1.0 Hotfix Rollup Package 37</td>
                        <td></td>
                </tr>
                <tr id="kb922823" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=922823">Windows2000-KB922823-x86-XXX.EXE</a></td>
                        <td>2006-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/922823">922823</a></td>
                        <td>Remote access fix</td>
                        <td><ul>
                                <li>mprddm.dll 5.0.2195.7105</li>
                        </ul></td>
                </tr>
                <tr id="kb919862" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=919862">Windows2000-KB919862-x86-XXX.EXE</a></td>
                        <td>2006-07</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/919862">919862</a></td>
                        <td>Windows Management Instrumentation (WMI) service fix</td>
                        <td><ul>
                                <li>ntevt.dll 1.50.1085.6968</li>
                                <li>provthrd.dll 1.50.1085.7105</li>
                        </ul></td>
                </tr>
                <tr id="kb914388">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=9738">Windows2000-KB914388-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/8/9/e/89e967f8-0205-4964-80f8-8ce73fde6f85/Windows2000-KB914388-nec98-JPN.EXE" title="Direct download">Windows2000-KB914388-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-07</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-036">MS06-036</a></td>
                        <td><a href="http://support.microsoft.com/kb/914388">914388</a></td>
                        <td>DHCP Client Service fix</td>
                        <td><ul>
                                <li>dhcpcsvc.dll 5.0.2195.7085</li>
                                <li>iphlpapi.dll 5.0.2195.7097</li>
                        </ul></td>
                </tr>
                <tr id="kb917537">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=2938">Windows2000-KB917537-x86-XXX.EXE</a></td>
                        <td>2006-07</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-034">MS06-034</a></td>
                        <td><a href="http://support.microsoft.com/kb/917537">917537</a></td>
                        <td>Internet Information Services (IIS) fix</td>
                        <td></td>
                </tr>
                <tr id="kb917008">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=8048">Windows2000-KB917008-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/e/2/5/e2512b6e-7d96-482e-b3d6-dd189ed9e045/Windows2000-KB917008-nec98-JPN.EXE" title="Direct download">Windows2000-KB917008-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-08</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-044">MS06-044</a></td>
                        <td><a href="http://support.microsoft.com/kb/917008">917008</a></td>
                        <td>Microsoft Management Console (MMC) fix</td>
                        <td></td>
                </tr>
                <tr id="kb920670">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=11441">Windows2000-KB920670-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/a/e/2/ae2c75af-91f8-432b-a395-8dece69b25c0/Windows2000-KB920670-nec98-JPN.EXE" title="Direct download">Windows2000-KB920670-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-08</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-050">MS06-050</a></td>
                        <td><a href="http://support.microsoft.com/kb/920670">920670</a></td>
                        <td>Hyperlink Object Library fix</td>
                        <td><ul>
                                <li>hlink.dll 5.2.3790.2748</li>
                        </ul></td>
                </tr>
                <tr id="kb920683">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=7413">Windows2000-KB920683-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/a/8/6/a8611e0c-81bd-4cbe-9300-20f13a6b0d15/Windows2000-KB920683-nec98-JPN.EXE" title="Direct download">Windows2000-KB920683-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-08</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-041">MS06-041</a></td>
                        <td><a href="http://support.microsoft.com/kb/920683">920683</a></td>
                        <td>DNS (Domain Name System) resolution fix</td>
                        <td><ul>
                                <li>rasadhlp.dll 5.0.2195.7098</li>
                        </ul></td>
                </tr>
                <tr id="kb922582">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=16619">Windows2000-KB922582-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/4/1/f/41fd7f33-7c04-4e08-8f57-fc356367de59/Windows2000-KB922582-nec98-JPN.EXE" title="Direct download">Windows2000-KB922582-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-09</td>
                        <td colspan="2">Reliability Update</td>
                        <td><a href="http://support.microsoft.com/kb/922582">922582</a></td>
                        <td>Filter Manager fix</td>
                        <td></td>
                </tr>
                <tr id="kb925783" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=925783">Windows2000-KB925783-x86-XXX.EXE</a></td>
                        <td>2006-09</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/925783">925783</a></td>
                        <td>Telephony service fix</td>
                        <td><ul>
                                <li>tapisrv.dll 5.0.2195.7111</li>
                        </ul></td>
                </tr>
                <tr id="kb924432">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=19046">Windows2000-KB924432-x86-XXX.EXE</a></td>
                        <td>2006-10</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/924432">924432</a></td>
                        <td>Service Control Manager for COM and DCOM fix</td>
                        <td><ul>
                                <li>ole32.dll 5.0.2195.7103</li>
                                <li>rpcss.dll 5.0.2195.7116</li>
                        </ul></td>
                </tr>
        <tr id="kb839228" class="superseded">
                <td><strong>Superseded</strong> by <a href="#kb872955">872955</a></td>
                <td>HF</td>
                <td><a href="http://www.microsoft.com/download/details.aspx?id=10619">Windows2000-KB839228-x86-XXX.EXE</a></td>
                <td>2006-11</td>
                <td colspan="2">Optional</td>
                <td><a href="http://support.microsoft.com/kb/839228">839228</a></td>
                <td>Winsock fix (<a href="http://support.microsoft.com/kb/839228">KB Article</a> incorrectly lists Rasman.dll &amp; Rastapi.dll, which are not included in the update).</td>
                <td><ul>
                        <li>ipsec.sys 5.0.2195.6883</li>
                        <li>ipsecmon.exe 5.0.2195.6882</li>
                        <li>polagent.dll 5.0.2195.6882</li>
                        <li>polstore.dll 5.0.2195.6882</li>
                        <li>netdiag.exe 5.0.2195.6824</li>
                </ul></td>
        </tr>
                <tr id="kb920213">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=1717">Windows2000-KB920213-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/7/9/9/7994859b-1c0d-4130-816c-31fa3907192d/Windows2000-KB920213-nec98-JPN.EXE" title="Direct download">Windows2000-KB920213-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-11</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-068">MS06-068</a></td>
                        <td><a href="http://support.microsoft.com/kb/920213">920213</a></td>
                        <td>Microsoft Agent fix</td>
                        <td><ul>
                                <li>Agentdp2.dll 2.0.0.3424</li>
                                <li>Agentdpv.dll 2.0.0.3424</li>
                                <li>Agentsvr.exe 2.0.0.3424</li>
                        </ul></td>
                </tr>
                <tr>
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=19256">Windows2000-KB923191-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/d/0/5/d05eb917-40ff-40e5-bbcf-d09e92f90b40/Windows2000-KB923191-nec98-JPN.EXE" title="Direct download">Windows2000-KB923191-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-11</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-057">MS06-057</a></td>
                        <td id="kb923191"><a href="http://support.microsoft.com/kb/923191">923191</a></td>
                        <td>Explorer fix</td>
                        <td><ul>
                                <li>comctl32.dll</li>
                        </ul></td>
                </tr>
                <tr id="kb923980">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=6952">Windows2000-KB923980-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/e/d/0/ed0b8e95-42d4-4d11-8c95-91663a7fced2/Windows2000-KB923980-nec98-JPN.EXE" title="Direct download">Windows2000-KB923980-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-11</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-066">MS06-066</a></td>
                        <td><a href="http://support.microsoft.com/kb/923980">923980</a></td>
                        <td>Client Service fix</td>
                        <td><ul>
                                <li>nwapi32.dll 5.0.2195.7109</li>
                                <li>nwprovau.dll 5.0.2195.7110</li>
                                <li>nwrdr.sys 5.0.2195.7110</li>
                        </ul></td>
                </tr>
                <tr id="kb924270">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=6216">Windows2000-KB924270-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/5/e/4/5e4ad295-8519-45dd-8b35-8059f413fae7/Windows2000-KB924270-nec98-JPN.EXE" title="Direct download">Windows2000-KB924270-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-11</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-070">MS06-070</a></td>
                        <td><a href="http://support.microsoft.com/kb/924270">924270</a></td>
                        <td>Workstation Service fix</td>
                        <td><ul>
                                <li>wkssvc.dll 5.0.2195.7108</li>
                        </ul></td>
                </tr>
                <tr id="kb926121">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=231">Windows2000-KB926121-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/d/6/f/d6f89ede-aab7-46a8-afdd-d969b8229162/Windows2000-KB926121-nec98-JPN.EXE" title="Direct download">Windows2000-KB926121-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-12</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-077">MS06-077</a></td>
                        <td><a href="http://support.microsoft.com/kb/926121">926121</a></td>
                        <td>Remote Installation Services (RIS) fix</td>
                        <td></td>
                </tr>
                <tr id="kb926247">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=2105">Windows2000-KB926247-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/9/f/6/9f6d4fb1-46d5-4086-b242-85a9f7204d82/Windows2000-KB926247-nec98-JPN.EXE" title="Direct download">Windows2000-KB926247-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2006-12</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms06-074">MS06-074</a></td>
                        <td><a href="http://support.microsoft.com/kb/926247">926247</a></td>
                        <td>Simple Network Management Protocol (SNMP) fix</td>
                        <td><ul>
                                <li>snmp.exe 5.0.2195.7112</li>
                        </ul></td>
                </tr>
                <tr id="kb924667">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=12578">Windows2000-KB924667-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/2/8/5/2858bd72-c09d-4b8f-9e89-c729e4eff4c1/Windows2000-KB924667-nec98-JPN.EXE" title="Direct download">Windows2000-KB924667-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2007-02</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms07-012">MS07-012</a></td>
                        <td><a href="http://support.microsoft.com/kb/924667">924667</a></td>
                        <td>Foundation Classes fix</td>
                        <td></td>
                </tr>
                <tr id="kb928843">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=20441">Windows2000-KB928843-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/2/8/1/2816972e-4bd0-4323-b4fe-ad616b961685/Windows2000-KB928843-nec98-JPN.EXE" title="Direct download">Windows2000-KB928843-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2007-02</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms07-008">MS07-008</a></td>
                        <td><a href="http://support.microsoft.com/kb/928843">928843</a></td>
                        <td>HTML Help ActiveX fix</td>
                        <td><ul>
                                <li>hhctrl.ocx 5.2.3790.620</li>
                        </ul></td>
                </tr>
                <tr id="kb926436">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=1360">Windows2000-KB926436-x86-ENU.EXE</a><br><a href="http://download.microsoft.com/download/4/5/b/45b8f39a-14c5-4cd5-8392-e5dfb559cc04/Windows2000-KB926436-nec98-JPN.EXE" title="Direct download">Windows2000-KB926436-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2007-02</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms07-011">MS07-011</a></td>
                        <td><a href="http://support.microsoft.com/kb/926436">926436</a></td>
                        <td>OLE Dialog fix</td>
                        <td><ul>
                                <li>oledlg.dll 5.0.2195.7114</li>
                        </ul></td>
                </tr>
                <tr id="kb918118">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=8171">Windows2000-KB918118-x86-ENU.EXE</a><br><a href="http://download.microsoft.com/download/0/f/f/0ff06cb8-3da9-4119-908a-3295bb019a24/Windows2000-KB918118-nec98-JPN.EXE" title="Direct download">Windows2000-KB918118-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2007-02</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms07-013">MS07-013</a></td>
                        <td><a href="http://support.microsoft.com/kb/918118">918118</a></td>
                        <td>RichEdit fix</td>
                        <td><ul>
                                <li>riched20.dll 5.30.23.1227</li>
                        </ul></td>
                </tr>
                <tr id="kb932590">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=932590">Windows2000-KB932590-x86-XXX.EXE</a></td>
                        <td>2007-03</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/932590">932590</a></td>
                        <td>Time Zone (TZ) environment variable fix</td>
                        <td><ul>
                                <li>msvcrt.dll 6.1.9848.0</li>
                        </ul></td>
                </tr>
                <tr id="kb925902">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=25101">Windows2000-KB925902-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/6/b/7/6b776aa0-cd22-49d5-b5e1-dcb4723bb6f6/Windows2000-KB925902-nec98-JPN.EXE" title="Direct download">Windows2000-KB925902-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2007-04</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms07-017">MS07-017</a></td>
                        <td><a href="http://support.microsoft.com/kb/925902">925902</a></td>
                        <td>GDI (Graphics Device Interface) fix</td>
                        <td><ul>
                                <li>user32.dll 5.0.2195.7133</li>
                        </ul></td>
                </tr>
                <tr id="kb927891">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=21855">Windows2000-KB927891-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/3/c/6/3c65799f-cea8-4223-a51a-95325c41b0e0/Windows2000-KB927891-nec98-JPN.EXE" title="Direct download">Windows2000-KB927891-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2007-05</td>
                        <td colspan="2">Reliability Update</td>
                        <td><a href="http://support.microsoft.com/kb/927891">927891</a></td>
                        <td>Windows Update and Microsoft Update fix</td>
                        <td></td>
                </tr>
                <tr id="kb935839">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=12820">Windows2000-KB935839-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/a/8/3/a830098c-9541-46b7-8208-3e247583b981/Windows2000-KB935839-nec98-JPN.EXE" title="Direct download">Windows2000-KB935839-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2007-06</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms07-035">MS07-035</a></td>
                        <td><a href="http://support.microsoft.com/kb/935839">935839</a></td>
                        <td>Win32 API fix</td>
                        <td><ul>
                                <li>kernel32.dll 5.0.2195.7135</li>
                                <li>mpr.dll 5.0.2195.7134</li>
                        </ul></td>
                </tr>
                <tr id="kb938827">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=20509">Windows2000-KB938827-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/9/e/1/9e1448e6-1715-4602-ac15-25cd1675df0e/Windows2000-KB938827-nec98-JPN.EXE" title="Direct download">Windows2000-KB938827-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2007-09</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms07-051">MS07-051</a></td>
                        <td><a href="http://support.microsoft.com/kb/938827">938827</a></td>
                        <td>Microsoft Agent fix</td>
                        <td><ul>
                                <li>agentdpv.dll 2.0.0.3426</li>
                        </ul></td>
                </tr>
                <tr id="kb923810">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=1100">Windows2000-KB923810-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/7/0/5/7058841d-9f8b-433a-8f2c-5b5dfed13ba4/Windows2000-KB923810-nec98-JPN.EXE" title="Direct download">Windows2000-KB923810-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2007-10</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms07-055">MS07-055</a></td>
                        <td><a href="http://support.microsoft.com/kb/923810">923810</a></td>
                        <td>Kodak Image Viewer fix</td>
                        <td><ul>
                                <li>Jpeg2x32.dll 5.0.2195.7134</li>
                                <li>Tifflt.dll 5.0.2195.7134</li>
                                <li>Kodakimg.exe 5.0.2195.7136</li>
                                <li>Kodakprv.exe 5.0.2195.7136</li>
                                <li>Oieng400.dll 5.0.2195.7144</li>
                        </ul></td>
                </tr>
                <tr id="kb943485">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=13285">Windows2000-KB943485-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/0/8/5/08533c7f-9558-4d74-9fe4-9315c899d9b7/Windows2000-KB943485-nec98-JPN.EXE" title="Direct download">Windows2000-KB943485-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2008-01</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-008">MS08-002</a></td>
                        <td><a href="http://support.microsoft.com/kb/943485">943485</a></td>
                        <td>Local Security Authority Subsystem Service (LSASS)</td>
                        <td><ul>
                                <li>lsasrv.dll 5.0.2195.7147</li>
                        </ul></td>
                </tr>
                <tr id="kb942831">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=22577">Windows2000-KB942831-x86-XXX.EXE</a></td>
                        <td>2008-02</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-005">MS08-005</a></td>
                        <td><a href="http://support.microsoft.com/kb/942831">942831</a></td>
                        <td>Internet Information Services (IIS) fix</td>
                        <td><ul>
                                <li>infocomm.dll 5.0.2195.7147</li>
                        </ul></td>
                </tr>
                <tr id="kb943055">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=1644">Windows2000-KB943055-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/2/0/e/20e85c30-dd0e-4904-ad36-7dea7864cf2c/Windows2000-KB943055-nec98-JPN.EXE" title="Direct download">Windows2000-KB943055-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2008-02</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms008-008">MS08-008</a></td>
                        <td><a href="http://support.microsoft.com/kb/943055">943055</a></td>
                        <td>OLE Automation fix</td>
                        <td><ul>
                                <li>oleaut32.dll 2.40.4532</li>
                        </ul></td>
                </tr>
                <tr>
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=22611">Windows2000-KB950749-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/1/5/5/15555c98-cc13-4c06-80cc-4815e899748b/Windows2000-KB950749-nec98-JPN.EXE" title="Direct download">Windows2000-KB950749-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2008-05</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-028">MS08-028</a></td>
                        <td id="kb950749"><a href="http://support.microsoft.com/kb/950749">950749</a></td>
                        <td>Microsoft Jet Database Engine fix</td>
                        <td><ul>
                                <li>Dao360.dll 3.60.9512.0</li>
                                <li>Msjet40.dll 4.0.9511.0</li>
                                <li>Msexch40.dll 4.0.9502.0</li>
                                <li>Msexcl40.dll 4.0.9502.0</li>
                                <li>Msjetol1.dll 4.0.9502.0</li>
                                <li>Msjint40.dll 4.0.9502.0</li>
                                <li>Msjter40.dll 4.0.9502.0</li>
                                <li>Msjtes40.dll 4.0.9502.0</li>
                                <li>Msltus40.dll 4.0.9502.0</li>
                                <li>Mspbde40.dll 4.0.9502.0</li>
                                <li>Msrd2x40.dll 4.0.9502.0</li>
                                <li>Msrd3x40.dll 4.0.9502.0</li>
                                <li>Msrepl40.dll 4.0.9502.0</li>
                                <li>Mstext40.dll 4.0.9502.0</li>
                                <li>Mswdat10.dll 4.0.9502.0</li>
                                <li>Mswstr10.dll 4.0.9502.0</li>
                                <li>Msxbde40.dll 4.0.9502.0</li>
                        </ul></td>
                </tr>
                <tr id="kb950974">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=24146">Windows2000-KB950974-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/1/b/5/1b5907c3-9794-474a-8a09-c1e8018c8487/Windows2000-KB950974-nec98-JPN.EXE" title="Direct download">Windows2000-KB950974-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2008-08</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-049">MS08-049</a></td>
                        <td><a href="http://support.microsoft.com/kb/950974">950974</a></td>
                        <td>Event System fix</td>
                        <td><ul>
                                <li>es.dll 2000.2.3550.0</li>
                        </ul></td>
                </tr>
                <tr id="kb952954">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=9110">Windows2000-KB952954-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/1/2/1/121e85d8-f724-42f5-b2a3-bc50cf0a6c13/Windows2000-KB952954-nec98-JPN.EXE" title="Direct download">Windows2000-KB952954-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2008-08</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-046">MS08-046</a></td>
                        <td><a href="http://support.microsoft.com/kb/952954">952954</a></td>
                        <td>Image Color Management fix</td>
                        <td><ul>
                                <li>mscms.dll 5.0.2195.7162</li>
                        </ul></td>
                </tr>
                <tr id="kb955417">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=9286">Windows2000-KB955417-x86-XXX.EXE</a></td>
                        <td>2008-08</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/955417">955417</a></td>
                        <td>Protected storage (PStore) fix</td>
                        <td><ul>
                                <li>crypt32.dll 5.131.2195.6926</li>
                                <li>cryptnet.dll 5.131.2195.6926</li>
                                <li>cryptsvc.dll 5.0.2195.7039</li>
                                <li>userenv.dll 5.0.2195.7134</li>
                                <li>psbase.dll 5.0.2195.7164</li>
                        </ul></td>
                </tr>
                <tr id="kb953155">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=6291">Windows2000-KB953155-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/3/c/f/3cf131db-96ee-40a6-ad85-407e5db426f6/Windows2000-KB953155-nec98-JPN.EXE" title="Direct download">Windows2000-KB953155-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2008-10</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-062">MS08-062</a></td>
                        <td><a href="http://support.microsoft.com/kb/953155">953155</a></td>
                        <td>Internet Printing service fix</td>
                        <td><ul>
                                <li>msw3prt.dll 5.0.2195.7165</li>
                        </ul></td>
                </tr>
                <tr id="kb958644">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=11141">Windows2000-KB958644-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/8/b/d/8bdb96fe-ca86-4cc7-b042-86b36a38bd60/Windows2000-KB958644-nec98-JPN.EXE" title="Direct download">Windows2000-KB958644-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2008-10</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-067">MS08-067</a></td>
                        <td><a href="http://support.microsoft.com/kb/958644">958644</a></td>
                        <td>Server service fix</td>
                        <td><ul>
                                <li>netapi32.dll 5.0.2195.7203</li>
                        </ul></td>
                </tr>
                <tr id="kb955069">
                        <td>MSXML3</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=5565">Windows2000-KB955069-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/1/2/4/124ad131-0638-45a4-9f02-820384088061/Windows2000-KB955069-nec98-JPN.EXE" title="Direct download">Windows2000-KB955069-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2008-11</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-069">MS08-069</a></td>
                        <td><a href="http://support.microsoft.com/kb/955069">955069</a></td>
                        <td>XML Core Services 3.0 fix</td>
                        <td></td>
                </tr>
                <tr id="kb956802">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=7733">Windows2000-KB956802-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/9/4/0/940F8ED7-910D-48A8-9682-FCD52E887FFF/Windows2000-KB956802-nec98-JPN.EXE" title="Direct download">Windows2000-KB956802-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2008-12</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-071">MS08-071</a></td>
                        <td><a href="http://support.microsoft.com/kb/956802">956802</a></td>
                        <td>GDI (Graphics Device Interface) fix</td>
                        <td><ul>
                                <li>gdi32.dll 5.0.2195.7205</li>
                                <li>mf3216.dll 5.0.2195.7133</li>
                        </ul></td>
                </tr>
                <tr id="kb967715">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=5368">Windows2000-KB967715-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/D/D/B/DDB11237-317A-4FBD-A34B-8E649963A095/Windows2000-KB967715-nec98-JPN.EXE" title="Direct download">Windows2000-KB967715-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-02</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/967715">967715</a></td>
                        <td>Disables the Autorun functionality</td>
                        <td><ul>
                                <li>shell32.dll 5.0.3900.7155</li>
                        </ul></td>
                </tr>
                <tr id="kb960225">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=11498">Windows2000-KB960225-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/A/5/9/A591D119-583C-47F6-88B6-E06176840A3F/Windows2000-KB960225-nec98-JPN.EXE" title="Direct download">Windows2000-KB960225-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-03</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-007">MS09-007</a></td>
                        <td><a href="http://support.microsoft.com/kb/960225">960225</a></td>
                        <td>SChannel fix</td>
                        <td><ul>
                                <li>schannel.dll 5.1.2195.7213</li>
                        </ul></td>
                </tr>
                <tr id="kb961063">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=5876">Windows2000-KB961063-x86-XXX.EXE</a></td>
                        <td>2009-03</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/msms09-008">MS09-008</a></td>
                        <td><a href="http://support.microsoft.com/kb/961063">961063</a></td>
                        <td>DNS (Domain Name System) and Windows Internet Name Service (WINS) Server fix</td>
                        <td><ul>
                                <li>dns.exe 5.0.2195.7260</li>
                                <li>dnsperf.dll 5.0.2195.7157</li>
                        </ul></td>
                </tr>
                <tr id="kb959426">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=12784">Windows2000-KB959426-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/C/B/0/CB034F9C-AD9C-4E03-958B-D75C3496AC41/Windows2000-KB959426-nec98-JPN.EXE" title="Direct download">Windows2000-KB959426-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-04</td>
                        <td>Moderate</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-015">MS09-015</a></td>
                        <td><a href="http://support.microsoft.com/kb/959426">959426</a></td>
                        <td>SearchPath fix</td>
                        <td><ul>
                                <li>secur32.dll 5.0.2195.7244</li>
                        </ul></td>
                </tr>
                <tr id="kb952004">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=21759">Windows2000-KB952004-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/1/7/4/174797E8-7EF6-4A34-8A7E-3CA2DC2723A3/Windows2000-KB952004-nec98-JPN.EXE" title="Direct download">Windows2000-KB952004-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-04</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-012">MS09-012</a></td>
                        <td><a href="http://support.microsoft.com/kb/952004">952004</a></td>
                        <td>Microsoft Distributed Transaction Coordinator (MSDTC) Transaction Facility fix</td>
                        <td></td>
                </tr>
                <tr id="kb960477">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=2892">Windows2000-KB923561-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/0/8/8/0882A4B8-48D9-447E-B942-A70F4D567A7A/Windows2000-KB923561-nec98-JPN.EXE" title="Direct download">Windows2000-KB923561-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-04</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-010">MS09-010</a></td>
                        <td><a href="http://support.microsoft.com/kb/960477">960477</a></td>
                        <td>WordPad and Office text converters fix</td>
                        <td><ul>
                                <li>wordpad.exe 5.0.2195.7155</li>
                                <li>mswrd6.wpc 10.0.803.10</li>
                                <li>mswrd8.wpc 10.0.803.10</li>
                                <li>write.wpc 10.0.803.10</li>
                        </ul></td>
                </tr>
                <tr id="kb960803">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=5874">Windows2000-KB960803-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/D/C/0/DC062DE1-8052-4E5C-8073-7013E314EB63/Windows2000-KB960803-nec98-JPN.EXE" title="Direct download">Windows2000-KB960803-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-04</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-013">MS09-013</a></td>
                        <td><a href="http://support.microsoft.com/kb/960803">960803</a></td>
                        <td>HTTP services fix</td>
                        <td><ul>
                                <li>winhttp.dll 5.1.2600.3490</li>
                        </ul></td>
                </tr>
                <tr id="kb961501">
                        <td></td>
                        <td>HF</td>
                        <td><a href="www.microsoft.com/download/details.aspx?id=20231">Windows2000-KB961501-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/E/1/0/E105F483-0D62-454E-8358-88C979730A4D/Windows2000-KB961501-nec98-JPN.EXE" title="Direct download">Windows2000-KB961501-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-06</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-022">MS09-022</a></td>
                        <td><a href="http://support.microsoft.com/kb/961501">961501</a></td>
                        <td>Print Spooler fix</td>
                        <td><ul>
                                <li>faxui.dll 0.2.0.2</li>
                                <li>localspl.dll 5.0.2195.7296</li>
                                <li>spoolss.dll 5.0.2195.7054</li>
                                <li>win32spl.dll 5.0.2195.7266</li>
                                <li>winsrv.dll 5.0.2195.7135</li>
                        </ul></td>
                </tr>
                <tr id="kb970238">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=8387">Windows2000-KB970238-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/E/7/2/E72455F0-6919-41F7-A76A-2D2D31B7FF7C/Windows2000-KB970238-nec98-JPN.EXE" title="Direct download">Windows2000-KB970238-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-06</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-026">MS09-026</a></td>
                        <td><a href="http://support.microsoft.com/kb/970238">970238</a></td>
                        <td>Remote Procedure Call (RPC) fix</td>
                        <td><ul>
                                <li>rpcrt4.dll 5.0.2195.7281</li>
                        </ul></td>
                </tr>
                <tr id="kb970483">
                        <td>Windows 2000 Server (default), but <a href="http://www.blackviper.com/WIN2K/win2kservice411.htm#IIS_Admin_Service">Pro too if Internet Information Services (IIS) installed</a></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=22942">Windows2000-KB970483-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/7/6/E/76EB7FA8-E110-4CE9-883A-B460F3AA6792/Windows2000-KB970483-nec98-JPN.EXE" title="Direct download">Windows2000-KB970483-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-06</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-020">MS09-020</a></td>
                        <td><a href="http://support.microsoft.com/kb/970483">970483</a></td>
                        <td>Internet Information Services (IIS) fix</td>
                        <td><ul>
                                <li>httpext.dll 5.0.2195.7290</li>
                        </ul></td>
                </tr>
                <tr id="kb958470">
                        <td><strong>Impossible to slipstream.</strong> <a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=911836">Do this instead</a></td>
                        <td></td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=19450">Windows2000-KB958470-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/E/A/C/EAC6734D-2E35-4813-AF60-50E0CE8C290F/Windows2000-KB958470-nec98-JPN.EXE" title="Direct download">Windows2000-KB958470-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-08</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-044">MS09-044</a></td>
                        <td><a href="http://support.microsoft.com/kb/958470">958470</a></td>
                        <td>Remote Desktop Connection (RDC) fix</td>
                        <td></td>
                </tr>
                <tr id="kb960859">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=12031">Windows2000-KB960859-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/0/C/1/0C19F516-B9B3-4B2C-BEFD-4558DDEEBCB5/Windows2000-KB960859-nec98-JPN.EXE" title="Direct download">Windows2000-KB960859-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-08</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-042">MS09-042</a></td>
                        <td><a href="http://support.microsoft.com/kb/960859">960859</a></td>
                        <td>Telnet fix</td>
                        <td><ul>
                                <li>msv1_0.dll 5.0.2195.6926</li>
                                <li>netlogon.dll 5.0.2195.7011</li>
                                <li>telnet.exe 5.0.33670.4</li>
                        </ul></td>
                </tr>
                <tr id="kb969883">
                        <td>Windows 2000 Server only</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=20243">Windows2000-KB969883-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/F/D/5/FD56C5C6-D3AA-4B6B-A224-5BAA7AB48196/Windows2000-KB969883-nec98-JPN.EXE" title="Direct download">Windows2000-KB969883-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-08</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-039">MS09-039</a></td>
                        <td><a href="http://support.microsoft.com/kb/969883">969883</a></td>
                        <td>Windows Internet Naming Service (WINS) fix</td>
                        <td><ul>
                                <li>wins.exe 5.0.2195.7300</li>
                                <li>winsevnt.dll 5.0.2195.7300</li>
                        </ul></td>
                </tr>
                <tr id="kb971032">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=5732">Windows2000-KB971032-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/1/A/D/1AD108EB-69E1-483F-9F56-CB9193D51AEC/Windows2000-KB971032-nec98-JPN.EXE" title="Direct download">Windows2000-KB971032-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-08</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-040">MS09-040</a></td>
                        <td><a href="http://support.microsoft.com/kb/971032">971032</a></td>
                        <td>Message Queuing fix</td>
                        <td></td>
                </tr>
                <tr id="kb973507">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=10755">Windows2000-KB973507-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/4/C/C/4CCFFD02-DA6C-4D4C-9F19-42B9FFD921A3/Windows2000-KB973507-nec98-JPN.EXE" title="Direct download">Windows2000-KB973507-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-08</td>
                        <td>Critical</td>
                        <td rowspan="2"><a href="http://technet.microsoft.com/security/bulletin/ms09-037">MS09-037</a></td>
                        <td><a href="http://support.microsoft.com/kb/973507">973507</a></td>
                        <td rowspan="2">Active Template Library (ATL) fix</td>
                        <td><ul>
                                <li>atl.dll 3.0.9794.0</li>
                        </ul></td>
                </tr>
                <tr id="kb973869">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=7124">Windows2000-KB973869-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/5/3/8/538EFE17-4C18-42DA-976C-A8280BF6E33A/Windows2000-KB973869-nec98-JPN.EXE" title="Direct download">Windows2000-KB973869-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-08</td>
                        <td>Critical</td>
                        <td><a href="http://support.microsoft.com/kb/973869">973869</a></td>
                        <td><ul>
                                <li>dhtmled.ocx 6.1.0.9234</li>
                        </ul></td>
                </tr>
                <tr id="kb956844">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=14703">Windows2000-KB956844-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/B/9/F/B9F1762B-16B4-48FA-B6FC-BFA12D719F72/Windows2000-KB956844-nec98-JPN.EXE" title="Direct download">Windows2000-KB956844-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-09</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-046">MS09-046</a></td>
                        <td><a href="http://support.microsoft.com/kb/956844">956844</a></td>
                        <td>DHTML Editing Component ActiveX control fix</td>
                        <td><ul>
                                <li>triedit.dll 6.1.0.9235</li>
                        </ul></td>
                </tr>
                <tr id="kb969059">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=442">Windows2000-KB969059-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/B/9/0/B9091ADC-D43C-4605-9029-56996D5B8685/Windows2000-KB969059-nec98-JPN.EXE" title="Direct download">Windows2000-KB969059-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-10</td>
                        <td>Moderate</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-057">MS09-057</a></td>
                        <td><a href="http://support.microsoft.com/kb/969059">969059</a></td>
                        <td>Indexing Service fix</td>
                        <td><ul>
                                <li>query.dll 5.0.2195.7320</li>
                        </ul></td>
                </tr>
                <tr id="kb974571">
                        <td>Update has several <strong>known issues</strong> - make sure to <a href="http://support.microsoft.com/kb/974571">check the KB Article</a>, which links to a fix to be used in the circumstances described - OCSASNFix.exe. If you need to use OCSASNFix.exe, put it (but not 974571) in the HFSVCPACK_SW1 folder</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=1946">Windows2000-KB974571-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/5/C/2/5C25DD6F-4CE7-439E-AFCB-59E3F9F92756/Windows2000-KB974571-nec98-JPN.EXE" title="Direct download">Windows2000-KB974571-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-10</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-056">MS09-056</a></td>
                        <td><a href="http://support.microsoft.com/kb/974571">974571</a></td>
                        <td>CryptoAPI fix</td>
                        <td><ul>
                                <li>msasn1.dll 5.0.2195.7334</li>
                        </ul></td>
                </tr>
                <tr id="kb975254">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=13679">Windows2000-KB975254-x86-XXX.EXE</a><br><a href=" http://download.microsoft.com/download/4/0/8/4080BC96-8FE7-4A3F-85B0-816A622B3E67/Windows2000-KB975254-nec98-JPN.EXE" title="Direct download">Windows2000-KB975254-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-10</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-053">MS09-053</a></td>
                        <td><a href="http://support.microsoft.com/kb/975254">975254</a></td>
                        <td>FTP Service for Internet Information Services (IIS) fix</td>
                        <td><ul>
                                <li>ftpsvc2.dll 5.0.2195.7336</li>
                        </ul></td>
                </tr>
                <tr id="kb973037">
                        <td>Needed to keep <a href="#list_muou">MU</a> from asking for KB926122 (<a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=923826">thanks stephan_bauer &amp; My2GirlsDad</a>)</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=15034">Windows2000-KB973037-x86-XXX.EXE</a></td>
                        <td>2009-11</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-066">MS09-066</a></td>
                        <td><a href="http://support.microsoft.com/kb/973037">973037</a></td>
                        <td>Active Directory fix</td>
                        <td><ul>
                                <li>ntdsa.dll 5.0.2195.7313</li>
                        </ul></td>
                </tr>
                <tr id="kb973904">
                        <td></td>
                        <td>HFSVCPACK_SW1</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=14695">Windows2000-KB973904-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/3/1/D/31DDB7F9-7E78-4325-87DF-CBFAC8D82CC4/Windows2000-KB973904-nec98-JPN.EXE" title="Direct download">Windows2000-KB973904-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-12</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-073">MS09-073</a></td>
                        <td><a href="http://support.microsoft.com/kb/973904">973904</a></td>
                        <td>WordPad and Office Text Converters fix</td>
                        <td><ul>
                                <li>html32.cnv 2003.1100.8165.0</li>
                                <li>msconv97.dll 2003.1100.8165.0</li>
                                <li>mswrd6.wpc 2003.1100.8165.0</li>
                                <li>mswrd832.cnv 2003.1100.8313.0</li>
                                <li>mswrd632.wpc 2009.10.31.10</li>
                                <li>mswrd8.wpc 2009.10.31.10</li>
                                <li>write.wpc 2009.10.31.10</li>
                                <li>write32.wpc 2009.10.31.10</li>
                        </ul></td>
                </tr>
                <tr id="kb974783">
                        <td>Download for <span class="lang"><span lang="ja">日本語 (NEC)</span> via <a href="http://www.windows2000.tk/archive">Archive</a></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=2273">Windows2000-KB974783-x86-XXX.EXE</a><br><a href="https://www.dropbox.com/sh/ch0oa53ew4i4fxq/fJwLlqnTi7/Public/Windows2000/Updates/Windows/974783/Windows2000-KB974783-nec98-JPN.EXE.exe" title="Direct download">Windows2000-KB974783-nec98-JPN.EXE.exe <span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-11</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-064">MS09-064</a></td>
                        <td><a href="http://support.microsoft.com/kb/974783">974783</a></td>
                        <td>License Logging Server (LLS) fix</td>
                        <td><ul>
                                <li>llssrv.exe 5.0.2195.7337</li>
                        </ul></td>
                </tr>
                <tr id="kb974318">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=11385">Windows2000-KB974318-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/F/5/4/F5466F0B-9194-4167-8BD0-A6771D35912D/Windows2000-KB974318-nec98-JPN.EXE" title="Direct download">Windows2000-KB974318-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-12</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-071">MS09-071</a></td>
                        <td><a href="http://support.microsoft.com/kb/974318">974318</a></td>
                        <td>Internet Authentication service fix</td>
                        <td><ul>
                                <li>raschap.dll 5.0.2195.7344</li>
                                <li>rastls.dll 5.0.2195.7344</li>
                        </ul></td>
                </tr>
                <tr id="kb974392">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=24354">Windows2000-KB974392-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/0/F/D/0FD6E3F0-924A-4126-A6EB-C73CA5F01A8A/Windows2000-KB974392-nec98-JPN.EXE" title="Direct download">Windows2000-KB974392-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-12</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms09-069">MS09-069</a></td>
                        <td><a href="http://support.microsoft.com/kb/974392">974392</a></td>
                        <td>Local Security Authority Subsystem fix</td>
                        <td><ul>
                                <li>oakley.dll 5.0.2195.7343</li>
                                <li>rasmans.dll 5.0.2195.7099</li>
                        </ul></td>
                </tr>
                <tr id="kb951748">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=19787">Windows2000-KB951748-V2-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/0/5/8/0582799c-a174-4e44-ac2b-7cf162076fb0/Windows2000-KB951748-V2-nec98-JPN.EXE" title="Direct download">Windows2000-KB951748-V2-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-12</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms08-037">MS08-037</a></td>
                        <td><a href="http://support.microsoft.com/kb/951748">951748</a></td>
                        <td>Domain Name System (DNS) fix</td>
                        <td><ul>
                                <li>afd.sys 5.0.2195.7204</li>
                                <li>dnsapi.dll 5.0.2195.7280</li>
                                <li>dnsrslvr.dll 5.0.2195.7280</li>
                                <li>msafd.dll 5.0.2195.7158</li>
                                <li>mswsock.dll 5.0.2195.7158</li>
                                <li>tcpip.sys 5.0.2195.7162</li>
                        </ul></td>
                </tr>
                <tr id="kb955759">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=2046">Windows2000-KB955759-x86-XXX.exe</a><br><a href="http://download.microsoft.com/download/9/9/1/9911471D-B6E5-448E-8811-22AC975A6179/Windows2000-KB955759-nec98-JPN.EXE" title="Direct download">Windows2000-KB955759-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2009-12</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/955759">955759</a></td>
                        <td>Indeo codec AppCompat update (<a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=923826">thanks My2GirlsDad</a> and <a href="http://www.msfn.org/board/index.php?act=findpost&amp;pid=932471">jinjou</a>)</td>
                        <td><ul>
                                <li>aclayers.dll 5.0.2195.7358</li>
                                <li>sysmain.sdb 0.2.1.25584</li>
                        </ul></td>
                </tr>
                <tr id="kb972270">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=10457">Windows2000-KB972270-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/A/6/D/A6DCD098-B66F-4E8B-BC1B-D964B932F8A5/Windows2000-KB972270-nec98-JPN.EXE" title="Direct download">Windows2000-KB972270-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-01</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-001">MS10-001</a></td>
                        <td><a href="http://support.microsoft.com/kb/972270">972270</a></td>
                        <td>Embedded OpenType Font Engine fix</td>
                        <td><ul>
                                <li>fontsub.dll 5.0.2195.7348</li>
                                <li>t2embed.dll 5.0.2195.7348</li>
                        </ul></td>
                </tr>
                <tr id="kb971468">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=22653">Windows2000-KB971468-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/2/8/B/28B115E3-4937-4766-A988-CCE9DCB17D8E/Windows2000-KB971468-nec98-JPN.EXE" title="Direct download">Windows2000-KB971468-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-02</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-012">MS10-012</a></td>
                        <td><a href="http://support.microsoft.com/kb/971468">971468</a></td>
                        <td>Server Message Block (SMB) Server fix</td>
                        <td><ul>
                                <li>srv.sys 5.0.2195.7365</li>
                        </ul></td>
                </tr>
                <tr id="kb975713">
                        <td>Unnecessary if slipstreaming the <a href="#list_ie">latest IE Cumulative Update</a></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=20381">Windows2000-KB975713-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/F/4/4/F44F851D-F15F-4C79-839C-C2EE343A3A21/Windows2000-KB975713-nec98-JPN.EXE" title="Direct download">Windows2000-KB975713-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-02</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-007">MS10-007</a></td>
                        <td><a href="http://support.microsoft.com/kb/975713">975713</a></td>
                        <td>Shell Handler fix</td>
                        <td><ul>
                                <li>shlwapi.dll 5.0.3900.7349</li>
                        </ul></td>
                </tr>
                <tr id="kb977290">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=22720">Windows2000-KB977290-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/3/9/3/3933B9E2-33BD-4BCB-BF1D-C8CEFD74886A/Windows2000-KB977290-nec98-JPN.EXE" title="Direct download">Windows2000-KB977290-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-02</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-014">MS10-014</a></td>
                        <td><a href="http://support.microsoft.com/kb/977290">977290</a></td>
                        <td>Kerberos fix</td>
                        <td><ul>
                                <li>kdcsvc.dll 5.0.2195.7361</li>
                        </ul></td>
                </tr>
                <tr id="kb977914">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=13917">Windows2000-KB977914-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/8/0/8/80828FFF-BA65-46B3-9566-4EC7898BA7FC/Windows2000-KB977914-nec98-JPN.EXE" title="Direct download">Windows2000-KB977914-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-02</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-013">MS10-013</a></td>
                        <td><a href="http://support.microsoft.com/kb/977914">977914</a></td>
                        <td>DirectShow fix</td>
                        <td><ul>
                                <li>avifil32.dll 5.0.2195.7359</li>
                                <li>mciavi32.dll 5.0.2195.7359</li>
                                <li>msrle32.dll 5.0.2195.7359</li>
                                <li>msvidc32.dll 5.0.2195.7359</li>
                                <li>tsbyuv.dll 5.0.2195.7359</li>
                        </ul></td>
                </tr>
                <tr id="kb978037">
                        <td></td>
                        <td>HF</td>
                        <td>
                                <a href="http://www.microsoft.com/download/details.aspx?id=9069">Windows2000-KB978037-x86-XXX.EXE</a><br>
                                <a href="http://download.microsoft.com/download/9/1/F/91FDEC99-58F7-4907-B491-5253F413DACB/Windows2000-KB978037-nec98-JPN.EXE" title="Direct download">Windows2000-KB978037-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a>
                        </td>
                        <td>2010-02</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-011">MS10-011</a></td>
                        <td><a href="http://support.microsoft.com/kb/978037">978037</a></td>
                        <td>Client/Server Run-time Subsystem fix</td>
                        <td></td>
                </tr>
                <tr id="kb978706">
                        <td></td>
                        <td>HF</td>
                        <td>
                                <a href="http://www.microsoft.com/download/details.aspx?id=20512">Windows2000-KB978706-x86-XXX.EXE</a><br>
                                <a href="http://download.microsoft.com/download/6/2/C/62C62C2C-F58D-43E8-BB30-F5E965759B4B/Windows2000-KB978706-nec98-JPN.EXE" title="Direct download">Windows2000-KB978706-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a>
                        </td>
                        <td>2010-02</td>
                        <td>Moderate</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-005">MS10-005</a></td>
                        <td><a href="http://support.microsoft.com/kb/978706">978706</a></td>
                        <td>Paint fix</td>
                        <td><ul>
                                <li>mspaint.exe 5.0.2195.7368</li>
                        </ul></td>
                </tr>
                <tr id="kb979099">
                        <td>Junk. For those who want junk on their system to keep <a href="#list_wu">Windows Update</a> happy. Not available for <span lang="ja">日本語 (NEC)</span></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2ca67c64-96a8-47bd-b679-5910ac891084">WindowsRightsManagementServicesSP2-KB979099-Client-x86-XXX.exe</a></td>
                        <td>2010-02</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/979099">979099</a></td>
                        <td>Active Directory Rights Management Services (AD RMS) clients update</td>
                        <td></td>
                </tr>
                <tr id="kb976323" class="problem">
                        <td>Windows 2000 Server (default), but <a href="http://www.blackviper.com/WIN2K/win2kservice411.htm#Simple_Mail_Transport_Protocol">Pro too if SMTP installed</a>. <a href="http://www.networkworld.com/community/blog/microsoft-fixes-buggy-patch-windows-server-20">Reported to cause Windows 2000-based servers to stop sending email when authentication is required</a>. In that case, <a href="http://social.msdn.microsoft.com/Forums/en-US/windowssecurity/thread/c87f4186-8842-4f50-b73c-d99e93a9f53c">omit this update</a></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=20684">Windows2000-KB976323-x86-XXX.EXE</a></td>
                        <td>2010-04</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-024">MS10-024</a></td>
                        <td><a href="http://support.microsoft.com/kb/976323">976323</a></td>
                        <td>Exchange and Simple Mail Transfer Protocol (SMTP) Service fix</td>
                        <td><ul>
                                <li>smtpsvc.dll 5.0.2195.7381</li>
                        </ul></td>
                </tr>
                <tr id="kb978601">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=22992">Windows2000-KB978601-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/9/9/C/99CF80BC-B655-4401-8A13-F5FFA8997A1B/Windows2000-KB978601-nec98-JPN.EXE" title="Direct download">Windows2000-KB978601-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-04</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-019">MS10-019</a></td>
                        <td><a href="http://support.microsoft.com/kb/978601">978601</a></td>
                        <td>Authenticode Signature Verification fix</td>
                        <td><ul>
                                <li>wintrust.dll 5.131.2195.7375</li>
                        </ul></td>
                </tr>
                <tr id="kb979309">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=17118">Windows2000-KB979309-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/3/8/7/387E59D1-0890-47A1-9D02-5B634C74C75C/Windows2000-KB979309-nec98-JPN.EXE" title="Direct download">Windows2000-KB979309-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-04</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-019">MS10-019</a></td>
                        <td><a href="http://support.microsoft.com/kb/979309">979309</a></td>
                        <td>Cabinet File Viewer Shell Extension fix</td>
                        <td><ul>
                                <li>cabview.dll 5.0.3900.7369</li>
                        </ul></td>
                </tr>
                <tr id="kb979683">
                        <td>If installed manually, may cause a <abbr title="Blue Screen of Death">BSOD</abbr> (thanks tomasz86 and <a href="http://translate.google.com/translate?js=n&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=2&amp;eotf=1&amp;sl=auto&amp;tl==en&amp;u=http%3A%2F%2Fblog.livedoor.jp%2Fblackwingcat%2Farchives%2F1138372.html">blackwingcat (translated to English via Google Translate)</a>)</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=18876">Windows2000-KB979683-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/B/6/E/B6E6787F-84BE-423D-B6B7-762FDB9637B1/Windows2000-KB979683-nec98-JPN.EXE" title="Direct download">Windows2000-KB979683-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-04</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-021">MS10-021</a></td>
                        <td><a href="http://support.microsoft.com/kb/979683">979683</a></td>
                        <td>Kernel fix</td>
                        <td><ul>
                                <li>mup.sys 5.0.2195.7006</li>
                                <li>ntkrnlmp.exe 5.0.2195.7376</li>
                                <li>ntkrnlpa.exe 5.0.2195.7376</li>
                                <li>ntkrpamp.exe 5.0.2195.7376</li>
                                <li>ntoskrnl.exe 5.0.2195.7376</li>
                                <li>mpsyschk.dll 5.2.3790.4674</li>
                        </ul></td>
                </tr>
                <tr id="kb980232">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=15431">Windows2000-KB980232-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/9/2/B/92B33232-D998-41DF-B001-A65A52BB448A/Windows2000-KB980232-nec98-JPN.EXE" title="Direct download">Windows2000-KB980232-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-04</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-020">MS10-020</a></td>
                        <td><a href="http://support.microsoft.com/kb/980232">980232</a></td>
                        <td>Server Message Block (SMB) client fix</td>
                        <td><ul>
                                <li>rdbss.sys 5.0.2195.7376</li>
                                <li>mrxsmb.sys 5.0.2195.7379</li>
                        </ul></td>
                </tr>
                <tr id="kb983458" class="hbr">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=983458">Windows2000-KB983458-x86-XXX.EXE</a></td>
                        <td>2010-05</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/983458">983458</a></td>
                        <td>Server Message Block (SMB) validation fix</td>
                        <td><ul>
                                <li>mrxsmb.sys 5.0.2195.7399</li>
                        </ul></td>
                </tr>
                <tr id="kb979482">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=9457">Windows2000-KB979482-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/0/1/1/011C12F5-4414-4F4A-9135-BD92599703DC/Windows2000-KB979482-nec98-JPN.EXE" title="Direct download">Windows2000-KB979482-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-06</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-033">MS10-033</a></td>
                        <td><a href="http://support.microsoft.com/kb/979482">979482</a></td>
                        <td>Media Decompression fix</td>
                        <td><ul>
                                <li>asycfilt.dll 2.40.4534.0</li>
                        </ul></td>
                </tr>
                <tr id="kb979559">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=14821">Windows2000-KB979559-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/8/0/0/8009E31A-F83F-4428-AE31-92C28486F14C/Windows2000-KB979559-nec98-JPN.EXE" title="Direct download">Windows2000-KB979559-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-06</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-032">MS10-032</a></td>
                        <td><a href="http://support.microsoft.com/kb/979559">979559</a></td>
                        <td>Kernel-Mode drivers fix</td>
                        <td><ul>
                                <li>win32k.sys 5.0.2195.7397</li>
                        </ul></td>
                </tr>
                <tr id="kb980195" class="superseded">
                        <td><strong>Replaced</strong> by <a href="#kb2736233">2736233</a> (a Windows XP update)</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=15216">Windows2000-KB980195-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/B/5/9/B59D593D-C0B0-4ECC-BE89-6420E2870DB4/Windows2000-KB980195-nec98-JPN.EXE" title="Direct download">Windows2000-KB980195-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-06</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-034">MS10-034</a></td>
                        <td><a href="http://support.microsoft.com/kb/980195">980195</a></td>
                        <td>ActiveX kill bits cumulative security update</td>
                        <td></td>
                </tr>
                <tr id="kb980218">
                        <td></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=23295">Windows2000-KB980218-x86-XXX.EXE</a><br><a href="http://download.microsoft.com/download/F/A/5/FA51D7FE-6588-486A-9700-2F98F7A755B8/Windows2000-KB980218-nec98-JPN.EXE" title="Direct download">Windows2000-KB980218-nec98-JPN.EXE<span lang="ja">(日本語(NEC))</span></a></td>
                        <td>2010-06</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-037">MS10-037</a></td>
                        <td><a href="http://support.microsoft.com/kb/980218">980218</a></td>
                        <td>OpenType Compact Font Format (CFF) driver fix</td>
                        <td><ul>
                                <li>atmfd.dll 5.0.2.227</li>
                        </ul></td>
                </tr>
                <tr id="kb983234">
                        <td>When requesting this hotfix, choose that with <strong>DevDiv894516</strong> in the Fix name column. In your HFSLIP folder, manually create the REPLACE folder and its I386 subfolder. Compress Msvbvm60.dll using Makecab.exe (on the Windows 2000 installation disc and part of the <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IEAK6.EXE">IE Administration Kit (IEAK)</a>). Put the compressed file Msvbvm60.dl_ into REPLACE\I386\</td>
                        <td>REPLACE\I386\</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=983234">416967_intl_i386_zip.exe</a><br>(run this executable file to extract Msvbvm60.dll. Use Msvbvm60.dll)</td>
                        <td>2010-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/983234">983234</a></td>
                        <td>Visual Basic 6.0 fix</td>
                        <td><ul>
                                <li>msvbvm60.dll 6.0.98.21</li>
                        </ul></td>
                </tr>
                <tr id="kb2347290">
                        <td>Official update released post-<a href="http://support.microsoft.com/gp/lifean35"><abbr>EOL</abbr></a>. Download via <a href="http://www.windows2000.tk/archive">Archive</a>. <strong>Note</strong>: Available only in <span lang="en">English</span> but can be slipstreamed into all language versions of Windows because spoolsv.exe is language neutral</td>
                        <td>HF</td>
                        <td><a href="https://www.dropbox.com/sh/ch0oa53ew4i4fxq/h35WtxBAW_/Public/Windows2000/Updates/Windows/2347290">Windows2000-KB2347290-x86-custom-ENU.EXE (English)</a></td>
                        <td>2010-09</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-061">MS10-061</a></td>
                        <td><a href="http://support.microsoft.com/kb/2347290">2347290</a></td>
                        <td>Print Spooler Service fix</td>
                        <td><ul>
                                <li>spoolsv.exe 5.0.2195.7425</li>
                        </ul></td>
                </tr>
                <tr id="kb2483185">
                        <td>Official update released post-<a href="http://support.microsoft.com/gp/lifean35"><abbr>EOL</abbr></a>. Download via <a href="http://www.windows2000.tk/archive">Archive</a>. <strong>Note</strong>: Available only in <span lang="en">English</span></td>
                        <td>HF</td>
                        <td><a href="https://www.dropbox.com/sh/ch0oa53ew4i4fxq/3wsidtrKEn/Public/Windows2000/Updates/Windows/2483185">Windows2000-KB2483185-x86-custom-ENU.EXE (English)</a></td>
                        <td>2011-02</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms11-006">MS11-006</a></td>
                        <td><a href="http://support.microsoft.com/kb/2483185">2483185</a></td>
                        <td>Shell Graphics Processing fix</td>
                        <td><ul>
                                <li>thumbvw.dll 5.0.3900.7440</li>
                        </ul></td>
                </tr>
                <tr id="kb2570947">
                        <td>Official update released post-<a href="http://support.microsoft.com/gp/lifean35"><abbr>EOL</abbr></a>. <strong>Note</strong>: extract 2570947 from the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=154810DB-E79A-47F2-B327-B70B70B405A6">September 2011 Security Release ISO Image</a> (filename: Windows-KB913086-201109.iso, size: 91.4 MB) by using a file archiver tool such as <a href="http://www.7-zip.org/">7-Zip</a> or download it from the unofficial <a href="http://www.windows2000.tk/archive">tomasz86's Archive</a></td>
                        <td>HF</td>
                        <td><strong>WINDOWS2000-KB2570947-X86-CUSTOM-XXX.EXE</strong></td>
                        <td>2011-09</td>
                        <td>Important</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms11-071">MS11-071</a></td>
                        <td><a href="http://support.microsoft.com/kb/2570947">2570947</a></td>
                        <td>Windows Components fix</td>
                        <td></td>
                </tr>
                <tr id="kb2736233">
                        <td>This Windows XP update replaces <a href="#kb980195">980195</a>. It can be slipstreamed, but <strong>can't</strong> be installed manually from the installer</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=34639">WindowsXP-KB2736233-x86-XXX.exe</a></td>
                        <td>2012-09</td>
                        <td>Advisory</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms12-000">MS12-000</a></td>
                        <td><a href="http://support.microsoft.com/kb/2736233">2736233</a></td>
                        <td>ActiveX Kill Bits update rollup</td>
                        <td></td>
                </tr>
                <tr id="kb2794119">
                        <td>This Windows XP update can be slipstreamed, but <strong>can't</strong> be installed manually from the installer</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=36452">WindowsXP-KB2794119-x86-XXX.exe</a></td>
                        <td>2013-01</td>
                        <td colspan="2">Optional</td>
                        <td><a href="http://support.microsoft.com/kb/2794119">2794119</a></td>
                        <td>Cumulative time zone update</td>
                        <td></td>
                </tr>
                <tr id="kb2798897">
                        <td><strong>Note</strong>: slipstreaming with HFSLIP requires <a href="http://mimo.zxq.net/updatelist.htm#table6" class="tool">HFSLIP 1.7.10 beta J v10 or newer</a></td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=36195">rvkroots.exe</a></td>
                        <td>2013-01</td>
                        <td colspan="2">Advisory</td>
                        <td><a href="http://support.microsoft.com/kb/2798897">2798897</a></td>
                        <td>Digital certificates fix</td>
                        <td></td>
                </tr>
        </tbody>
</table>

<hr>

<table class="hfsliplist">
        <caption>Internet Explorer - Choose either IE5 or IE6SP1 (IE6 is not part of Windows 2000)</caption>
        <colgroup>
                <col class="col_Notes">
                <col class="col_Folder">
                <col class="col_Filename">
                <col class="col_Date">
                <col class="col_Priority">
                <col class="col_Bulletin">
                <col class="col_Kb">
                <col class="col_Description">
                <col class="col_Files">
        </colgroup>
        <thead>
                <tr>
                        <th>Notes</th>
                        <th>Folder</th>
                        <th>Filename</th>
                        <th>Date</th>
                        <th>Priority</th>
                        <th>Bulletin</th>
                        <th>KB</th>
                        <th>Description</th>
                        <th>Files</th>
                </tr>
        </thead>
        <tbody>
                <tr class="correct_versions">
                        <th colspan="9">Internet Explorer 5 only. <a href="#correct_versions">Don't mix and match versions</a></th>
                </tr>
                <tr id="kb938127">
                        <td>IE5.01 SP4</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=21919">IE5.01sp4-KB938127-Windows2000sp4-x86-XXX.exe</a></td>
                        <td>2007-08</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms07-050">MS07-050</a></td>
                        <td><a href="http://support.microsoft.com/kb/938127">938127</a></td>
                        <td>Vector Markup Language fix</td>
                        <td><ul>
                                <li>vgx.dll 5.0.3854.2500</li>
                        </ul></td>
                </tr>
                <tr id="kb978542_ie5">
                        <td>IE5.</td>
                        <td>HF</td>
                        <td><a href="http://www.microsoft.com/download/details.aspx?id=3938">OE5.5sp2-KB978542-Windows2000-x86-XXX.exe</a></td>
                        <td>2010-05</td>
                        <td>Critical</td>
                        <td><a href="http://technet.microsoft.com/security/bulletin/ms10-030">MS10-030</a></td>
                        <td><a href="http://support.microsoft.com/kb/978542">978542</a></td>
                        <td>Outlook Express and Windows Mail fix</td>
                        <td><ul>
                                <li>inetcomm.dll 5.50.5010.200</li>
                                <li>msoe.dll 5.50.5010.200</li>
                                <li>wab.exe 5.50.5008.1700</li>
                                <li>wab32.dll 5.50.5008.1700</li>
                                <li>wabimp.dll 5.50.5008.1700</li>
                        </ul></td>
                </tr>
                <tr id="kb2792100_ie5">
                        <td>IE5.01 SP4. Official update released post-<a href="http://support.microsoft.com/gp/lifean35"><abbr>EOL</abbr></a>. <strong>Note</strong>: either extract 2792100 for IE5 from the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=36707">February 2013 Security Release ISO Image</a> (filename: Windows_KB913086_2013-02.iso, size: 5.1 GB) by using a file archiver tool such as <a href="http://www.7-zip.org/">7-Zip</a> or download it from the unofficial <a href="http://www.windows2000.tk/archive">tomasz86's Archive</a></td>
                        <td>HF</td>
                        <td><strong>IE5.01SP4-KB2792100-WINDOWS2000SP4-X86-XXX.EXE</strong></td>
                        <td>2013-02</td>
                        <td>Critical</td>
                        <td>MS13-009</td>
                        <td><a href="http://support.microsoft.com/kb/2792100">2792100</a></td>
                        <td>IE5 Cumulative Security Update</td>
                        <td><ul>
                                <li>browseui.dll 5.00.3900.7518</li>
                                <li>iepeers.dll 5.00.3900.7518</li>
                                <li>inseng.dll 5.00.3900.7518</li>
                                <li>jsproxy.dll 5.00.3900.7518</li>
                                <li>mshtml.dll 5.00.3900.7518</li>
                                <li>mshtmled.dll 5.00.3900.7518</li>
                                <li>msrating.dll 5.00.3900.7518</li>
                                <li>pngfilt.dll 5.00.3900.7518</li>
                                <li>shdocvw.dll 5.00.3900.7518</li>
                                <li>shlwapi.dll 5.00.3900.7518</li>
                                <li>urlmon.dll 5.00.3900.7518</li>
                                <li>wininet.dll 5.00.3900.7518</li>
                                <li>url.dll 5.51.3900.7518</li>
                                <li>danim.dll 6.01.0009.0729</li>
                                <li>dxtmsft.dll 6.01.0009.0729</li>
                                <li>tdc.ocx 1.03.0000.2704</li>
                        </ul></td>
                </tr>
                <tr class="correct_versions">
                        <th colspan="9">Internet Explorer 6 only. <a href="#correct_versions">Don't mix and match versions</a></th>
                </tr>
                <tr id="kb326912" class="hbr">
                        <td>IE6 SP1</td>
                        <td>HFSVCPACK_SW1</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=326912">q326912.exe (English)</a></td>
                        <td>2002-06</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/326912">326912</a></td>
                        <td>Userenv event ID 1000 fix</td>
                        <td><ul>
                                <li>ieinfo5.ocx 5.50.4918.1900</li>
                        </ul></td>
                </tr>
                <tr id="kb318234" class="hbr">
                        <td>IE6 SP1</td>
                        <td>HF</td>
                        <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=318234">q318234.exe (English)</a></td>
                        <td>2002-08</td>
                        <td colspan="2">HBR</td>
                        <td><a href="http://support.microsoft.com/kb/318234">318234</a></td>
                        <td>RunOnce Registry Entries fix - </td>
                        <td><ul>
                                <li>iernonce.dll 6.0.2900.0</li>
                        </ul></td>
                </tr>
        <tr id="ie6cab-BRANDING">
                <td>IE6 SP1</td>
                <td>HFCABS</td>
                <td>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/AR/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="ar">(عربي - Arabic)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="zh-cn">(中文(简体))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TW/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="zh-tw">(繁體中文版本)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CS/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="cs">(čeština)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DA/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="da">(Dansk)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DE/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="de">(Deutsch)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EL/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="el">(ελληνικά)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/BRANDING.CAB" title="Direct download">BRANDING.CAB (English)</a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/ES/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="es">(Español)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FI/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="fi">(suomi)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FR/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="fr">(Français)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HE/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="he">(עִבְרִית)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HU/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="hu">(magyar)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/IT/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="it">(italiano)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/JA/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="ja">(日本語)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/KO/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="ko">(한국어)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NL/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="nl">(Nederlands)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NO/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="no">(Norsk (Bokmål))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PL/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="pl">(polski)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT-BR/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="pt-br">(português brasileiro)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="pt">(português)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/RU/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="ru">(русский)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/SV/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="sv">(Svenska)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TR/BRANDING.CAB" title="Direct download">BRANDING.CAB <span lang="tr">(Türkçe)</span></a><br>
                </td>
                <td>2002-09</td>
                <td colspan="2">N/A</td>
                <td><a href="http://support.microsoft.com/kb/326489">326489</a></td>
                <td>IE install files</td>
                <td></td>
        </tr>
        <tr id="ie6cab-IEW2K_1">
                <td>IE6 SP1</td>
                <td>HFCABS</td>
                <td>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/AR/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="ar">(عربي - Arabic)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="zh-cn">(中文(简体))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TW/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="zh-tw">(繁體中文版本)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CS/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="cs">(čeština)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DA/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="da">(Dansk)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DE/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="de">(Deutsch)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EL/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="el">(ελληνικά)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB (English)</a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/ES/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="es">(Español)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FI/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="fi">(suomi)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FR/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="fr">(Français)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HE/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="he">(עִבְרִית)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HU/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="hu">(magyar)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/IT/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="it">(italiano)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/JA/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="ja">(日本語)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/KO/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="ko">(한국어)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NL/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="nl">(Nederlands)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NO/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="no">(Norsk (Bokmål))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PL/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="pl">(polski)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT-BR/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="pt-br">(português brasileiro)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="pt">(português)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/RU/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="ru">(русский)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/SV/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="sv">(Svenska)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TR/IEW2K_1.CAB" title="Direct download">IEW2K_1.CAB <span lang="tr">(Türkçe)</span></a><br>
                </td>
                <td>2002-09</td>
                <td colspan="2">N/A</td>
                <td><a href="http://support.microsoft.com/kb/326489">326489</a></td>
                <td>IE install files</td>
                <td></td>
        </tr>
        <tr id="ie6cab-IEW2K_2">
                <td>IE6 SP1</td>
                <td>HFCABS</td>
                <td>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/AR/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="ar">(عربي - Arabic)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="zh-cn">(中文(简体))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TW/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="zh-tw">(繁體中文版本)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CS/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="cs">(čeština)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DA/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="da">(Dansk)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DE/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="de">(Deutsch)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EL/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="el">(ελληνικά)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB (English)</a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/ES/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="es">(Español)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FI/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="fi">(suomi)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FR/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="fr">(Français)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HE/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="he">(עִבְרִית)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HU/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="hu">(magyar)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/IT/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="it">(italiano)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/JA/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="ja">(日本語)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/KO/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="ko">(한국어)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NL/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="nl">(Nederlands)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NO/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="no">(Norsk (Bokmål))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PL/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="pl">(polski)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT-BR/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="pt-br">(português brasileiro)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="pt">(português)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/RU/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="ru">(русский)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/SV/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="sv">(Svenska)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TR/IEW2K_2.CAB" title="Direct download">IEW2K_2.CAB <span lang="tr">(Türkçe)</span></a><br>
                </td>
                <td>2002-09</td>
                <td colspan="2">N/A</td>
                <td><a href="http://support.microsoft.com/kb/326489">326489</a></td>
                <td>IE install files</td>
                <td></td>
        </tr>
        <tr id="ie6cab-IEW2K_3">
                <td>IE6 SP1</td>
                <td>HFCABS</td>
                <td>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/AR/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="ar">(عربي - Arabic)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="zh-cn">(中文(简体))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TW/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="zh-tw">(繁體中文版本)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CS/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="cs">(čeština)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DA/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="da">(Dansk)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DE/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="de">(Deutsch)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EL/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="el">(ελληνικά)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB (English)</a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/ES/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="es">(Español)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FI/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="fi">(suomi)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FR/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="fr">(Français)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HE/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="he">(עִבְרִית)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HU/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="hu">(magyar)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/IT/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="it">(italiano)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/JA/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="ja">(日本語)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/KO/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="ko">(한국어)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NL/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="nl">(Nederlands)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NO/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="no">(Norsk (Bokmål))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PL/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="pl">(polski)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT-BR/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="pt-br">(português brasileiro)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="pt">(português)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/RU/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="ru">(русский)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/SV/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="sv">(Svenska)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TR/IEW2K_3.CAB" title="Direct download">IEW2K_3.CAB <span lang="tr">(Türkçe)</span></a><br>
                </td>
                <td>2002-09</td>
                <td colspan="2">N/A</td>
                <td><a href="http://support.microsoft.com/kb/326489">326489</a></td>
                <td>IE install files</td>
                <td></td>
        </tr>
        <tr id="ie6cab-IEW2K_4">
                <td>IE6 SP1. <strong>To slipstream the IE6 version of Url.dll</strong>, take these additional steps. Create the following folder hierarchy within your HFSLIP folder (if it doesn't already exist): <strong>HFEXPERT\WIN\SYSTEM32</strong>. Extract Url.dll from IEW2K_4.CAB into this SYSTEM32 folder (from a command prompt, using the -x switch, or by using a file archiver tool such as <a href="http://www.7-zip.org/">7-Zip</a>)</td>
                <td>HFCABS</td>
                <td>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/AR/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="ar">(عربي - Arabic)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="zh-cn">(中文(简体))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TW/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="zh-tw">(繁體中文版本)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CS/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="cs">(čeština)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DA/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="da">(Dansk)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DE/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="de">(Deutsch)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EL/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="el">(ελληνικά)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB (English)</a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/ES/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="es">(Español)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FI/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="fi">(suomi)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FR/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="fr">(Français)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HE/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="he">(עִבְרִית)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HU/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="hu">(magyar)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/IT/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="it">(italiano)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/JA/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="ja">(日本語)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/KO/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="ko">(한국어)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NL/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="nl">(Nederlands)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NO/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="no">(Norsk (Bokmål))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PL/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="pl">(polski)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT-BR/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="pt-br">(português brasileiro)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="pt">(português)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/RU/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="ru">(русский)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/SV/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="sv">(Svenska)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TR/IEW2K_4.CAB" title="Direct download">IEW2K_4.CAB <span lang="tr">(Türkçe)</span></a><br>
                </td>
                <td>2002-09</td>
                <td colspan="2">N/A</td>
                <td><a href="http://support.microsoft.com/kb/326489">326489</a></td>
                <td>IE install files</td>
                <td></td>
        </tr>
        <tr id="ie6cab-MAILNEWS">
                <td>IE6 SP1</td>
                <td>HFCABS</td>
                <td>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/AR/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="ar">(عربي - Arabic)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="zh-cn">(中文(简体))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TW/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="zh-tw">(繁體中文版本)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CS/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="cs">(čeština)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DA/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="da">(Dansk)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DE/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="de">(Deutsch)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EL/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="el">(ελληνικά)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB (English)</a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/ES/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="es">(Español)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FI/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="fi">(suomi)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FR/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="fr">(Français)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HE/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="he">(עִבְרִית)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HU/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="hu">(magyar)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/IT/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="it">(italiano)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/JA/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="ja">(日本語)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/KO/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="ko">(한국어)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NL/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="nl">(Nederlands)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NO/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="no">(Norsk (Bokmål))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PL/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="pl">(polski)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT-BR/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="pt-br">(português brasileiro)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="pt">(português)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/RU/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="ru">(русский)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/SV/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="sv">(Svenska)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TR/MAILNEWS.CAB" title="Direct download">MAILNEWS.CAB <span lang="tr">(Türkçe)</span></a><br>
                </td>
                <td>2002-09</td>
                <td colspan="2">N/A</td>
                <td><a href="http://support.microsoft.com/kb/326489">326489</a></td>
                <td>IE install files</td>
                <td></td>
        </tr>
        <tr id="ie6cab-OEEXCEP">
                <td>IE6 SP1</td>
                <td>HFCABS</td>
                <td>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/AR/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="ar">(عربي - Arabic)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="zh-cn">(中文(简体))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TW/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="zh-tw">(繁體中文版本)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CS/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="cs">(čeština)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DA/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="da">(Dansk)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DE/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="de">(Deutsch)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EL/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="el">(ελληνικά)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB (English)</a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/ES/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="es">(Español)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FI/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="fi">(suomi)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FR/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="fr">(Français)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HE/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="he">(עִבְרִית)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HU/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="hu">(magyar)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/IT/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="it">(italiano)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/JA/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="ja">(日本語)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/KO/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="ko">(한국어)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NL/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="nl">(Nederlands)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NO/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="no">(Norsk (Bokmål))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PL/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="pl">(polski)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT-BR/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="pt-br">(português brasileiro)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="pt">(português)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/RU/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="ru">(русский)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/SV/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="sv">(Svenska)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TR/OEEXCEP.CAB" title="Direct download">OEEXCEP.CAB <span lang="tr">(Türkçe)</span></a><br>
                </td>
                <td>2002-09</td>
                <td colspan="2">N/A</td>
                <td><a href="http://support.microsoft.com/kb/326489">326489</a></td>
                <td>IE install files</td>
                <td></td>
        </tr>
        <tr id="ie6cab-SCRIPTXX">
                <td>IE6 SP1</td>
                <td>HFCABS</td>
                <td>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/AR/SCRIPTAR.CAB" title="Direct download">SCRIPTAR.CAB <span lang="ar">(عربي - Arabic)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/SCRIPCHS.CAB" title="Direct download">SCRIPCHS.CAB <span lang="zh-cn">(中文(简体))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TW/SCRIPCHT.CAB" title="Direct download">SCRIPCHT.CAB <span lang="zh-tw">(繁體中文版本)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CS/SCRIPTCS.CAB" title="Direct download">SCRIPTCS.CAB <span lang="cs">(čeština)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DA/SCRIPTDA.CAB" title="Direct download">SCRIPTDA.CAB <span lang="da">(Dansk)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DE/SCRIPTDE.CAB" title="Direct download">SCRIPTDE.CAB <span lang="de">(Deutsch)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EL/SCRIPTEL.CAB" title="Direct download">SCRIPTEL.CAB <span lang="el">(ελληνικά)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/SCRIPTEN.CAB" title="Direct download">SCRIPTEN.CAB (English)</a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/ES/SCRIPTES.CAB" title="Direct download">SCRIPTES.CAB <span class="es" lang="es">(Español)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FI/SCRIPTFI.CAB" title="Direct download">SCRIPTFI.CAB <span lang="fi">(suomi)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FR/SCRIPTFR.CAB" title="Direct download">SCRIPTFR.CAB <span lang="fr">(Français)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HE/SCRIPTHE.CAB" title="Direct download">SCRIPTHE.CAB <span lang="he">(עִבְרִית)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HU/SCRIPTHU.CAB" title="Direct download">SCRIPTHU.CAB <span lang="hu">(magyar)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/IT/SCRIPTIT.CAB" title="Direct download">SCRIPTIT.CAB <span lang="it">(italiano)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/JA/SCRIPTJP.CAB" title="Direct download">SCRIPTJP.CAB <span class="ja" lang="ja">(日本語)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/KO/SCRIPTKO.CAB" title="Direct download">SCRIPTKO.CAB <span lang="ko">(한국어)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NL/SCRIPTNL.CAB" title="Direct download">SCRIPTNL.CAB <span lang="nl">(Nederlands)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NO/SCRIPTNO.CAB" title="Direct download">SCRIPTNO.CAB <span lang="no">(Norsk (Bokmål))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PL/SCRIPTPL.CAB" title="Direct download">SCRIPTPL.CAB <span class="pl" lang="pl">(polski)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT-BR/SCRIPPTB.CAB" title="Direct download">SCRIPPTB.CAB <span lang="pt-br">(português brasileiro)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT/SCRIPPTG.CAB" title="Direct download">SCRIPPTG.CAB <span lang="pt">(português)</span></a><br><a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/RU/SCRIPTRU.CAB" title="Direct download">SCRIPTRU.CAB <span lang="ru">(русский)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/SV/SCRIPTSV.CAB" title="Direct download">SCRIPTSV.CAB <span lang="sv">(Svenska)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TR/SCRIPTTR.CAB" title="Direct download">SCRIPTTR.CAB <span lang="tr">(Türkçe)</span></a><br>
                </td>
                <td>2002-09</td>
                <td colspan="2">N/A</td>
                <td><a href="http://support.microsoft.com/kb/326489">326489</a></td>
                <td>IE install files. Script 5.6 (<a href="#correct_versions">info about Script versions</a>)</td>
                <td></td>
        </tr>
        <tr id="ie6cab-WAB">
                <td>IE6 SP1. <strong>To slipstream IE6 versions of Acctres.dll and Wab32res.dll</strong>, take these additional steps. Create the following folder hierarchy within your HFSLIP folder (if it doesn't already exist): <strong>HFEXPERT\WIN\SYSTEM32</strong>. Extract Acctres.dll and Wab32res.dll from WAB.CAB into this SYSTEM32 folder (from a command prompt, using the -x switch, or by using a file archiver tool such as <a href="http://www.7-zip.org/">7-Zip</a>)</td>
                <td>HFCABS</td>
                <td>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/AR/WAB.CAB" title="Direct download">WAB.CAB <span lang="ar">(عربي - Arabic)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/WAB.CAB" title="Direct download">WAB.CAB <span lang="zh-cn">(中文(简体))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TW/WAB.CAB" title="Direct download">WAB.CAB <span lang="zh-tw">(繁體中文版本)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CS/WAB.CAB" title="Direct download">WAB.CAB <span lang="cs">(čeština)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DA/WAB.CAB" title="Direct download">WAB.CAB <span lang="da">(Dansk)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/DE/WAB.CAB" title="Direct download">WAB.CAB <span lang="de">(Deutsch)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EL/WAB.CAB" title="Direct download">WAB.CAB <span lang="el">(ελληνικά)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/WAB.CAB" title="Direct download">WAB.CAB (English)</a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/ES/WAB.CAB" title="Direct download">WAB.CAB <span lang="es">(Español)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FI/WAB.CAB" title="Direct download">WAB.CAB <span lang="fi">(suomi)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/FR/WAB.CAB" title="Direct download">WAB.CAB <span lang="fr">(Français)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HE/WAB.CAB" title="Direct download">WAB.CAB <span lang="he">(עִבְרִית)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/HU/WAB.CAB" title="Direct download">WAB.CAB <span lang="hu">(magyar)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/IT/WAB.CAB" title="Direct download">WAB.CAB <span lang="it">(italiano)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/JA/WAB.CAB" title="Direct download">WAB.CAB <span lang="ja">(日本語)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/KO/WAB.CAB" title="Direct download">WAB.CAB <span lang="ko">(한국어)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NL/WAB.CAB" title="Direct download">WAB.CAB <span lang="nl">(Nederlands)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/NO/WAB.CAB" title="Direct download">WAB.CAB <span lang="no">(Norsk (Bokmål))</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PL/WAB.CAB" title="Direct download">WAB.CAB <span lang="pl">(polski)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT-BR/WAB.CAB" title="Direct download">WAB.CAB <span lang="pt-br">(português brasileiro)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/PT/WAB.CAB" title="Direct download">WAB.CAB <span lang="pt">(português)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/RU/WAB.CAB" title="Direct download">WAB.CAB <span lang="ru">(русский)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/SV/WAB.CAB" title="Direct download">WAB.CAB <span lang="sv">(Svenska)</span></a><br>
                        <a href="http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/TR/WAB.CAB" title="Direct download">WAB.CAB <span lang="tr">(Türkçe)</span></a><br>
                </td>
                <td>2002-09</td>
                <td colspan="2">N/A</td>
                <td><a href="http://support.microsoft.com/kb/326489">326489</a></td>
                <td>IE install files</td>
                <td></td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1. Supported languages: <span class="en">English</span>, <span class="sv" lang="sv">Svenska</span></td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=331485">Q331485.exe</a></td>
                <td>Dec 2002</td>
                <td colspan="2">HBR</td>
                <td id="kb331485"><a href="http://support.microsoft.com/kb/331485">331485</a></td>
                <td>IE6 Address line keyboard shortcut fix - Browselc.dll 6.0.2800.1146</td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1</td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=816362">Q816362.exe</a></td>
                <td>Apr 2003</td>
                <td colspan="2">HBR</td>
                <td id="kb816362"><a href="http://support.microsoft.com/kb/816362">816362</a></td>
                <td>Stack Overflow Error fix - Mshta.exe 6.0.2800.1182</td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1</td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=824220">Q824220.exe</a></td>
                <td>Jul 2003</td>
                <td colspan="2">HBR</td>
                <td id="kb824220"><a href="http://support.microsoft.com/kb/824220">824220</a></td>
                <td>Some Web Page Images Don't Appear When You View a Web Page - Imgutil.dll 6.0.2800.1236</td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1. Supported languages: <span class="en">English</span>, <span class="ja" lang="ja">日本語</span></td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=325666">q325666.exe</a></td>
                <td>Oct 2003</td>
                <td colspan="2">HBR</td>
                <td id="kb325666"><a href="http://support.microsoft.com/kb/325666">325666</a></td>
                <td>Access Violation Error in Mmc.exe - Admparse.dll 6.0.2600.0</td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1. When requesting this hotfix, choose that with Q830394 in the Fix name column</td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=830394">IE6.0sp1-KB830394-Windows2000-x86-XXX.exe</a></td>
                <td>Nov 2003</td>
                <td colspan="2">HBR</td>
                <td id="kb830394"><a href="http://support.microsoft.com/kb/830394">830394</a></td>
                <td>Outlook Express icons fix - Setup50.exe 6.0.2800.1290</td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1</td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=830849">Q830849.exe (English)</a></td>
                <td>Mar 2004</td>
                <td colspan="2">HBR</td>
                <td id="kb830849"><a href="http://support.microsoft.com/kb/830849">830849</a></td>
                <td>Automatically Detect Settings feature is turned on even with restricted access in IE6 - Inetcpl.cpl 6.0.2800.1413</td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1. When requesting this hotfix, choose that with Internet Explorer 6.0 in the Product column</td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=302224">IE6.0sp1-KB302224-x86-ENU.exe (English)</a></td>
                <td>Jun 2004</td>
                <td colspan="2">HBR</td>
                <td id="kb302224"><a href="http://support.microsoft.com/kb/302224">302224</a></td>
                <td>Group Policy object Editor fix - Ieaksie.dll 6.0.2800.1451</td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1. Requires a registry fix, as explained in <a href="http://support.microsoft.com/kb/834158">the KB article</a>. Put .reg files into the HFSVCPACK folder. Supported languages: <span class="en">English</span>, <span class="ja" lang="ja">日本語</span></td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=834158">IE6.0sp1-KB834158-x86-XXX.exe</a></td>
                <td>Jun 2004</td>
                <td colspan="2">HBR</td>
                <td id="kb834158"><a href="http://support.microsoft.com/kb/834158">834158</a></td>
                <td>IE6 printing fix - Shdoclc.dll 6.0.2800.1443</td>
        </tr>
        <tr>
                <td>IE6 SP1. Note the difference between the <abbr>KB</abbr> number - <a href="http://support.microsoft.com/kb/813503">813503</a> - and that contained in the filename</td>
                <td>HF</td>
                <td><a href="http://download.microsoft.com/download/7/7/c/77c68b16-1820-4729-bab9-179ca6781248/ie6.0sp1-kb885258-windows-2000-xp-x86-enu.exe" title="Direct download">IE6.0sp1-KB885258-Windows-2000-XP-x86-ENU.exe (English)</a></td>
                <td>Sep 2004</td>
                <td colspan="2">Optional</td>
                <td id="kb813503"><a href="http://support.microsoft.com/kb/813503">813503</a></td>
                <td>Dynamically adding and removing an IFRAME with filters causes IE6 to crash - Proctexe.ocx 6.3.2800.1471 (later builds of Dxtmsft.dll &amp; Dxtrans.dll exist in <a href="#kb2792100_ie6">2792100</a>). Direct download</td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1. Requires a registry fix, as explained in <a href="http://support.microsoft.com/kb/893627">the KB article</a>. Put .reg files into the HFSVCPACK folder. Supported languages: <span class="en">English</span>, <span class="fr" lang="fr">Français</span>, <span class="it" lang="it">italiano</span></td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=893627">IE6.0sp1-KB893627-Windows-2000-XP-x86-XXX.exe</a></td>
                <td>Mar 2005</td>
                <td colspan="2">HBR</td>
                <td id="kb893627"><a href="http://support.microsoft.com/kb/893627">893627</a></td>
                <td>Group policies not applied - Iedkcs32.dll 16.0.2800.1500</td>
        </tr>
        <tr class="hbr">
                <td>IE6 SP1</td>
                <td>HF</td>
                <td><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=900732">IE6.0sp1-KB900732-Windows-2000-XP-x86-ENU.exe (English)</a></td>
                <td>Jun 2005</td>
                <td colspan="2">HBR</td>
                <td id="kb900732"><a href="http://support.microsoft.com/kb/900732">900732</a></td>
                <td>IE Maintenance policy fix - Ieakeng.dll 6.0.2800.1510</td>
        </tr>
        <tr>
                <td>IE6 SP1</td>
                <td>HF</td>
                <td><a href="http://www.microsoft.com/download/details.aspx?id=19882">IE6.0sp1-KB905495-Windows2000-x86-XXX.exe</a></td>
                <td>Oct 2005</td>
                <td>MS05-044</td>
                <td>Moderate</td>
                <td id="kb905495"><a href="http://support.microsoft.com/kb/905495">905495</a></td>
                <td>Windows FTP (File Transfer Protocol) client security fix - Msieftp.dll 5.50.4956.500</td>
        </tr>
        <tr class="superseded">
                <td>IE6 SP1. Superseded by an unofficial update</td>
                <td>HF</td>
                <td><a href="http://www.microsoft.com/download/details.aspx?id=18089">OE6.0sp1-KB978542-Windows2000-x86-XXX.exe</a></td>
                <td>May 2010</td>
                <td>MS10-030</td>
                <td>Critical</td>
                <td id="kb978542_ie6"><a href="http://support.microsoft.com/kb/978542">978542</a></td>
                <td>Outlook Express or Windows Mail security fix. <strong>Superseded</strong> by <a href="#kb978542-kb2423089-kb2544893" class="unofficial">978542-2423089-2544893</a></td>
        </tr>
        <tr class="unofficial">
                <td>IE6 SP1. Unofficial (<a href="http://www.windows2000.tk/">tomasz86</a>)</td>
                <td>HF</td>
                <td><a href="https://skydrive.live.com/viruswarning.aspx/Windows/2K/Updates2/OE6.0sp1-UU-KB978542-KB2423089-KB2544893-Windows2000-x86-ENU.exe?cid=8e9e631d76257891" class="unofficial">OE6.0sp1-UU-KB978542-KB2423089-KB2544893-Windows2000-x86-ENU.exe (English)</a></td>
                <td>Jun 2011</td>
                <td>MS10-030, MS10-096, MS11-037</td>
                <td>Critical</td>
                <td id="kb978542-kb2423089-kb2544893"><a href="http://support.microsoft.com/kb/978542">978542</a>, <a href="http://support.microsoft.com/kb/2423089">2423089</a>, <a href="http://support.microsoft.com/kb/2544893">2544893</a></td>
                <td>Outlook Express or Windows Mail combined security fix - Directdb.dll, Inetres.dll, Msident.dll, Msimn.exe, Msoeacct.dll, Msoeres.dll, Oeimport.dll, Oemig50.exe, Oemiglib.dll, Wab32.dll, Wabfind.dll, Wabimp.dll, Wabmig.exe 6.0.2800.2000, Msoe.dll 6.0.2800.2001, Msoert2.dll 6.0.2900.5512, Wab.exe 6.0.2900.6040, Inetcomm.dll 6.0.2900.6157</td>
        </tr>
        <tr>
                <td>IE6 SP1 Cumulative Update. Official update released post-<a href="http://support.microsoft.com/gp/lifean35"><abbr>EOL</abbr></a>. <strong>Note</strong>: either extract 2792100 for IE6 from the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=36707">February 2013 Security Release ISO Image</a> (filename: Windows_KB913086_2013-02.iso, size: 5.1 GB) by using a file archiver tool such as <a href="http://www.7-zip.org/">7-Zip</a> or download it from the unofficial <a href="../archive/index.html">Windows 2000 Download Archive</a></td>
                <td>HF</td>
                <td><strong>IE6.0SP1-KB2792100-WINDOWS2000-X86-XXX.EXE</strong></td>
                <td>Feb 2013</td>
                <td>MS13-009</td>
                <td>Critical</td>
                <td id="kb2792100_ie6"><a href="http://support.microsoft.com/kb/2792100">2792100</a></td>
                <td>IE6 Cumulative security fix - Browseui.dll, Cdfview.dll, Msrating.dll, Shdocvw.dll, Shlwapi.dll 6.00.2800.2029, Danim.dll 6.03.0001.0148, Dxtmsft.dll, Dxtrans.dll 6.03.2800.1696 (QFE 6.03.2800.1697), Iepeers.dll, Inseng.dll, Jsproxy.dll, Mshtml.dll, Mshtmled.dll, Mstime.dll, Pngfilt.dll, Urlmon.dll, Wininet.dll 6.00.2800.1696 (QFE 6.03.2800.1697), Tdc.ocx 1.03.0000.3131.</td>
        </tr>
        <tr>
                <td>IE6 SP1. Official update released post-<a href="http://support.microsoft.com/gp/lifean35"><abbr>EOL</abbr></a>. <strong>Note</strong>: either extract 2792100 for IE6 from the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=36707">February 2013 Security Release ISO Image</a> (filename: Windows_KB913086_2013-02.iso, size: 5.1 GB) by using a file archiver tool such as <a href="http://www.7-zip.org/">7-Zip</a> or download it from the unofficial <a href="../archive/index.html">Windows 2000 Download Archive</a></td>
                <td>HF</td>
                <td><strong>IE6.0SP1-KB2797052-WINDOWS2000-X86-XXX.EXE</strong></td>
                <td>Feb 2013</td>
                <td>MS13-010</td>
                <td>Critical</td>
                <td id="kb2797052"><a href="http://support.microsoft.com/kb/2797052">2797052</a></td>
                <td>Vector Markup Language security fix - Vgx.dll 6.0.2800.1697</td>
        </tr>
        </tbody>
</table>
<hr>
<script>
  var makeHtml = function(className) {
   className = className || '';
   var items = [];
   for (var i = 1; i < 100; i++) {
    items.push('<li class="' + className + '">index: ' + i + '</li>');
   }
   return items.join('');
  };
  
  var plainItems = makeHtml('plain');
  var fancyItems = makeHtml('fancy');
  var noTSItems = makeHtml('notextshadow');
  var noBSItems = makeHtml('noboxshadow');
  var noCornerItems = makeHtml('nocorners');
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
unstyled
document.getElementById('foo').innerHTML = plainItems;
ready
full style
document.getElementById('foo').innerHTML = fancyItems;
ready
no text shadow
document.getElementById('foo').innerHTML = noTSItems;
ready
no box shadow
document.getElementById('foo').innerHTML = noBSItems;
ready
no corners
document.getElementById('foo').innerHTML = noCornerItems;
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.