ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns:ms="urn:microsoft-performance"><HEAD><META content="IE=5.0000" http-equiv="X-UA-Compatible"> <META http-equiv="Content-Type" content="text/html; charset=unicode"> <STYLE> body{ font-family: 'Segoe UI', Arial; color: black; margin-left: 5px; margin-right: 5px; margin-top: 5px;} td{ font-size: 75%; } th{ font-size: 70%; font-weight: bolder; border: 1px solid lightgrey; vertical-align: bottom; } hr{ border:1px solid lightgrey; height:1px; } ul{ margin-left: 16px; } li { font-size: 90%; } li li { font-size: 75%; } li li li { font-size: 90%; } .block{ border: solid gray 1px; width: 100%; } .popup{ position:absolute; z-index:1; background-color:infobackground; border:solid; border-width:1px; border-right-width:2px; border-bottom-width:2px; font-size: x-small;font-weight: normal;text-align: left;padding: 8px; } .layout{ border: 0; padding: 0; width: 100%; } .content{ border: solid gray 1px; width: 100%; border-top:'none';} .local { color: windowtext; } .top { padding-top: 1px; margin: 1px; border: none; font-size: 100%; font-family: Verdana, Arial; } .title-bar{ color: buttontext; margin-top: 5px; border: solid gray 1px; width: 100%; padding: 3; font-weight: bolder; vertical-align: middle; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='buttonhighlight',EndColorStr='threedshadow'); } .topic-bar { color: buttontext; margin-top: 5px; border: solid gray 1px; width: 100%; padding: 4; font-weight: bolder; font-size: 20% vertical-align: middle; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='threedhighlight',EndColorStr='threedlightshadow'); } .toc-window { background: window; position: absolute; z-index: 1; border:solid gray; border-width:1px; border-right-width: 2px; border-bottom-width: 2px; } .toc-top { color: gray; background: lightgrey; border-bottom:solid gray 1px; text-align:right; text-decoration:none; padding-right:2px; } .toc-content { padding-top: 8px; background: window; font-weight: normal; text-align: left; padding-left: 8px; height: 400px; width: 230px; overflow-y: scroll; } .h1{ font-size: 90%; font-weight: bolder; } .h2{ font-size: 90%; font-weight: bolder; } .h3{ font-size: 80%; font-weight: bolder; font-style: italic; } .h4{ font-size: 70%; font-weight: bolder;} .b1{ background: white; } .b2{ background: whitesmoke; } .w1{ background: pink; } .bold{ font-weight: bolder; } .italic{ font-style: italic; } .number{ text-align: right; } .string{ text-align: left; } .info{ font-size: 70%; } .code{ font-family: courier; } .span{ text-align: center; border-bottom:1px solid lightgrey;} .total{ font-style: normal; } .average{ font-style: italic; } </STYLE> <META name="GENERATOR" content="MSHTML 11.00.9600.17416"></HEAD> <BODY class="b1"> <FORM> <SCRIPT> var cc = ""; function popup(d) { var x = window.event.x + 12; var y = window.event.clientY + document.body.scrollTop - 5; d.style.display = ''; if ((y + d.clientHeight) - document.body.scrollTop > document.body.clientHeight) { y = y - d.clientHeight; if (y < document.body.scrollTop) { y = document.body.scrollTop + 2; } } d.style.top = y; if (d.clientWidth + x > (document.body.clientWidth-4)) { d.style.left = window.event.x - 8 - d.clientWidth; d.style.right = window.event.x - 8; }else{ d.style.left = x; d.style.right = x + d.clientWidth; } } function compare(elem1, elem2, reverse) { var sgn = reverse ? -1 : 1; if (elem1.isnum && !elem2.isnum) { return -1; } if (elem2.isnum && !elem1.isnum) { return 1; } if (elem1.text < elem2.text) { return -sgn; } if (elem1.text > elem2.text) { return sgn; } return 0; } function sort(t) { try{ var tbody = t.tBodies(0); var iColumn = window.event.srcElement.cellIndex; var reverse; var iRowEnd = tbody.rows.length-1; var iSortRowCnt; for (var col = 0; col < iColumn; col++) { if (tbody.rows[0].cells[col].colSpan > 1) { iColumn -= (tbody.rows[0].cells[col].colSpan - 1); } } var key = t.id + "_" + iColumn; if (isNaN( tbody.children[0].children[iColumn].innerText.charAt(0))) { reverse = false; }else{ reverse = true; } if (cc == key) { cc = ""; reverse = !reverse; }else{ cc = key; } var t1 = new Array(); var t2 = new Array(); var tab1, tab2; var i, j; var re =/\D/g; iSortRowCnt = 0; for (i = 0; i <= iRowEnd; ++i) { if (tbody.children[i].child == 'true') { continue; } t1[iSortRowCnt] = new Object(); if (typeof(tbody.children[i].children[iColumn]) != "undefined") { text = tbody.children[i].children[iColumn].innerText; }else{ text = ""; } if (!isNaN(text.charAt(0))) { t1[iSortRowCnt].text = eval(text.replace(re, "")); t1[iSortRowCnt].isnum = true; }else{ t1[iSortRowCnt].text = text.toLowerCase(); t1[iSortRowCnt].isnum = false; } t1[iSortRowCnt].ptr = tbody.children[i]; iSortRowCnt++; } tab2 = t1; tab1 = t2; for (var iSize = 1; iSize < iSortRowCnt; iSize *= 2) { var iBeg, iLeft, iRight, iLeftEnd, iRightEnd, iDest; if (tab1 == t2) { tab1 = t1; tab2 = t2; }else{ tab1 = t2; tab2 = t1; } for (iBeg = 0; iBeg < iSortRowCnt; iBeg += iSize*2) { iRight = iBeg+iSize; if (iRight >= iSortRowCnt) { break; } iRightEnd = iRight+iSize-1; if (iRightEnd >= iSortRowCnt) { iRightEnd = iSortRowCnt-1; } iLeftEnd = iRight-1; iLeft = iBeg; for (iDest = iLeft; iDest <= iRightEnd; ++iDest) { if ((iRight > iRightEnd) || (iLeft <= iLeftEnd && compare(tab1[iLeft], tab1[iRight], reverse) <= 0)) { tab2[iDest] = tab1[iLeft]; ++iLeft; }else{ tab2[iDest] = tab1[iRight]; ++iRight; } } } for (iDest = iRightEnd+1; iDest < iSortRowCnt; ++iDest) { tab2[iDest] = tab1[iDest]; } } for (i = iSortRowCnt-1; i >= 0; --i) { var first = tbody.children[0]; var insert = tab2[i].ptr, next; if (insert == first) { continue; } next = insert.nextSibling; while (next && next.child == 'true') { tbody.insertBefore(insert, first); insert = next; next = insert.nextSibling; } tbody.insertBefore(insert, first); } } catch(e) { } if (tbody.mode != "child") { show(t); } shade(tbody); } function show(t) { try { var tbody = t.tBodies(0); var top = document.all("top_"+t.id).value; var count = 0; var visible = 0; for (var i=0; i<tbody.rows.length;i++) { if (tbody.children[i].child != 'true') { children = 0; if (count++ < top){ tbody.children[i].style.display = ''; visible++; }else{ tbody.children[i].style.display = 'none'; } }else{ if (tbody.children[i].style.display == '') { folder(tbody.children[i]); } } } document.all("top_"+t.id).value = visible; shade(tbody); }catch(e){ } } function shade(tbody) { var p = 0; for (var i = 0; i < tbody.rows.length; i++) { if (tbody.children[i].style.display == '') { if (tbody.children[i].child != 'true') { p++; } if (p % 2 == 0) { className = "b1"; }else{ className = "b2"; } if (tbody.children[i].child != 'true' && tbody.children[i].autoshade != 'true') { try{ tbody.children[i].className = className; }catch(e){ } } } } } function pressTop(t) { if (window.event.keyCode == 13) { show(t); window.event.returnValue = false; } } function folder(d) { try{ var temp; var i = document.all("e_" + d.id); if (d.style.display == 'none') { d.style.display = ''; }else{ d.style.display = 'none'; } if (i.nodeName == "IMG") { temp = i.src; i.src = i.altImage; i.altImage = temp; }else{ var s = document.all("alt_" + i.id); temp = i.innerHTML; i.innerHTML = s.innerHTML; s.innerHTML = temp; } } catch(e) { } } function hideTOC() { TOC.style.display = 'none'; } function showTOC() { try{ window.event.cancelBubble = true; popup(TOC); }catch(e){ } } function reveal(d) { try{ var t; for (var i=0; i<document.anchors.length; i++) { if (document.anchors[i].name == d) { t = document.anchors[i]; break; } } if (t) { var parent = t.parentElement; while (parent) { if (parent.expandable == '1' && parent.style.display == 'none') { folder(parent); } parent = parent.parentElement; } } }catch(e){ } } </SCRIPT> <DIV class="title-bar" onclick="folder(c_1)"> <TABLE class="layout"> <TBODY> <TR> <TD width="400" class="h1">Rapport de diagnostics du système</TD> <TD><A style="text-decoration: none; cursor: hand;" onclick="showTOC()"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res956A(1).tmp" border="0"></DIV></A></TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="float: right;"> <DIV style="float: left;"><IMG id="e_c_1" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res957A(1).tmp" border="0" altimage="res://wdc.dll/expand.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_1" expandable="1"><A name="title"></A> <TABLE class="content" cellpadding="2"> <TBODY> <TR> <TD> <TABLE> <TBODY> <TR> <TD class="h4">Ordinateur:</TD> <TD class="info">PC-DJAZI</TD></TR> <TR> <TD class="h4">Collecté:</TD> <TD class="info">dimanche 22 janvier 2017 19:40:31</TD></TR> <TR> <TD class="h4">Durée:</TD> <TD class="info">62&nbsp;secondes</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="title-bar" onclick="folder(c_2)"> <TABLE class="layout"> <TBODY> <TR> <TD width="400" class="h1">Résultats du diagnostic</TD> <TD><A style="text-decoration: none; cursor: hand;" onclick="showTOC()"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res956A(1).tmp" border="0"></DIV></A></TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="float: right;"> <DIV style="float: left;"><IMG id="e_c_2" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res957A(1).tmp" border="0" altimage="res://wdc.dll/expand.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_2" expandable="1"> <DIV class="topic-bar" onclick="folder(c_357350562314159269)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Avertissements</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_357350562314159269" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res957A(1).tmp" border="0" altimage="res://wdc.dll/expand.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_357350562314159269" expandable="1"><A name="631957320"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Informatif</TD> <TD align="right" valign="top"></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_3"> <TBODY> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Gravité:</TD> <TD class="info" valign="center"><A class="local" onclick="reveal('64451167')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#64451167"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations</A></TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Avertissement:</TD> <TD class="info b2" valign="center">L évaluation «&nbsp;Processeur&nbsp;» du système est médiocre et pourrait être la cause de problèmes de performances. La réduction du nombre d applications ouvertes pourrait améliorer les performances du système. Vérifiez la présence d applications de démarrage inutiles et désactivez-les le cas échéant. Si le problème persiste, une mise à niveau du processeur pourrait s imposer.</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Liens apparentés:</TD> <TD class="info" valign="center"><A href="http://go.microsoft.com/fwlink/?LinkID=70109" target="_BLANK">Diagnostics de performances</A></TD></TR> <TR> <TD colspan="3"> <HR> </TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Gravité:</TD> <TD class="info" valign="center"><A class="local" onclick="reveal('502699745')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#502699745"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations</A></TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Avertissement:</TD> <TD class="info b2" valign="center">L évaluation «&nbsp;Graphique de jeu&nbsp;» du système est médiocre et pourrait être la cause de problèmes de performances dans les applications multimédias ou dans les jeux. La désactivation d Aero Glass pourrait améliorer les performances dans les applications multimédias ou dans les jeux. Si le problème persiste, la carte vidéo pourrait nécessiter un pilote mis à jour ou pourrait elle-même devoir faire l objet d une mise à niveau.</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Liens apparentés:</TD> <TD class="info" valign="center"><A href="http://go.microsoft.com/fwlink/?LinkID=70110" target="_BLANK">Diagnostics de performances</A></TD></TR> <TR> <TD colspan="3"> <HR> </TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Gravité:</TD> <TD class="info" valign="center"><A class="local" onclick="reveal('858119819')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#858119819"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations</A></TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Avertissement:</TD> <TD class="info b2" valign="center">L évaluation «&nbsp;Graphique&nbsp;» du système est médiocre et pourrait être la cause de problèmes de performances. La désactivation de la composition du Bureau ou la réduction de la résolution d écran pourrait améliorer les performances graphiques. Si le problème persiste, la carte vidéo pourrait nécessiter un pilote mis à jour ou pourrait elle-même devoir faire l objet d une mise à niveau.</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Liens apparentés:</TD> <TD class="info" valign="center"><A href="http://go.microsoft.com/fwlink/?LinkID=70111" target="_BLANK">Diagnostics de performances</A></TD></TR> <TR> <TD colspan="3"> <HR> </TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Gravité:</TD> <TD class="info" valign="center"><A class="local" onclick="reveal('923736316')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#923736316"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations</A></TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Avertissement:</TD> <TD class="info b2" valign="center">L évaluation «&nbsp;Disque&nbsp;» du système est médiocre et pourrait être la cause de problèmes de performances. La réduction du nombre d applications ouvertes pourrait améliorer les performances du système. Vérifiez que le disque dispose d un espace libre adéquat et qu il est défragmenté. Vérifiez la présence d applications de démarrage inutiles et désactivez-les le cas échéant. Si le problème persiste, le disque devra éventuellement faire l objet d une mise à niveau.</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Liens apparentés:</TD> <TD class="info" valign="center"><A href="http://go.microsoft.com/fwlink/?LinkID=70112" target="_BLANK">Diagnostics de performances</A></TD></TR> <TR> <TD colspan="3"> <HR> </TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Gravité:</TD> <TD class="info" valign="center"><A class="local" onclick="reveal('709090911')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#709090911"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations</A></TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Avertissement:</TD> <TD class="info b2" valign="center">L évaluation «&nbsp;Mémoire&nbsp;» du système est très médiocre et pourrait être la cause de problèmes de performances. La réduction du nombre d applications ouvertes pourrait améliorer les performances du système. Vérifiez la présence d applications de démarrage inutiles et désactivez-les le cas échéant. Si le problème persiste, la mémoire devra éventuellement faire l objet d une mise à niveau.</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Liens apparentés:</TD> <TD class="info" valign="center"><A href="http://go.microsoft.com/fwlink/?LinkID=70113" target="_BLANK">Diagnostics de performances</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="571073049"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Vérifications système de base</TD> <TD align="right" valign="top"></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4" style="table-layout: auto;" showid="alltests"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_4);" colspan="1">Tests</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4);" colspan="1">Résultat</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4);" colspan="1">Description</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5)"> <DIV style="float: left;"><IMG id="e_c_5" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string"><A class="local" onclick="reveal('889386245')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#889386245">Vérifications du système d exploitation</A></TD> <TD class="string"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AC(1).tmp" border="0"></DIV>Réussi</TD> <TD class="string">Vérifications des attributs du système d exploitation</TD></TR> <TR id="c_5" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_6" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_6);" colspan="1">Groupes de test</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_6);" colspan="1">Tests</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_6);" colspan="1">Échec</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_6);" colspan="1">Description</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Vérification de version de système d exploitation</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD class="string">Réussi</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_8)"> <DIV style="float: left;"><IMG id="e_c_8" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string"><A class="local" onclick="reveal('851378727')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#851378727">Vérifications de disque</A></TD> <TD class="string"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AC(1).tmp" border="0"></DIV>Réussi</TD> <TD class="string">Vérifications de l état du disque</TD></TR> <TR id="c_8" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_9" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_9);" colspan="1">Groupes de test</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_9);" colspan="1">Tests</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_9);" colspan="1">Échec</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_9);" colspan="1">Description</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Vérification de prédiction de défaillance SMART</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD class="string">Réussi</TD></TR> <TR class="b1" index="2"> <TD class="string">Vérification du bit d intégrité de disque logique</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD class="string">Réussi</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_12)"> <DIV style="float: left;"><IMG id="e_c_12" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string"><A class="local" onclick="reveal('117603724')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#117603724">Tests du Centre de sécurité</A></TD> <TD class="string"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AC(1).tmp" border="0"></DIV>Réussi</TD> <TD class="string">Vérifications de l état des informations associées au Centre de sécurité.</TD></TR> <TR id="c_12" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_13" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_13);" colspan="1">Groupes de test</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_13);" colspan="1">Tests</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_13);" colspan="1">Échec</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_13);" colspan="1">Description</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Vérification de contrôle de compte d utilisateur activé</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD class="string">Réussi</TD></TR> <TR class="b1" index="2"> <TD class="string">Vérification de Windows Update activée</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD class="string">Réussi</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_16)"> <DIV style="float: left;"><IMG id="e_c_16" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string"><A class="local" onclick="reveal('142940234')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#142940234">Vérifications de service système</A></TD> <TD class="string"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AC(1).tmp" border="0"></DIV>Réussi</TD> <TD class="string">Vérifications de l état des services système</TD></TR> <TR id="c_16" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_17" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_17);" colspan="1">Groupes de test</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_17);" colspan="1">Tests</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_17);" colspan="1">Échec</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_17);" colspan="1">Description</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Vérification de services anormalement terminés</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD class="string">Réussi</TD></TR> <TR class="b1" index="2"> <TD class="string">Vérification de service de station de travail</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD class="string">Réussi</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_20)"> <DIV style="float: left;"><IMG id="e_c_20" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string"><A class="local" onclick="reveal('199881252')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#199881252">Vérifications de périphérique matériel et de pilote</A></TD> <TD class="string"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AC(1).tmp" border="0"></DIV>Réussi</TD> <TD class="string">Inspection des périphériques pris en charge par l infrastructure de gestion Windows (WMI).</TD></TR> <TR id="c_20" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_21" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_21);" colspan="1">Groupes de test</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_21);" colspan="1">Tests</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_21);" colspan="1">Échec</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_21);" colspan="1">Description</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Nombre d échecs de périphérique de contrôleur configuré</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de contrôleur.</TD></TR> <TR class="b1" index="2"> <TD class="string">Nombre d échecs de périphérique de contrôleur configuré</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de contrôleur.</TD></TR> <TR class="b2" index="3"> <TD class="string">Nombre d échecs du refroidissement configuré</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de refroidissement.</TD></TR> <TR class="b1" index="4"> <TD class="string">Nombre d échecs d état de refroidissement</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de refroidissement.</TD></TR> <TR class="b2" index="5"> <TD class="string">Nombre d échecs d entrée configurée</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques d entrée.</TD></TR> <TR class="b1" index="6"> <TD class="string">Nombre d échecs d état d entrée</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques d entrée.</TD></TR> <TR class="b2" index="7"> <TD class="string">Nombre d échecs de périphérique de mémoire configuré</TD> <TD width="8%" class="number">107</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de mémoire.</TD></TR> <TR class="b1" index="8"> <TD class="string">Nombre d échecs d état de périphérique de mémoire</TD> <TD width="8%" class="number">107</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de mémoire.</TD></TR> <TR class="b2" index="9"> <TD class="string">Nombre d échecs de périphérique de carte mère configuré</TD> <TD width="8%" class="number">25</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de carte mère.</TD></TR> <TR class="b1" index="10"> <TD class="string">Nombre d échecs d état de périphérique de carte mère</TD> <TD width="8%" class="number">25</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de carte mère.</TD></TR> <TR class="b2" index="11"> <TD class="string">Nombre d échecs de réseau configuré</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de réseau.</TD></TR> <TR class="b1" index="12"> <TD class="string">Nombre d échecs d état de réseau</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de réseau.</TD></TR> <TR class="b2" index="13"> <TD class="string">Nombre d échecs de périphérique de port configuré</TD> <TD width="8%" class="number">69</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de port.</TD></TR> <TR class="b1" index="14"> <TD class="string">Nombre d échecs de statut de périphérique de port</TD> <TD width="8%" class="number">69</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques de port.</TD></TR> <TR class="b2" index="15"> <TD class="string">Nombre d échecs de périphérique d alimentation configuré</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques d alimentation.</TD></TR> <TR class="b1" index="16"> <TD class="string">Nombre d échecs de statut de périphérique d alimentation</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques d alimentation.</TD></TR> <TR class="b2" index="17"> <TD class="string">Nombre d échecs de périphérique d impression configuré</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques d impression.</TD></TR> <TR class="b1" index="18"> <TD class="string">Nombre d échecs d état de périphérique d impression</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques d impression.</TD></TR> <TR class="b2" index="19"> <TD class="string">Nombre d échecs de dispositif de stockage configuré</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD class="string">Dispositifs de stockage.</TD></TR> <TR class="b1" index="20"> <TD class="string">Nombre d échecs de statut de dispositif de stockage</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD class="string">Dispositifs de stockage.</TD></TR> <TR class="b2" index="21"> <TD class="string">Nombre d échecs de périphérique vidéo configuré</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques vidéo.</TD></TR> <TR class="b1" index="22"> <TD class="string">Nombre d échecs de statut de périphérique vidéo</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques vidéo.</TD></TR> <TR class="b2" index="23"> <TD class="string">Nombre d échecs de périphérique Plug-And-Play configuré</TD> <TD width="8%" class="number">109</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques Plug-and-Play.</TD></TR> <TR class="b1" index="24"> <TD class="string">Nombre d échecs d état de périphérique Plug-And-Play</TD> <TD width="8%" class="number">109</TD> <TD width="8%" class="number">0</TD> <TD class="string">Périphériques Plug-and-Play.</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_661047389314159269)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Performance</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_661047389314159269" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res957A(1).tmp" border="0" altimage="res://wdc.dll/expand.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_661047389314159269" expandable="1"><A name="224161024"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Vue d ensemble des ressources</TD> <TD align="right" valign="top"></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_46" style="table-layout: auto;" showid="sysHealthSummary"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_46);" colspan="1">Composant</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_46);" colspan="1">Statut</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_46);" colspan="1">Utilisation</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_46);" colspan="1">Détails</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Processeur</TD> <TD> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AC(1).tmp" border="0"></DIV>Normale</TD> <TD>60&nbsp;%</TD> <TD>Charge processeur normale.</TD></TR> <TR class="b1" index="2"> <TD>Réseau</TD> <TD> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AC(1).tmp" border="0"></DIV>Inactif</TD> <TD>0&nbsp;%</TD> <TD><A name="477460833"></A>La carte réseau la plus chargée est inférieure à 15&nbsp;%.<A style="cursor: help;" onmouseover="popup(popup_49)" onmouseout="popup_49.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95BD(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_49" style="width: 300px;">Carte réseau Qualcomm Atheros AR9485 Wireless Network Adapter utilisant 3,824 et d une capacité de 108,300,000.</DIV></TD></TR> <TR class="b2" index="3"> <TD>Mémoire</TD> <TD> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AC(1).tmp" border="0"></DIV>Normale</TD> <TD>31&nbsp;%</TD> <TD>4179 Mo disponibles.</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV> <DIV class="title-bar" onclick="folder(c_51)"> <TABLE class="layout"> <TBODY> <TR> <TD width="400" class="h1">Configuration du logiciel</TD> <TD><A style="text-decoration: none; cursor: hand;" onclick="showTOC()"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res956A(1).tmp" border="0"></DIV></A></TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="float: right;"> <DIV style="float: left;"><IMG id="e_c_51" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_51" expandable="1"> <DIV class="topic-bar" onclick="folder(c_60087944417696945)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Vérifications du système d exploitation</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_60087944417696945" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_60087944417696945" expandable="1"><A name="889386245"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Informations sur le système d exploitation</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_52" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_52)" onchange="show(table_52)" type="text" size="3" value="2">sur&nbsp;&nbsp;2</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_52" style="table-layout: auto;" showid="TableBasicOperatingSystem"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_52);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_52);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_53)"> <DIV style="float: left;"><IMG id="e_c_53" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_OperatingSystem</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_53" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_54" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_54);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_55)"> <DIV style="float: left;"><IMG id="e_c_55" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OperatingSystem=@</TD></TR> <TR id="c_55" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_56" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_56);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_56);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BootDevice</TD> <TD class="string">\Device\HarddiskVolume2</TD></TR> <TR class="b1" index="2"> <TD class="string">BuildNumber</TD> <TD class="string">9600</TD></TR> <TR class="b2" index="3"> <TD class="string">BuildType</TD> <TD class="string">Multiprocessor Free</TD></TR> <TR class="b1" index="4"> <TD class="string">Caption</TD> <TD class="string">Microsoft Windows 8.1</TD></TR> <TR class="b2" index="5"> <TD class="string">CodeSet</TD> <TD class="string">1252</TD></TR> <TR class="b1" index="6"> <TD class="string">CountryCode</TD> <TD class="string">33</TD></TR> <TR class="b2" index="7"> <TD class="string">CSCreationClassName</TD> <TD class="string">Win32_ComputerSystem</TD></TR> <TR class="b1" index="8"> <TD class="string">CSName</TD> <TD class="string">PC-DJAZI</TD></TR> <TR class="b2" index="9"> <TD class="string">CurrentTimeZone</TD> <TD class="string">60</TD></TR> <TR class="b1" index="10"> <TD class="string">DataExecutionPrevention_32BitApplications</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="11"> <TD class="string">DataExecutionPrevention_Available</TD> <TD class="string">Vrai</TD></TR> <TR class="b1" index="12"> <TD class="string">DataExecutionPrevention_Drivers</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="13"> <TD class="string">DataExecutionPrevention_SupportPolicy</TD> <TD class="string">2</TD></TR> <TR class="b1" index="14"> <TD class="string">Debug</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="15"> <TD class="string">Description</TD> <TD class="string"></TD></TR> <TR class="b1" index="16"> <TD class="string">Distributed</TD> <TD class="string">0</TD></TR> <TR class="b2" index="17"> <TD class="string">EncryptionLevel</TD> <TD class="string">256</TD></TR> <TR class="b1" index="18"> <TD class="string">ForegroundApplicationBoost</TD> <TD class="string">2</TD></TR> <TR class="b2" index="19"> <TD class="string">FreePhysicalMemory</TD> <TD class="string">4304252</TD></TR> <TR class="b1" index="20"> <TD class="string">FreeSpaceInPagingFiles</TD> <TD class="string">1703936</TD></TR> <TR class="b2" index="21"> <TD class="string">FreeVirtualMemory</TD> <TD class="string">6078416</TD></TR> <TR class="b1" index="22"> <TD class="string">InstallDate</TD> <TD class="string">20170121080334.000000+060</TD></TR> <TR class="b2" index="23"> <TD class="string">LastBootUpTime</TD> <TD class="string">20170122192430.491811+060</TD></TR> <TR class="b1" index="24"> <TD class="string">LocalDateTime</TD> <TD class="string">20170122194031.823000+060</TD></TR> <TR class="b2" index="25"> <TD class="string">Locale</TD> <TD class="string">040c</TD></TR> <TR class="b1" index="26"> <TD class="string">Manufacturer</TD> <TD class="string">Microsoft Corporation</TD></TR> <TR class="b2" index="27"> <TD class="string">MaxNumberOfProcesses</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="28"> <TD class="string">MaxProcessMemorySize</TD> <TD class="string">137438953344</TD></TR> <TR class="b2" index="29"> <TD class="string">Name</TD> <TD class="string">Microsoft Windows 8.1|C:\Windows|\Device\Harddisk0\Partition4</TD></TR> <TR class="b1" index="30"> <TD class="string">NumberOfLicensedUsers</TD> <TD class="string">0</TD></TR> <TR class="b2" index="31"> <TD class="string">NumberOfProcesses</TD> <TD class="string">61</TD></TR> <TR class="b1" index="32"> <TD class="string">NumberOfUsers</TD> <TD class="string">3</TD></TR> <TR class="b2" index="33"> <TD class="string">OperatingSystemSKU</TD> <TD class="string">101</TD></TR> <TR class="b1" index="34"> <TD class="string">Organization</TD> <TD class="string"></TD></TR> <TR class="b2" index="35"> <TD class="string">OSArchitecture</TD> <TD class="string">64 bits</TD></TR> <TR class="b1" index="36"> <TD class="string">OSLanguage</TD> <TD class="string">1036</TD></TR> <TR class="b2" index="37"> <TD class="string">OSProductSuite</TD> <TD class="string">768</TD></TR> <TR class="b1" index="38"> <TD class="string">OSType</TD> <TD class="string">18</TD></TR> <TR class="b2" index="39"> <TD class="string">PortableOperatingSystem</TD> <TD class="string">0</TD></TR> <TR class="b1" index="40"> <TD class="string">Primary</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="41"> <TD class="string">ProductType</TD> <TD class="string">1</TD></TR> <TR class="b1" index="42"> <TD class="string">RegisteredUser</TD> <TD class="string">Djazi</TD></TR> <TR class="b2" index="43"> <TD class="string">SerialNumber</TD> <TD class="string">00179-60183-30975-AAOEM</TD></TR> <TR class="b1" index="44"> <TD class="string">ServicePackMajorVersion</TD> <TD class="string">0</TD></TR> <TR class="b2" index="45"> <TD class="string">ServicePackMinorVersion</TD> <TD class="string">0</TD></TR> <TR class="b1" index="46"> <TD class="string">SizeStoredInPagingFiles</TD> <TD class="string">1703936</TD></TR> <TR class="b2" index="47"> <TD class="string">Status</TD> <TD class="string">OK</TD></TR> <TR class="b1" index="48"> <TD class="string">SuiteMask</TD> <TD class="string">784</TD></TR> <TR class="b2" index="49"> <TD class="string">SystemDevice</TD> <TD class="string">\Device\HarddiskVolume4</TD></TR> <TR class="b1" index="50"> <TD class="string">SystemDirectory</TD> <TD class="string">C:\Windows\system32</TD></TR> <TR class="b2" index="51"> <TD class="string">SystemDrive</TD> <TD class="string">C:</TD></TR> <TR class="b1" index="52"> <TD class="string">TotalVirtualMemorySize</TD> <TD class="string">7876324</TD></TR> <TR class="b2" index="53"> <TD class="string">TotalVisibleMemorySize</TD> <TD class="string">6172388</TD></TR> <TR class="b1" index="54"> <TD class="string">Version</TD> <TD class="string">6.3.9600</TD></TR> <TR class="b2" index="55"> <TD class="string">WindowsDirectory</TD> <TD class="string">C:\Windows</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_112)"> <DIV style="float: left;"><IMG id="e_c_112" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_ComputerSystem</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_112" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_113" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_113);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_114)"> <DIV style="float: left;"><IMG id="e_c_114" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_ComputerSystem.Name="PC-DJAZI"</TD></TR> <TR id="c_114" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_115" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_115);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_115);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AdminPasswordStatus</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">AutomaticManagedPagefile</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="3"> <TD class="string">AutomaticResetBootOption</TD> <TD class="string">Vrai</TD></TR> <TR class="b1" index="4"> <TD class="string">AutomaticResetCapability</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="5"> <TD class="string">BootROMSupported</TD> <TD class="string">Vrai</TD></TR> <TR class="b1" index="6"> <TD class="string">BootupState</TD> <TD class="string">Normal boot</TD></TR> <TR class="b2" index="7"> <TD class="string">Caption</TD> <TD class="string">PC-DJAZI</TD></TR> <TR class="b1" index="8"> <TD class="string">ChassisBootupState</TD> <TD class="string">3</TD></TR> <TR class="b2" index="9"> <TD class="string">CurrentTimeZone</TD> <TD class="string">60</TD></TR> <TR class="b1" index="10"> <TD class="string">DaylightInEffect</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="11"> <TD class="string">Description</TD> <TD class="string">AT/AT COMPATIBLE</TD></TR> <TR class="b1" index="12"> <TD class="string">DNSHostName</TD> <TD class="string">PC-djazi</TD></TR> <TR class="b2" index="13"> <TD class="string">Domain</TD> <TD class="string">WORKGROUP</TD></TR> <TR class="b1" index="14"> <TD class="string">DomainRole</TD> <TD class="string">0</TD></TR> <TR class="b2" index="15"> <TD class="string">EnableDaylightSavingsTime</TD> <TD class="string">Vrai</TD></TR> <TR class="b1" index="16"> <TD class="string">FrontPanelResetStatus</TD> <TD class="string">3</TD></TR> <TR class="b2" index="17"> <TD class="string">HypervisorPresent</TD> <TD class="string">0</TD></TR> <TR class="b1" index="18"> <TD class="string">InfraredSupported</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="19"> <TD class="string">KeyboardPasswordStatus</TD> <TD class="string">3</TD></TR> <TR class="b1" index="20"> <TD class="string">Manufacturer</TD> <TD class="string">ASUSTeK COMPUTER INC.</TD></TR> <TR class="b2" index="21"> <TD class="string">Model</TD> <TD class="string">X75VD1</TD></TR> <TR class="b1" index="22"> <TD class="string">Name</TD> <TD class="string">PC-DJAZI</TD></TR> <TR class="b2" index="23"> <TD class="string">NetworkServerModeEnabled</TD> <TD class="string">Vrai</TD></TR> <TR class="b1" index="24"> <TD class="string">NumberOfLogicalProcessors</TD> <TD class="string">2</TD></TR> <TR class="b2" index="25"> <TD class="string">NumberOfProcessors</TD> <TD class="string">1</TD></TR> <TR class="b1" index="26"> <TD class="string">PartOfDomain</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="27"> <TD class="string">PauseAfterReset</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="28"> <TD class="string">PCSystemType</TD> <TD class="string">2</TD></TR> <TR class="b2" index="29"> <TD class="string">PCSystemTypeEx</TD> <TD class="string">2</TD></TR> <TR class="b1" index="30"> <TD class="string">PowerOnPasswordStatus</TD> <TD class="string">3</TD></TR> <TR class="b2" index="31"> <TD class="string">PowerState</TD> <TD class="string">0</TD></TR> <TR class="b1" index="32"> <TD class="string">PowerSupplyState</TD> <TD class="string">3</TD></TR> <TR class="b2" index="33"> <TD class="string">PrimaryOwnerName</TD> <TD class="string">Djazi</TD></TR> <TR class="b1" index="34"> <TD class="string">ResetCapability</TD> <TD class="string">1</TD></TR> <TR class="b2" index="35"> <TD class="string">ResetCount</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="36"> <TD class="string">ResetLimit</TD> <TD class="string">-1</TD></TR> <TR class="b2" index="37"> <TD class="string">Status</TD> <TD class="string">OK</TD></TR> <TR class="b1" index="38"> <TD class="string">SystemType</TD> <TD class="string">x64-based PC</TD></TR> <TR class="b2" index="39"> <TD class="string">ThermalState</TD> <TD class="string">3</TD></TR> <TR class="b1" index="40"> <TD class="string">TotalPhysicalMemory</TD> <TD class="string">6320525312</TD></TR> <TR class="b2" index="41"> <TD class="string">UserName</TD> <TD class="string">PC-djazi\Djazi</TD></TR> <TR class="b1" index="42"> <TD class="string">WakeUpType</TD> <TD class="string">6</TD></TR> <TR class="b2" index="43"> <TD class="string">Workgroup</TD> <TD class="string">WORKGROUP</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_14576894517696945)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Informations du Centre de sécurité</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_14576894517696945" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_14576894517696945" expandable="1"><A name="117603724"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Informations de logiciel anti-espion</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_159" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_159)" onchange="show(table_159)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_159" style="table-layout: auto;" showid="TableBasicAntiSpywareProduct"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_159);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_159);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD></TD> <TD class="string">root\SecurityCenter:SELECT * FROM AntiSpywareProduct</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_160" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_161" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_161);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="117638638"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Informations antivirus</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_162" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_162)" onchange="show(table_162)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_162" style="table-layout: auto;" showid="TableBasicAntiVirusProduct"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_162);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_162);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_163)"> <DIV style="float: left;"><IMG id="e_c_163" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\SecurityCenter2:SELECT * FROM AntiVirusProduct</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_163" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_164" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_164);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_165)"> <DIV style="float: left;"><IMG id="e_c_165" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">AntiVirusProduct.instanceGuid="{D68DDC3A-831F-4fae-9E44-DA132C1ACF46}"</TD></TR> <TR id="c_165" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_166" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_166);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_166);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">displayName</TD> <TD class="string">Windows Defender</TD></TR> <TR class="b1" index="2"> <TD class="string">instanceGuid</TD> <TD class="string">{D68DDC3A-831F-4fae-9E44-DA132C1ACF46}</TD></TR> <TR class="b2" index="3"> <TD class="string">pathToSignedProductExe</TD> <TD class="string">%ProgramFiles%\Windows Defender\MSASCui.exe</TD></TR> <TR class="b1" index="4"> <TD class="string">pathToSignedReportingExe</TD> <TD class="string">%ProgramFiles%\Windows Defender\MsMpeng.exe</TD></TR> <TR class="b2" index="5"> <TD class="string">productState</TD> <TD class="string">393472</TD></TR> <TR class="b1" index="6"> <TD class="string">timestamp</TD> <TD class="string">Sat, 21 Jan 2017 09:12:23 GMT</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_173)"> <DIV style="float: left;"><IMG id="e_c_173" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">AntiVirusProduct.instanceGuid="{23007AD3-69FE-687C-2629-D584AFFAF72B}"</TD></TR> <TR id="c_173" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_174" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_174);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_174);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">displayName</TD> <TD class="string">Malwarebytes</TD></TR> <TR class="b1" index="2"> <TD class="string">instanceGuid</TD> <TD class="string">{23007AD3-69FE-687C-2629-D584AFFAF72B}</TD></TR> <TR class="b2" index="3"> <TD class="string">pathToSignedProductExe</TD> <TD class="string">C:\Program Files\Malwarebytes\Anti-Malware\MBAMWsc.exe</TD></TR> <TR class="b1" index="4"> <TD class="string">pathToSignedReportingExe</TD> <TD class="string">C:\Program Files\Malwarebytes\Anti-Malware\MBAMWsc.exe</TD></TR> <TR class="b2" index="5"> <TD class="string">productState</TD> <TD class="string">397312</TD></TR> <TR class="b1" index="6"> <TD class="string">timestamp</TD> <TD class="string">Sun, 22 Jan 2017 18:27:05 GMT</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="161647427"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Informations sur le pare-feu</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_181" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_181)" onchange="show(table_181)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_181" style="table-layout: auto;" showid="TableBasicFirewallProduct"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_181);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_181);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD></TD> <TD class="string">root\SecurityCenter:SELECT * FROM FirewallProduct</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_182" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_183" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_183);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="642204523"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Paramètres de contrôle de compte d utilisateur</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_184" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_184)" onchange="show(table_184)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_184" style="table-layout: auto;" showid="TableBasicLUARegistry"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_184);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_184);" colspan="1">Résultat</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_185)"> <DIV style="float: left;"><IMG id="e_c_185" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_185" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_186" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_186);" colspan="1">Clé</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_186);" colspan="1">Valeur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_186);" colspan="1">Type</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_186);" colspan="1">Résultat</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA</TD> <TD class="string">1</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="637947401"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Paramètres de Windows Update</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_188" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_188)" onchange="show(table_188)" type="text" size="3" value="2">sur&nbsp;&nbsp;2</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_188" style="table-layout: auto;" showid="TableBasicWURegistry"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_188);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_188);" colspan="1">Résultat</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_189)"> <DIV style="float: left;"><IMG id="e_c_189" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\\</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_189" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_190" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_190);" colspan="1">Clé</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_190);" colspan="1">Valeur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_190);" colspan="1">Type</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_190);" colspan="1">Résultat</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SusClientIdValidation</TD> <TD class="string">BgIoASgoUwAyAFIAUwBKADkAQgBCADkAMQAxADQANAA3ACAAIAAgACAAIAAgAAZQRl0s/opCAFMATgAxADIAMwA0ADUANgA3ADgAOQAwADEAMgAzADQANQA2ADcAQwA5AE4AMABCAEMANAA2ADgAOAA1ADMAMwA5ADMAIAAgACAAIAAgAA==</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="2"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SusClientId</TD> <TD class="string">e06c7a64-8dbe-4539-b7e8-3a8e60731c85</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="3"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\LastTaskOperationHandle</TD> <TD class="string">176</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="4"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\ResetClient</TD> <TD class="string">1</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="5"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\IsOOBEInProgress</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="6"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\ElevateNonAdmins</TD> <TD class="string">1</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="7"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\AUOptions</TD> <TD class="string">4</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="8"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\IncludeRecommendedUpdates</TD> <TD class="string">1</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="9"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\NonFirmwareUpdatesAvailableForInstall</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="10"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\NextDetectionTime</TD> <TD class="string">2017-01-22 18:24:59</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="11"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\ScheduledInstallAttemptTime</TD> <TD class="string">2017-01-24 15:42:10</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="12"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\CachedAUOptions</TD> <TD class="string">4</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="13"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\InstallInProgress</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="14"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\UpdatesAvailableForDownloadLogon</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="15"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\UpdatesAvailableForInstallLogon</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="16"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\UpdatesAvailableWithUiOrEulaLogon</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="17"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\UpdatesAvailableWithUiLogon</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="18"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\FirmwareUpdatesNotDownloaded</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="19"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\FirmwareUpdatesNotInstalled</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="20"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Power\Firmware-Final</TD> <TD class="string">30</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="21"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Power\OfferInstallAtShutdown-Final</TD> <TD class="string">40</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="22"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Power\ContinueInstallAtShutdown-Final</TD> <TD class="string">10</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="23"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Power\FirmwareForcedInstall-Final</TD> <TD class="string">35</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="24"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RequestedAppCategories\117cab2d-82b1-4b5a-a08c-4d62dbee7782\de8f75c4-b44e-9839-08d5-a151294c5611</TD> <TD class="string">2017-01-21 07:08:18</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="25"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Results\Download\LastSuccessTime</TD> <TD class="string">2017-01-22 15:47:30</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="26"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Results\Download\LastError</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="27"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\UAS\UpdateCount</TD> <TD class="string">28</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="28"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Reporting\SamplingValue2</TD> <TD class="string">788</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="29"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Reporting\EventCache.v2\Legacy\117cab2d-82b1-4b5a-a08c-4d62dbee7782\CurrentCacheFile</TD> <TD class="string">C:\Windows\SoftwareDistribution\EventCache.v2\{ADE66A3F-04CA-42C2-8DA7-45C41BEEF37B}.bin</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="30"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Reporting\EventCache.v2\Legacy\117cab2d-82b1-4b5a-a08c-4d62dbee7782\FlushCacheFiles</TD> <TD class="string"></TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="31"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\DefaultService</TD> <TD class="string">7971f918-a847-4430-9279-4a52d1efe18d</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="32"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\117cab2d-82b1-4b5a-a08c-4d62dbee7782\RegisteredWithAU</TD> <TD class="string">1</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="33"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d\RegisteredWithAU</TD> <TD class="string">1</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="34"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\Pending\ValidatedPreWsus3RegistrationRequests</TD> <TD class="string">1</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="35"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Setup\SelfUpdateStatus</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="36"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Setup\SelfupdateUnmanaged</TD> <TD class="string">0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="37"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\ClientHash2</TD> <TD class="string">779</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="38"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\{117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}\ResponseHash</TD> <TD class="string">7i9XVtKuDj8DRBjgVGJbTArSmu7pp42tMRx57GvKXZU=</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="39"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\{117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}\ResponseMarker</TD> <TD class="string">131294558793056137</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="40"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\{7971F918-A847-4430-9279-4A52D1EFE18D}\ResponseHash</TD> <TD class="string">UnWISad9BwCqB6VhCnjNxvSz2uSzKl1GIjKe9rTPgFI=</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="41"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\{7971F918-A847-4430-9279-4A52D1EFE18D}\ResponseMarker</TD> <TD class="string">131295216381140481</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b1" index="42"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\{9482F4B4-E343-43B6-B170-9A65BC822C77}\ResponseHash</TD> <TD class="string">JJWWWmoXKkADnCfMdN4K4fKtqIyx60wQclfzoVxIwmo=</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0x0</TD></TR> <TR class="b2" index="43"> <TD class="string">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\SLS\{9482F4B4-E343-43B6-B170-9A65BC822C77}\ResponseMarker</TD> <TD class="string">131294555546102655</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">0x0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD></TD> <TD class="string">HKLM\SOFTWARE\Policies\Windows\WindowsUpdate\\</TD> <TD width="8%" class="number">0x80070002</TD></TR> <TR id="c_234" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_235" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_235);" colspan="1">Clé</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_235);" colspan="1">Valeur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_235);" colspan="1">Type</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_235);" colspan="1">Résultat</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_35627815217696945)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Services système</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_35627815217696945" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_35627815217696945" expandable="1"><A name="142940234"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Services système</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_236" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_236)" onchange="show(table_236)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_236" style="table-layout: auto;" showid="TableBasicService"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_236);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_236);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_237)"> <DIV style="float: left;"><IMG id="e_c_237" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT __Relpath, Name, Caption, Description, DisplayName, PathName, Started, ExitCode, State, ServiceSpecificExitCode FROM Win32_Service</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_237" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_238" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_238);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_239)"> <DIV style="float: left;"><IMG id="e_c_239" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="AdobeARMservice"</TD></TR> <TR id="c_239" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_240" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_240);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_240);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Adobe Acrobat Update Service</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Adobe Acrobat Updater keeps your Adobe software up to date.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Adobe Acrobat Update Service</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">AdobeARMservice</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\armsvc.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_250)"> <DIV style="float: left;"><IMG id="e_c_250" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="AeLookupSvc"</TD></TR> <TR id="c_250" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_251" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_251);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_251);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Expérience d application</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Traite les demandes de cache de compatibilité d application pour les applications, au moment où elles sont lancées</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Expérience d application</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">AeLookupSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_261)"> <DIV style="float: left;"><IMG id="e_c_261" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="ALG"</TD></TR> <TR id="c_261" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_262" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_262);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_262);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de la passerelle de la couche Application</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit la prise en charge de plug-ins de protocole tiers pour le partage de connexion Internet</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de la passerelle de la couche Application</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">ALG</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\alg.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_272)"> <DIV style="float: left;"><IMG id="e_c_272" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="AppIDSvc"</TD></TR> <TR id="c_272" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_273" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_273);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_273);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Identité de l application</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Détermine et vérifie l identité d une application. La désactivation de ce service empêchera l application d AppLocker.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Identité de l application</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">AppIDSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_283)"> <DIV style="float: left;"><IMG id="e_c_283" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Appinfo"</TD></TR> <TR id="c_283" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_284" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_284);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_284);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Informations d application</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet d exécuter les applications interactives avec des droits d administration supplémentaires. Si ce service est arrêté, les utilisateurs ne pourront pas lancer les applications avec les droits d administration supplémentaires nécessaires pour effectuer les tâches utilisateur souhaitées.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Informations d application</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Appinfo</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_294)"> <DIV style="float: left;"><IMG id="e_c_294" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="AppReadiness"</TD></TR> <TR id="c_294" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_295" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_295);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_295);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Préparation des applications</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Prépare les applications pour la première connexion d un utilisateur sur cet ordinateur et lors de l ajout de nouvelles applications.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Préparation des applications</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">AppReadiness</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k AppReadiness</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_305)"> <DIV style="float: left;"><IMG id="e_c_305" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="AppXSvc"</TD></TR> <TR id="c_305" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_306" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_306);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_306);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de déploiement AppX (AppXSVC)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Assure la prise en charge de l infrastructure pour le déploiement d applications du Windows Store. Ce service démarre à la demande. S il est désactivé, les applications du Windows Store ne sont pas déployées sur le système et peuvent ne pas fonctionner correctement.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de déploiement AppX (AppXSVC)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">AppXSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k wsappx</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_316)"> <DIV style="float: left;"><IMG id="e_c_316" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="AudioEndpointBuilder"</TD></TR> <TR id="c_316" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_317" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_317);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_317);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Générateur de points de terminaison du service Audio Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère les périphériques audio pour le service Audio Windows. Si ce service est arrêté, les périphériques et les effets audio ne fonctionnent pas correctement. Si ce service est désactivé, tous les services qui en dépendent explicitement ne peuvent pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Générateur de points de terminaison du service Audio Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">AudioEndpointBuilder</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="9"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_327)"> <DIV style="float: left;"><IMG id="e_c_327" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Audiosrv"</TD></TR> <TR id="c_327" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_328" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_328);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_328);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Audio Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère les périphériques audio pour les programmes compatibles Windows. Si ce service est arrêté, les périphériques et les effets audio ne fonctionneront pas correctement. S il est désactivé, les services qui en dépendent explicitement ne démarreront pas</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Audio Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Audiosrv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="10"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_338)"> <DIV style="float: left;"><IMG id="e_c_338" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="AxInstSV"</TD></TR> <TR id="c_338" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_339" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_339);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_339);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Programme d installation ActiveX (AxInstSV)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Valide le contrôle de compte d utilisateur pour l installation des contrôles ActiveX depuis Internet et permet de gérer leur installation d après les paramètres de la stratégie de groupe. Ce service est démarré sur demande et, s il est désactivé, l installation des contrôles ActiveX se comporte conformément aux paramètres par défaut du navigateur.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Programme d installation ActiveX (AxInstSV)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">AxInstSV</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k AxInstSVGroup</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="11"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_349)"> <DIV style="float: left;"><IMG id="e_c_349" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="BDESVC"</TD></TR> <TR id="c_349" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_350" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_350);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_350);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de chiffrement de lecteur BitLocker</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">BDESVC héberge le service de chiffrement de lecteur BitLocker. Le chiffrement de lecteur BitLocker fournit un démarrage sécurisé pour le système d exploitation, ainsi qu un chiffrement total du volume pour le système d exploitation, les volumes fixes ou les volumes amovibles. Ce service permet à BitLocker d inviter les utilisateurs à effectuer diverses actions liées aux volumes montés, et déverrouille les volumes automatiquement sans intervention de l utilisateur. En outre, il stocke les informations de récupération dans Active Directory, s il est disponible, et, si nécessaire, garantit que les certificats de récupération les plus récents sont utilisés. L arrêt ou la désactivation du service empêche les utilisateurs de tirer parti de cette fonctionnalité.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de chiffrement de lecteur BitLocker</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">BDESVC</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="12"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_360)"> <DIV style="float: left;"><IMG id="e_c_360" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="BFE"</TD></TR> <TR id="c_360" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_361" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_361);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_361);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Moteur de filtrage de base</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le moteur de filtrage de base est un service qui gère les stratégies de pare-feu et de sécurité IP (IPsec), et qui implémente le filtrage en mode utilisateur. L arrêt ou la désactivation du service Moteur de filtrage de base diminue significativement la sécurité du système et aboutit également à un fonctionnement imprévisible des applications de gestion et de pare-feu IPsec.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Moteur de filtrage de base</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">BFE</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="13"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_371)"> <DIV style="float: left;"><IMG id="e_c_371" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="BITS"</TD></TR> <TR id="c_371" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_372" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_372);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_372);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de transfert intelligent en arrière-plan</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Transfère des fichiers en arrière-plan en utilisant la bande passante réseau inactive. Si le service est désactivé, toutes les applications dépendant du service de transfert intelligent d arrière-plan, telles que Windows Update ou MSN Explorer, ne pourront plus télécharger des programmes ni d autres informations.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de transfert intelligent en arrière-plan</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">BITS</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="14"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_382)"> <DIV style="float: left;"><IMG id="e_c_382" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="BrokerInfrastructure"</TD></TR> <TR id="c_382" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_383" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_383);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_383);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service d infrastructure des tâches en arrière-plan</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Service d infrastructure Windows qui contrôle les tâches en arrière-plan qui peuvent s exécuter sur le système.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service d infrastructure des tâches en arrière-plan</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">BrokerInfrastructure</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k DcomLaunch</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="15"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_393)"> <DIV style="float: left;"><IMG id="e_c_393" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Browser"</TD></TR> <TR id="c_393" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_394" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_394);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_394);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Explorateur d ordinateurs</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Tient à jour une liste des ordinateurs présents sur le réseau et fournit cette liste aux ordinateurs désignés comme navigateurs. Si ce service est arrêté, la liste ne sera pas mise ou tenue à jour. Si ce service est désactivé, les services qui en dépendent ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Explorateur d ordinateurs</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Browser</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="16"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_404)"> <DIV style="float: left;"><IMG id="e_c_404" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="BthHFSrv"</TD></TR> <TR id="c_404" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_405" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_405);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_405);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service mains libres Bluetooth</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet d utiliser des casques Bluetooth sans fil sur cet ordinateur. Si ce service est arrêté ou désactivé, les casques Bluetooth ne fonctionneront pas correctement sur cet ordinateur.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service mains libres Bluetooth</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">BthHFSrv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="17"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_415)"> <DIV style="float: left;"><IMG id="e_c_415" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="bthserv"</TD></TR> <TR id="c_415" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_416" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_416);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_416);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de prise en charge Bluetooth</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service Bluetooth prend en charge la détection et l association des périphériques Bluetooth&nbsp;distants. L arrêt ou la désactivation de ce service peut empêcher des périphériques Bluetooth déjà installés de fonctionner correctement et contrarier la détection et l association de nouveaux périphériques.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de prise en charge Bluetooth</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">bthserv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="18"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_426)"> <DIV style="float: left;"><IMG id="e_c_426" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="CertPropSvc"</TD></TR> <TR id="c_426" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_427" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_427);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_427);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Propagation du certificat</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Copie des certificats utilisateur et des certificats racines à partir de cartes à puce dans le magasin de certificats de l utilisateur actuel, détecte quand une carte à puce est insérée dans un lecteur de cartes à puce, et, si nécessaire, installe le minipilote Plug and Play de cartes à puce.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Propagation du certificat</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">CertPropSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="19"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_437)"> <DIV style="float: left;"><IMG id="e_c_437" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="COMSysApp"</TD></TR> <TR id="c_437" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_438" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_438);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_438);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Application système COM+</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère la configuration et le suivi des composants de base COM+ (Component Object Model). Si le service est arrêté, la plupart des composants de base COM+ ne fonctionneront pas correctement. Si ce service est désactivé, les services qui en dépendent de manière explicite ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Application système COM+</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">COMSysApp</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\dllhost.exe /Processid:{02D4B3F1-FD88-11D1-960D-00805FC79235}</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="20"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_448)"> <DIV style="float: left;"><IMG id="e_c_448" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="cphs"</TD></TR> <TR id="c_448" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_449" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_449);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_449);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Intel(R) Content Protection HECI Service</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) Content Protection HECI Service - enables communication with the Content Protection FW</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Intel(R) Content Protection HECI Service</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">cphs</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\SysWow64\IntelCpHeciSvc.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="21"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_459)"> <DIV style="float: left;"><IMG id="e_c_459" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="CryptSvc"</TD></TR> <TR id="c_459" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_460" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_460);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_460);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Services de chiffrement</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit trois services de gestion&nbsp;: le service de base de données de catalogues, qui confirme les signatures des fichiers Windows et autorise l installation de nouveaux programmes, le service de racine protégée, qui ajoute et supprime les certificats d autorité de certification racines approuvés sur cet ordinateur, et le service de mise à jour de certificats racines automatique, qui extrait les certificats racines à partir de Windows Update et autorise les scénarios tels que SSL. Si ce service est arrêté, les services de gestion ne fonctionneront pas correctement. Si ce service est désactivé, les services en dépendant explicitement ne démarreront pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Services de chiffrement</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">CryptSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k NetworkService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="22"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_470)"> <DIV style="float: left;"><IMG id="e_c_470" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="DcomLaunch"</TD></TR> <TR id="c_470" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_471" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_471);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_471);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Lanceur de processus serveur DCOM</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service DCOMLAUNCH lance les serveurs COM et DCOM en réponse aux demandes d activation d objets. Si ce service est arrêté ou désactivé, les programmes qui utilisent COM ou DCOM ne fonctionnent pas correctement. Il est fortement recommandé d exécuter le service DCOMLAUNCH.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Lanceur de processus serveur DCOM</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">DcomLaunch</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k DcomLaunch</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="23"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_481)"> <DIV style="float: left;"><IMG id="e_c_481" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="defragsvc"</TD></TR> <TR id="c_481" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_482" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_482);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_482);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Optimiser les lecteurs</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet à l ordinateur de fonctionner plus efficacement en optimisant les fichiers sur les lecteurs de stockage.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Optimiser les lecteurs</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">defragsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k defragsvc</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="24"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_492)"> <DIV style="float: left;"><IMG id="e_c_492" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="DeviceAssociationService"</TD></TR> <TR id="c_492" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_493" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_493);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_493);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service d association de périphérique</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet de coupler des périphériques câblés ou sans fil au système.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service d association de périphérique</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">DeviceAssociationService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="25"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_503)"> <DIV style="float: left;"><IMG id="e_c_503" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="DeviceInstall"</TD></TR> <TR id="c_503" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_504" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_504);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_504);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service d installation de périphérique</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet à l ordinateur de reconnaître et d adapter les modifications matérielles avec peu ou pas du tout d intervention de l utilisateur. Arrêter ou désactiver ce service provoque une instabilité du système.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service d installation de périphérique</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">DeviceInstall</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k DcomLaunch</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="26"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_514)"> <DIV style="float: left;"><IMG id="e_c_514" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Dhcp"</TD></TR> <TR id="c_514" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_515" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_515);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_515);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Client DHCP</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Inscrit et met à jour les adresses IP et les enregistrements DNS pour cet ordinateur. Si ce service est arrêté, cet ordinateur ne recevra pas d adresses IP et de mises à jour DNS dynamiques. Si ce service est désactivé, tous les services qui en dépendent explicitement ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Client DHCP</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Dhcp</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="27"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_525)"> <DIV style="float: left;"><IMG id="e_c_525" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Dnscache"</TD></TR> <TR id="c_525" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_526" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_526);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_526);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Client DNS</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service client DNS (dnscache) met en cache les noms DNS (Domain Name System) et inscrit le nom complet de cet ordinateur. Si le service est arrêté, les noms DNS continuent d être résolus. Toutefois, les résultats des requêtes de noms DNS ne sont pas mis en cache et le nom de l ordinateur n est pas inscrit. Si le service est désactivé, les services qui en dépendent explicitement ne peuvent pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Client DNS</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Dnscache</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k NetworkService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="28"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_536)"> <DIV style="float: left;"><IMG id="e_c_536" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="dot3svc"</TD></TR> <TR id="c_536" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_537" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_537);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_537);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Configuration automatique de réseau câblé</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service Wired AutoConfig (DOT3SVC) est responsable de l exécution de l authentification IEEE 802.1X sur les interfaces Ethernet. Si votre déploiement de réseau câblé actuel applique l authentification 802.1X, le service DOT3SVC doit être configuré de façon à s exécuter pour l établissement de la connectivité de Couche 2 et/ou fournir l accès aux ressources réseau. Les réseaux câblés qui n appliquent pas l authentification 802.1X ne sont pas concernés par le service DOT3SVC.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Configuration automatique de réseau câblé</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">dot3svc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="29"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_547)"> <DIV style="float: left;"><IMG id="e_c_547" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="DPS"</TD></TR> <TR id="c_547" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_548" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_548);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_548);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de stratégie de diagnostic</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service de stratégie de diagnostic permet la détection, le dépannage et la résolution de problèmes pour les composants de Windows. Si ce service est arrêté, les diagnostics ne fonctionnent plus.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de stratégie de diagnostic</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">DPS</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="30"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_558)"> <DIV style="float: left;"><IMG id="e_c_558" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="DsmSvc"</TD></TR> <TR id="c_558" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_559" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_559);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_559);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestionnaire d installation de périphérique</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Active la détection, le téléchargement et l installation du logiciel associé au périphérique. Si ce service est désactivé, les périphériques risquent d être configurés avec un logiciel obsolète et de ne pas fonctionner correctement.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestionnaire d installation de périphérique</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">DsmSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="31"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_569)"> <DIV style="float: left;"><IMG id="e_c_569" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Eaphost"</TD></TR> <TR id="c_569" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_570" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_570);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_570);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Protocole EAP (Extensible Authentication Protocol)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service EAP (Extensible Authentication Protocol) permet d authentifier le réseau dans des scénarios tels que des réseaux câblés et sans fil 802.1x, des réseaux privés virtuels et NAP (Network Access Protection). Ce service fournit également des API qui sont utilisées par les clients d accès à distance, notamment les clients sans fil et VPN, lors de l authentification. Si vous désactivez ce service, cet ordinateur ne pourra pas accéder aux réseaux qui nécessitent l authentification EAP.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Protocole EAP (Extensible Authentication Protocol)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Eaphost</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="32"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_580)"> <DIV style="float: left;"><IMG id="e_c_580" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="EFS"</TD></TR> <TR id="c_580" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_581" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_581);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_581);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Système de fichiers EFS (Encrypting File System)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit la technologie de chiffrement des fichiers de base utilisée pour stocker les fichiers chiffrés sur les volumes NTFS. Si ce service est arrêté ou désactivé, les applications n auront pas accès aux fichiers chiffrés.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Système de fichiers EFS (Encrypting File System)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">EFS</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\lsass.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="33"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_591)"> <DIV style="float: left;"><IMG id="e_c_591" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="EventLog"</TD></TR> <TR id="c_591" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_592" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_592);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_592);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Journal d événements Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service gère les événements et les journaux d événements. Il prend en charge l enregistrement des événements, les requêtes sur les événements, l abonnement aux événements, l archivage des journaux d événements et la gestion des métadonnées d événements. Il peut afficher des événements en XML et en format de texte brut. L arrêt de ce service peut compromettre la sécurité et la fiabilité du système.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Journal d événements Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">EventLog</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="34"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_602)"> <DIV style="float: left;"><IMG id="e_c_602" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="EventSystem"</TD></TR> <TR id="c_602" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_603" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_603);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_603);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Système d événement COM+</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Prend en charge le service de notification d événements système (SENS, System Event Notification Service), qui fournit une distribution automatique d événements aux composants COM (Component Object Model) abonnés. Si le service est arrêté, SENS sera fermé et ne pourra fournir des informations d ouverture et de fermeture de session. Si ce service est désactivé, le démarrage de tout service qui en dépend explicitement échouera.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Système d événement COM+</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">EventSystem</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="35"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_613)"> <DIV style="float: left;"><IMG id="e_c_613" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Fax"</TD></TR> <TR id="c_613" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_614" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_614);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_614);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Télécopie</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Vous permet d envoyer et de recevoir des télécopies, d utiliser les ressources de télécopie disponibles sur cet ordinateur ou le réseau.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Télécopie</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Fax</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\fxssvc.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="36"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_624)"> <DIV style="float: left;"><IMG id="e_c_624" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="fdPHost"</TD></TR> <TR id="c_624" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_625" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_625);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_625);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Hôte du fournisseur de découverte de fonctions</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service FDPHOST héberge les fournisseurs de découverte de réseau de découverte de fonction (FD). Ces fournisseurs de découverte de fonction fournissent des services de découverte de réseau pour les protocoles SSDP (Simple Services Discovery Protocol) et WS-D (Web Services - Discovery). L arrêt ou la désactivation du service FDPHOST désactivera la découverte de réseau pour ces protocoles lors de l utilisation de la découverte de fonction. Lorsque ce service n est pas disponible, les services réseau qui utilisent la découverte de fonction et qui dépendent de ces protocoles de découverte ne pourront pas trouver des périphériques ou des ressources réseau.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Hôte du fournisseur de découverte de fonctions</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">fdPHost</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="37"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_635)"> <DIV style="float: left;"><IMG id="e_c_635" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="FDResPub"</TD></TR> <TR id="c_635" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_636" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_636);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_636);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Publication des ressources de découverte de fonctions</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Publie cet ordinateur et les ressources qui y sont attachées, de façon à ce que leur découverte soit possible sur le réseau. Si ce service est arrêté, les ressources réseau ne sont plus publiées et ne seront donc pas découvertes par les autres ordinateurs du réseau.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Publication des ressources de découverte de fonctions</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">FDResPub</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="38"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_646)"> <DIV style="float: left;"><IMG id="e_c_646" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="fhsvc"</TD></TR> <TR id="c_646" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_647" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_647);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_647);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service d historique des fichiers</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Protège les fichiers utilisateurs des pertes accidentelles en les copiant dans un emplacement de sauvegarde.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service d historique des fichiers</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">fhsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="39"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_657)"> <DIV style="float: left;"><IMG id="e_c_657" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="FontCache"</TD></TR> <TR id="c_657" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_658" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_658);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_658);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de cache de police Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Optimise les performances des applications en mettant en cache les données des polices communément utilisées. Les applications démarrent ce service s il n est pas déjà en fonctionnement. Il peut être désactivé ; il en résulte cependant une dégradation des performances des applications.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de cache de police Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">FontCache</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="40"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_668)"> <DIV style="float: left;"><IMG id="e_c_668" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="gpsvc"</TD></TR> <TR id="c_668" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_669" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_669);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_669);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Client de stratégie de groupe</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service est responsable de l application des paramètres configurés par les administrateurs pour l ordinateur et pour les utilisateurs via le composant de stratégie de groupe. Si le service est désactivé, les paramètres ne seront pas appliqués, et les applications et les composants ne seront pas gérables par la stratégie de groupe. Tout composant ou application qui dépend du composant de stratégie de groupe risque de ne pas fonctionner si le service est désactivé.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Client de stratégie de groupe</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">gpsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="41"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_679)"> <DIV style="float: left;"><IMG id="e_c_679" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="hidserv"</TD></TR> <TR id="c_679" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_680" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_680);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_680);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service du périphérique d interface utilisateur</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Active et maintient l utilisation des boutons actifs sur le clavier, les contrôles à distance et d autres périphériques multimédias. Nous vous recommandons de veiller à ce que ce service soit constamment en cours d exécution.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service du périphérique d interface utilisateur</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">hidserv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="42"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_690)"> <DIV style="float: left;"><IMG id="e_c_690" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="hkmsvc"</TD></TR> <TR id="c_690" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_691" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_691);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_691);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestion des clés et des certificats d intégrité</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit des services de gestion des clés et des certificats X.509 pour l Agent de protection d accès réseau (NAPAgent). Les technologies de mise en Suvre qui utilisent des certificats&nbsp;X.509 ne fonctionnent pas correctement sans ce service.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestion des clés et des certificats d intégrité</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">hkmsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="43"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_701)"> <DIV style="float: left;"><IMG id="e_c_701" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="HomeGroupListener"</TD></TR> <TR id="c_701" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_702" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_702);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_702);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Écouteur du Groupement résidentiel</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Effectue des modifications sur l ordinateur local associées à la configuration et à la maintenance de l ordinateur joint au groupe résidentiel. Si ce service est arrêté ou désactivé, votre ordinateur ne fonctionnera pas correctement dans un groupe résidentiel et votre groupe résidentiel ne fonctionnera peut-être pas correctement non plus. Nous vous recommandons de veiller à ce que ce service soit constamment en cours d exécution.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Écouteur du Groupement résidentiel</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">HomeGroupListener</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="44"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_712)"> <DIV style="float: left;"><IMG id="e_c_712" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="HomeGroupProvider"</TD></TR> <TR id="c_712" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_713" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_713);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_713);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Fournisseur du Groupement résidentiel</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Effectue des tâches réseau associées à la configuration et à la maintenance des groupes résidentiels. Si ce service est arrêté ou désactivé, votre ordinateur ne sera pas en mesure de détecter d autres groupes résidentiels et votre groupe résidentiel ne fonctionnera peut-être pas correctement. Nous vous recommandons de veiller à ce que ce service soit constamment en cours d exécution.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Fournisseur du Groupement résidentiel</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">HomeGroupProvider</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="45"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_723)"> <DIV style="float: left;"><IMG id="e_c_723" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="IAStorDataMgrSvc"</TD></TR> <TR id="c_723" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_724" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_724);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_724);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Intel(R) Rapid Storage Technology</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Provides storage event notification and manages communication between the storage driver and user space applications.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Intel(R) Rapid Storage Technology</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">IAStorDataMgrSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files\Intel\Intel(R) Rapid Storage Technology\IAStorDataMgrSvc.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="46"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_734)"> <DIV style="float: left;"><IMG id="e_c_734" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="IEEtwCollectorService"</TD></TR> <TR id="c_734" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_735" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_735);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_735);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Collecteur ETW d Internet Explorer</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Service Collecteur ETW d Internet Explorer. Lors de son exécution, ce service collecte les événements ETW en temps réel et les traite.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Collecteur ETW d Internet Explorer</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">IEEtwCollectorService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\IEEtwCollector.exe /V</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="47"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_745)"> <DIV style="float: left;"><IMG id="e_c_745" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="IKEEXT"</TD></TR> <TR id="c_745" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_746" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_746);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_746);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Modules de génération de clés IKE et AuthIP</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service IKEEXT héberge les modules de génération de clés IKE (Internet Key Exchange) et AuthIP (Authenticated Internet Protocol). Ces modules de génération de clés sont utilisés pour l authentification et l échange de clés dans la sécurité IP (IPsec). L arrêt ou la désactivation du service IKEEXT entraînera la désactivation de l échange de clés IKE et AuthIP avec des ordinateurs homologues. IPsec est généralement configuré pour utiliser IKE ou AuthIP&nbsp;; par conséquent, l arrêt ou la désactivation du service IKEEXT risque de conduire à la défaillance d IPsec et de compromettre la sécurité du système. Il est fortement recommandé d activer l exécution du service IKEEXT.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Modules de génération de clés IKE et AuthIP</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">IKEEXT</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="48"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_756)"> <DIV style="float: left;"><IMG id="e_c_756" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="iphlpsvc"</TD></TR> <TR id="c_756" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_757" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_757);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_757);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Assistance IP</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit une connectivité de tunnel à l aide des technologies de transition IPv6 (6to4, ISATAP, Proxy de port et Teredo) et IP-HTTPS. Si ce service est arrêté, l ordinateur ne disposera pas des avantages de la connectivité améliorée offerts par ces technologies.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Assistance IP</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">iphlpsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k NetSvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="49"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_767)"> <DIV style="float: left;"><IMG id="e_c_767" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="KeyIso"</TD></TR> <TR id="c_767" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_768" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_768);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_768);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Isolation de clé CNG</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service d isolation de clé CNG est hébergé dans le processus LSA. Le service fournit une isolation de processus de clé aux clés privés et aux opérations de chiffrement associées, conformément aux critères communs. Le service stocke et utilise des clés à long terme dans le cadre d un processus sécurisé répondant aux exigences des critères communs.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Isolation de clé CNG</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">KeyIso</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\lsass.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="50"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_778)"> <DIV style="float: left;"><IMG id="e_c_778" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="KtmRm"</TD></TR> <TR id="c_778" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_779" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_779);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_779);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service KtmRm pour Distributed Transaction Coordinator</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Coordonne les transactions entre Distributed Transaction Coordinator (MSDTC) et le gestionnaire de transactions du noyau (KTN). S il n est pas requis, il est recommandé que ce service reste arrêté. S est requis, MSDTC et KTM démarrent ce service automatiquement. Si ce service est désactivé, toute transaction MSDTC interagissant avec un gestionnaire de transactions du noyau échoue et tout service qui en dépend de façon explicite ne parvient pas à démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service KtmRm pour Distributed Transaction Coordinator</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">KtmRm</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k NetworkServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="51"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_789)"> <DIV style="float: left;"><IMG id="e_c_789" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="LanmanServer"</TD></TR> <TR id="c_789" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_790" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_790);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_790);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Serveur</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Prend en charge le partage de fichiers, d impression et des canaux nommés via le réseau pour cet ordinateur. Si ce service est arrêté, ces fonctions ne seront pas disponibles. Si ce service est désactivé, les services qui en dépendent ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Serveur</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">LanmanServer</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="52"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_800)"> <DIV style="float: left;"><IMG id="e_c_800" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="LanmanWorkstation"</TD></TR> <TR id="c_800" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_801" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_801);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_801);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Station de travail</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Crée et maintient des connexions de réseau client à des serveurs distants à l aide du protocole SMB. Si ce service est arrêté, ces connexions ne seront pas disponibles. Si ce service est désactivé, les services qui en dépendent explicitement ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Station de travail</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">LanmanWorkstation</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k NetworkService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="53"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_811)"> <DIV style="float: left;"><IMG id="e_c_811" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="lfsvc"</TD></TR> <TR id="c_811" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_812" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_812);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_812);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service d infrastructure de localisation Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service contrôle l emplacement actuel du système et gère les délimitations géographiques (un emplacement géographique avec des événements associés). Si vous désactivez ce service, les applications ne pourront pas utiliser ni recevoir de notifications relatives aux délimitations géographiques.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service d infrastructure de localisation Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">lfsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="54"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_822)"> <DIV style="float: left;"><IMG id="e_c_822" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="lltdsvc"</TD></TR> <TR id="c_822" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_823" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_823);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_823);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Mappage de découverte de topologie de la couche de liaison</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Crée un mappage réseau, consistant en informations sur la topologie des ordinateurs et des périphériques (connectivité) et en métadonnées décrivant chaque ordinateur et chaque périphérique. Si ce service est désactivé, le mappage réseau ne fonctionne pas correctement.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Mappage de découverte de topologie de la couche de liaison</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">lltdsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="55"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_833)"> <DIV style="float: left;"><IMG id="e_c_833" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="lmhosts"</TD></TR> <TR id="c_833" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_834" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_834);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_834);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Assistance NetBIOS sur TCP/IP</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Prend en charge le service NetBIOS sur TCP/IP (NetBT) et la résolution de noms NetBIOS pour les clients présents sur le réseau, ce qui permet aux utilisateurs de partager des fichiers, d imprimer et d ouvrir des sessions sur le réseau. Si ce service est arrêté, ces fonctions risquent de ne pas être disponibles. Si ce service est désactivé, les services qui en dépendent explicitement ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Assistance NetBIOS sur TCP/IP</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">lmhosts</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="56"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_844)"> <DIV style="float: left;"><IMG id="e_c_844" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="LSM"</TD></TR> <TR id="c_844" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_845" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_845);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_845);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestionnaire de session locale</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Service Windows de base gérant les sessions locales utilisateur. L arrêt ou la désactivation de ce service risque d entraîner l instabilité du système.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestionnaire de session locale</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">LSM</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k DcomLaunch</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="57"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_855)"> <DIV style="float: left;"><IMG id="e_c_855" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="MBAMService"</TD></TR> <TR id="c_855" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_856" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_856);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_856);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Malwarebytes Service</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Malwarebytes Service</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Malwarebytes Service</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">MBAMService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files\Malwarebytes\Anti-Malware\mbamservice.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="58"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_866)"> <DIV style="float: left;"><IMG id="e_c_866" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="MMCSS"</TD></TR> <TR id="c_866" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_867" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_867);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_867);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Planificateur de classes multimédias</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Active la définition relative des priorités du travail sur la base des priorités des tâches de niveau système. Ce service concerne principalement les applications multimédias. S il est arrêté, chaque tâche reprend sa priorité par défaut.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Planificateur de classes multimédias</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">MMCSS</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="59"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_877)"> <DIV style="float: left;"><IMG id="e_c_877" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="MozillaMaintenance"</TD></TR> <TR id="c_877" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_878" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_878);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_878);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Mozilla Maintenance Service</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service de maintenance de Mozilla s assure que vous avez la dernière version la plus sûre de Mozilla Firefox sur votre ordinateur. Garder Firefox à jour est très important pour votre sécurité en ligne et Mozilla vous recommande vivement de laisser ce service activé.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Mozilla Maintenance Service</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">MozillaMaintenance</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files (x86)\Mozilla Maintenance Service\maintenanceservice.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="60"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_888)"> <DIV style="float: left;"><IMG id="e_c_888" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="MpsSvc"</TD></TR> <TR id="c_888" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_889" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_889);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_889);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Pare-feu Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le Pare-feu Windows vous aide à protéger votre ordinateur en empêchant les utilisateurs non autorisés d accéder à votre ordinateur via Internet ou un réseau.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Pare-feu Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">MpsSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="61"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_899)"> <DIV style="float: left;"><IMG id="e_c_899" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="MSDTC"</TD></TR> <TR id="c_899" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_900" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_900);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_900);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Coordinateur de transactions distribuées</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Coordonne les transactions qui comportent plusieurs gestionnaires de ressources, tels que des bases de données, des files d attente de messages net des systèmes de fichiers. Si ce service est arrêté, ces transactions échoueront. S il est désactivé, le démarrage de tout service qui en dépend explicitement échouera.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Coordinateur de transactions distribuées</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">MSDTC</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\msdtc.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="62"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_910)"> <DIV style="float: left;"><IMG id="e_c_910" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="MSiSCSI"</TD></TR> <TR id="c_910" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_911" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_911);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_911);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Initiateur iSCSI de Microsoft</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère les sessions iSCSI (Internet SCSI) à partir de cet ordinateur sur les périphériques cible iSCSI distants. Si ce service est arrêté, l ordinateur ne pourra plus ouvrir de session sur les cibles iSCSI ni y accéder. S il est désactivé, tous les services qui dépendent explicitement de lui ne pourront plus démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Initiateur iSCSI de Microsoft</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">MSiSCSI</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="63"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_921)"> <DIV style="float: left;"><IMG id="e_c_921" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="msiserver"</TD></TR> <TR id="c_921" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_922" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_922);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_922);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Windows Installer</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ajoute, modifie et supprime des applications fournies en tant que package Windows Installer (*.msi, *.msp, *.appx). Si ce service est désactivé, les services qui en dépendent explicitement ne démarreront pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Windows Installer</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">msiserver</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\msiexec.exe /V</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="64"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_932)"> <DIV style="float: left;"><IMG id="e_c_932" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="napagent"</TD></TR> <TR id="c_932" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_933" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_933);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_933);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Agent de protection d accès réseau</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service Agent de protection d accès réseau (NAP) recueille et gère les informations d intégrité pour les ordinateurs clients d un réseau. Les informations recueillies par l agent NAP sont utilisées pour s assurer que l ordinateur client possède les logiciels et paramètres nécessaires. Si un ordinateur client n est pas conforme à la stratégie d intégrité, il est possible de lui procurer un accès réseau restreint jusqu à ce que sa configuration soit mise à jour. Selon la configuration de la stratégie d intégrité, les ordinateurs clients peuvent être mis à jour automatiquement afin que les utilisateurs puissent rapidement disposer à nouveau d un accès réseau complet sans avoir à mettre à jour leur ordinateur manuellement.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Agent de protection d accès réseau</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">napagent</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k NetworkService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="65"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_943)"> <DIV style="float: left;"><IMG id="e_c_943" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="NcaSvc"</TD></TR> <TR id="c_943" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_944" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_944);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_944);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Assistant Connectivité réseau</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit la notification du statut DirectAccess aux composants de l interface utilisateur</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Assistant Connectivité réseau</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">NcaSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k NetSvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="66"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_954)"> <DIV style="float: left;"><IMG id="e_c_954" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="NcbService"</TD></TR> <TR id="c_954" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_955" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_955);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_955);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Broker pour les connexions réseau</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Connexions du service Broker qui permettent aux applications du Windows Store de recevoir des notifications d Internet.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Broker pour les connexions réseau</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">NcbService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="67"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_965)"> <DIV style="float: left;"><IMG id="e_c_965" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="NcdAutoSetup"</TD></TR> <TR id="c_965" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_966" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_966);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_966);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Configuration automatique des périphériques connectés au réseau</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service Configuration automatique des périphériques connectés au réseau supervise et installe les périphériques qualifiés qui se connectent à un réseau qualifié. L arrêt ou la désactivation de ce service empêchent Windows de découvrir et installer automatiquement des périphériques connectés au réseau qualifié. Les utilisateurs peuvent quand même ajouter manuellement des périphériques connectés au réseau à un ordinateur via l interface utilisateur.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Configuration automatique des périphériques connectés au réseau</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">NcdAutoSetup</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="68"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_976)"> <DIV style="float: left;"><IMG id="e_c_976" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Netlogon"</TD></TR> <TR id="c_976" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_977" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_977);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_977);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Netlogon</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Maintient un canal sécurisé entre cet ordinateur et le contrôleur de domaine pour authentifier les utilisateurs et les services. Si ce service est arrêté, l ordinateur peut ne pas authentifier les utilisateurs et les services et le contrôleur de domaine ne peut pas inscrire les enregistrements DNS. Si ce service est désactivé, tout service qui en dépend explicitement ne pourra pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Netlogon</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Netlogon</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\lsass.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="69"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_987)"> <DIV style="float: left;"><IMG id="e_c_987" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Netman"</TD></TR> <TR id="c_987" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_988" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_988);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_988);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Connexions réseau</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Prend en charge les objets dans le dossier Connexions réseau et accès à distance, dans lequel vous pouvez afficher à la fois les connexions du réseau local et les connexions à distance.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Connexions réseau</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Netman</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="70"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_998)"> <DIV style="float: left;"><IMG id="e_c_998" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="netprofm"</TD></TR> <TR id="c_998" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_999" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_999);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_999);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Liste des réseaux</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Identifie les réseaux auxquels l ordinateur s est connecté, collecte et stocke les propriétés de ces réseaux, et signale aux applications toute modification des propriétés.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Liste des réseaux</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">netprofm</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="71"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1009)"> <DIV style="float: left;"><IMG id="e_c_1009" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="NetTcpPortSharing"</TD></TR> <TR id="c_1009" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1010" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1010);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1010);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de partage de ports Net.Tcp</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit la possibilité de partager des ports TCP sur le protocole net.tcp.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de partage de ports Net.Tcp</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">NetTcpPortSharing</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SMSvcHost.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="72"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1020)"> <DIV style="float: left;"><IMG id="e_c_1020" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="NlaSvc"</TD></TR> <TR id="c_1020" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1021" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1021);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1021);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Connaissance des emplacements réseau</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Collecte et stocke les informations de configuration du réseau, puis notifie les programmes en cas de modification de ces informations. Si ce service est arrêté, les informations de configuration risquent de ne pas être disponibles. Si ce service est désactivé, les services qui en dépendent explicitement ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Connaissance des emplacements réseau</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">NlaSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k NetworkService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="73"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1031)"> <DIV style="float: left;"><IMG id="e_c_1031" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="nsi"</TD></TR> <TR id="c_1031" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1032" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1032);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1032);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Interface du magasin réseau</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service fournit des notifications réseau (ajout/suppression d interface, etc.) aux clients en mode utilisateur. L arrêt de ce service entraîne la perte de la connectivité réseau. Si ce service est désactivé, les autres services qui en dépendent explicitement ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Interface du magasin réseau</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">nsi</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="74"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1042)"> <DIV style="float: left;"><IMG id="e_c_1042" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="NvContainerLocalSystem"</TD></TR> <TR id="c_1042" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1043" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1043);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1043);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">NVIDIA LocalSystem Container</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Container service for NVIDIA root features</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">NVIDIA LocalSystem Container</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">NvContainerLocalSystem</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files\NVIDIA Corporation\NvContainer\nvcontainer.exe" -s NvContainerLocalSystem -f "C:\ProgramData\NVIDIA\NvContainerLocalSystem.log" -l 3 -d "C:\Program Files\NVIDIA Corporation\NvContainer\plugins\LocalSystem" -r -p 30000</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="75"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1053)"> <DIV style="float: left;"><IMG id="e_c_1053" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="NvContainerNetworkService"</TD></TR> <TR id="c_1053" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1054" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1054);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1054);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">NVIDIA NetworkService Container</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Container service for NVIDIA network features</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">NVIDIA NetworkService Container</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">NvContainerNetworkService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files\NVIDIA Corporation\NvContainer\nvcontainer.exe" -s NvContainerNetworkService -f "C:\ProgramData\NVIDIA\NvContainerNetworkService.log" -l 3 -d "C:\Program Files\NVIDIA Corporation\NvContainer\plugins\NetworkService" -r -p 30000</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="76"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1064)"> <DIV style="float: left;"><IMG id="e_c_1064" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="NVDisplay.ContainerLocalSystem"</TD></TR> <TR id="c_1064" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1065" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1065);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1065);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">NVIDIA Display Container LS</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Container service for NVIDIA root features</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">NVIDIA Display Container LS</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">NVDisplay.ContainerLocalSystem</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" -s NVDisplay.ContainerLocalSystem -f "C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log" -l 3 -d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\plugins\LocalSystem"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="77"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1075)"> <DIV style="float: left;"><IMG id="e_c_1075" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="NVIDIA Wireless Controller Service"</TD></TR> <TR id="c_1075" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1076" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1076);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1076);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">NVIDIA Wireless Controller Service</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">NVIDIA Wireless Controller Service</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">NVIDIA Wireless Controller Service</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">NVIDIA Wireless Controller Service</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files\NVIDIA Corporation\GeForce Experience Service\nvwirelesscontroller.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="78"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1086)"> <DIV style="float: left;"><IMG id="e_c_1086" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="p2pimsvc"</TD></TR> <TR id="c_1086" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1087" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1087);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1087);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestionnaire d identité réseau homologue</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit des services d identité pour le protocole PNRP et les services de groupement homologue. S il est désactivé, le protocole PNRP et les services de groupement homologue peuvent ne pas fonctionner, et certaines applications, telles que Groupement résidentiel et Assistance à distance, peuvent ne pas fonctionner correctement.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestionnaire d identité réseau homologue</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">p2pimsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServicePeerNet</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="79"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1097)"> <DIV style="float: left;"><IMG id="e_c_1097" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="p2psvc"</TD></TR> <TR id="c_1097" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1098" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1098);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1098);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Groupement de mise en réseau de pairs</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet la communication multipartie à l aide du groupement homologue. S il est désactivé, certaines applications, telles que Groupement résidentiel, peuvent ne pas fonctionner.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Groupement de mise en réseau de pairs</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">p2psvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServicePeerNet</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="80"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1108)"> <DIV style="float: left;"><IMG id="e_c_1108" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="PcaSvc"</TD></TR> <TR id="c_1108" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1109" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1109);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1109);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de l Assistant Compatibilité des programmes</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service fournit une prise en charge de l Assistant Compatibilité des programmes. Cet Assistant surveille les programmes installés et exécutés par l utilisateur et détecte les problèmes de compatibilité connus. Si ce service est arrêté, cet Assistant ne fonctionnera pas correctement.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de l Assistant Compatibilité des programmes</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">PcaSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="81"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1119)"> <DIV style="float: left;"><IMG id="e_c_1119" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="PerfHost"</TD></TR> <TR id="c_1119" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1120" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1120);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1120);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Hôte de DLL de compteur de performance</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet aux utilisateurs à distances et aux processus 64 bits d interroger les compteurs de performances fournis par des DLL 32 bits. Si ce service est arrêté, seuls les utilisateurs locaux et les processus 32 bits peuvent interroger les compteurs fournis par des DLL 32 bits.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Hôte de DLL de compteur de performance</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">PerfHost</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\SysWow64\perfhost.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="82"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1130)"> <DIV style="float: left;"><IMG id="e_c_1130" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="pla"</TD></TR> <TR id="c_1130" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1131" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1131);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1131);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Journaux &amp; alertes de performance</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service des journaux et des alertes de performance collecte des données de performance sur des ordinateurs locaux ou distants, en se basant sur des paramètres de planification préconfigurés, puis écrit ces données dans un journal ou déclenche une alerte. Si ce service est arrêté, les informations de performance ne seront plus collectées. Si ce service est désactivé, tous les services qui en dépendent explicitement ne pourront plus démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Journaux &amp; alertes de performance</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">pla</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="83"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1141)"> <DIV style="float: left;"><IMG id="e_c_1141" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="PlugPlay"</TD></TR> <TR id="c_1141" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1142" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1142);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1142);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Plug-and-Play</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet à l ordinateur de reconnaître et d adapter les modifications matérielles avec peu ou pas du tout d intervention de l utilisateur. Arrêter ou désactiver ce service provoque une instabilité du système.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Plug-and-Play</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">PlugPlay</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k DcomLaunch</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="84"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1152)"> <DIV style="float: left;"><IMG id="e_c_1152" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="PNRPAutoReg"</TD></TR> <TR id="c_1152" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1153" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1153);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1153);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de publication des noms d ordinateurs PNRP</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service publie un nom d ordinateur à l aide du protocole PNRP (Peer Name Resolution Protocol). Sa configuration est gérée par le contexte netsh «&nbsp;p2p pnrp peer&nbsp;». </TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de publication des noms d ordinateurs PNRP</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">PNRPAutoReg</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServicePeerNet</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="85"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1163)"> <DIV style="float: left;"><IMG id="e_c_1163" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="PNRPsvc"</TD></TR> <TR id="c_1163" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1164" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1164);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1164);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Protocole PNRP</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet la résolution de noms d homologues sans serveur via Internet, à l aide du protocole PNRP. Si cette fonction est désactivée, certaines applications pair à pair et collaboratives, telles que Assistance à distance, peuvent ne pas fonctionner.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Protocole PNRP</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">PNRPsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServicePeerNet</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="86"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1174)"> <DIV style="float: left;"><IMG id="e_c_1174" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="PolicyAgent"</TD></TR> <TR id="c_1174" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1175" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1175);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1175);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Agent de stratégie IPsec</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">La sécurité du protocole Internet (IPSec) prend en charge l authentification de l homologue réseau, l authentification de l origine des données, l intégrité des données, la confidentialité des données (chiffrement) et la protection de la relecture. Ce service met en Suvre des stratégies IPSec créées via le composant logiciel enfichable Stratégies de sécurité&nbsp;IP ou l outil de ligne de commande «&nbsp;netsh ipsec&nbsp;». Si vous arrêtez ce service, vous pourrez rencontrer des problèmes de connectivité réseau si votre stratégie nécessite des connexions IPSec. En outre, la gestion à distance du Pare-feu Windows n est pas disponible lorsque ce service est arrêté.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Agent de stratégie IPsec</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">PolicyAgent</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="87"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1185)"> <DIV style="float: left;"><IMG id="e_c_1185" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Power"</TD></TR> <TR id="c_1185" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1186" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1186);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1186);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Alimentation</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère la stratégie d alimentation et la remise de notification de stratégie d alimentation.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Alimentation</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Power</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k DcomLaunch</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="88"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1196)"> <DIV style="float: left;"><IMG id="e_c_1196" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="PrintNotify"</TD></TR> <TR id="c_1196" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1197" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1197);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1197);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Extensions et notifications des imprimantes</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service ouvre les boîtes de dialogue d impression personnalisée et gère les notifications d une imprimante ou d un serveur d impression distant. Si vous désactivez ce service, vous ne pourrez plus voir les extensions ou notifications relatives aux imprimantes.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Extensions et notifications des imprimantes</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">PrintNotify</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k print</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="89"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1207)"> <DIV style="float: left;"><IMG id="e_c_1207" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="ProfSvc"</TD></TR> <TR id="c_1207" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1208" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1208);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1208);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de profil utilisateur</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service est responsable du chargement et du déchargement des profils utilisateur. Si ce service est arrêté ou désactivé, les utilisateurs ne pourront plus se connecter ou se déconnecter, les applications pourront avoir des problèmes pour obtenir les données des utilisateurs, et les composants inscrits pour recevoir les notifications d événements de profils ne les recevront pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de profil utilisateur</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">ProfSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="90"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1218)"> <DIV style="float: left;"><IMG id="e_c_1218" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="QWAVE"</TD></TR> <TR id="c_1218" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1219" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1219);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1219);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Expérience audio-vidéo haute qualité Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">qWave (Quality Windows Audio Video Experience) est une plateforme réseau destinée aux applications de flux AV (Audio Video) sur des réseaux domestiques IP. qWave améliore les performances et la fiabilité des flux AV en assurant la qualité de service (QoS) sur le réseau des applications AV. Cette plateforme fournit des mécanismes concernant le contrôle d admission, l analyse et la mise en Suvre des principes de protection des informations personnelles à l exécution, la rétroaction des applications et la définition des priorités du trafic.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Expérience audio-vidéo haute qualité Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">QWAVE</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="91"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1229)"> <DIV style="float: left;"><IMG id="e_c_1229" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="RasAuto"</TD></TR> <TR id="c_1229" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1230" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1230);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1230);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestionnaire des connexions automatiques d accès à distance</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Crée une connexion vers un réseau distant à chaque fois qu un programme référence un nom ou une adresse DNS ou NetBIOS distant.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestionnaire des connexions automatiques d accès à distance</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">RasAuto</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="92"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1240)"> <DIV style="float: left;"><IMG id="e_c_1240" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="RasMan"</TD></TR> <TR id="c_1240" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1241" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1241);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1241);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestionnaire des connexions d accès à distance</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère les connexions d accès à distance et les connexions de réseau privé virtuel (VPN) entre cet ordinateur et Internet ou d autres réseaux distants. Si ce service est désactivé, les services qui en dépendent explicitement ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestionnaire des connexions d accès à distance</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">RasMan</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="93"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1251)"> <DIV style="float: left;"><IMG id="e_c_1251" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="RemoteAccess"</TD></TR> <TR id="c_1251" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1252" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1252);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1252);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Routage et accès distant</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Offre aux entreprises des services de routage dans les environnements de réseau local ou étendu.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Routage et accès distant</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">RemoteAccess</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="94"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1262)"> <DIV style="float: left;"><IMG id="e_c_1262" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="RemoteRegistry"</TD></TR> <TR id="c_1262" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1263" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1263);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1263);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Registre à distance</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet aux utilisateurs à distance de modifier les paramètres du Registre sur cet ordinateur. Si ce service est arrêté, le Registre ne pourra être modifié que par les utilisateurs de cet ordinateur. Si ce service est désactivé, tout service en dépendant explicitement ne démarrera pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Registre à distance</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">RemoteRegistry</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k localService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="95"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1273)"> <DIV style="float: left;"><IMG id="e_c_1273" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="RpcEptMapper"</TD></TR> <TR id="c_1273" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1274" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1274);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1274);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Mappeur de point de terminaison RPC</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Résout les identificateurs des interfaces RPC en points de terminaison de transport. Si ce service est arrêté ou désactivé, les programmes utilisant des services d appel de procédure distante (RPC) ne fonctionneront pas correctement.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Mappeur de point de terminaison RPC</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">RpcEptMapper</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k RPCSS</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="96"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1284)"> <DIV style="float: left;"><IMG id="e_c_1284" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="RpcLocator"</TD></TR> <TR id="c_1284" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1285" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1285);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1285);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Localisateur d appels de procédure distante (RPC)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Dans Windows 2003 et les versions antérieures de Windows, le service Localisateur d appels de procédure distante (RPC) gère la base de données du service de nom RPC. Dans Windows Vista et les versions ultérieures de Windows, ce service ne fournit aucune fonctionnalité et est présent à des fins de compatibilité applicative.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Localisateur d appels de procédure distante (RPC)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">RpcLocator</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\locator.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="97"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1295)"> <DIV style="float: left;"><IMG id="e_c_1295" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="RpcSs"</TD></TR> <TR id="c_1295" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1296" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1296);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1296);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Appel de procédure distante (RPC)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service RPCSS est le Gestionnaire de contrôle des services pour les serveurs COM et DCOM. Il traite les demandes d activation d objets, les résolutions d exportateur d objets et le nettoyage de la mémoire distribuée pour les serveurs COM et DCOM. Si ce service est arrêté ou désactivé, les programmes utilisant COM ou DCOM ne fonctionnent pas correctement. Il est fortement recommandé d exécuter le service RPCSS.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Appel de procédure distante (RPC)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">RpcSs</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k rpcss</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="98"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1306)"> <DIV style="float: left;"><IMG id="e_c_1306" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SamSs"</TD></TR> <TR id="c_1306" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1307" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1307);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1307);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestionnaire de comptes de sécurité</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le démarrage de ce service signale à d autres services que le Gestionnaire de comptes de sécurité est prêt à accepter des demandes. La désactivation de ce service empêchera d autres services dans le système d être prévenus lorsque le Gestionnaire de comptes de sécurité sera prêt, ce qui pourrait provoquer le démarrage incorrect de ces services. Ce service ne doit pas être désactivé.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestionnaire de comptes de sécurité</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SamSs</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\lsass.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="99"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1317)"> <DIV style="float: left;"><IMG id="e_c_1317" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SCardSvr"</TD></TR> <TR id="c_1317" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1318" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1318);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1318);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Carte à puce</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère l accès aux cartes à puce lues par cet ordinateur. Si ce service est arrêté, cet ordinateur ne pourra plus lire de cartes à puces. Si ce service est désactivé, tout service en dépendant explicitement ne démarrera pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Carte à puce</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SCardSvr</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="100"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1328)"> <DIV style="float: left;"><IMG id="e_c_1328" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="ScDeviceEnum"</TD></TR> <TR id="c_1328" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1329" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1329);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1329);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service d énumération de périphériques de carte à puce</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Crée des nSuds de périphériques logiciels pour tous les lecteurs de cartes à puce accessibles à une session donnée. Si ce service est désactivé, les API WinRT ne peuvent pas énumérer les lecteurs de cartes à puce.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service d énumération de périphériques de carte à puce</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">ScDeviceEnum</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="101"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1339)"> <DIV style="float: left;"><IMG id="e_c_1339" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Schedule"</TD></TR> <TR id="c_1339" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1340" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1340);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1340);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Planificateur de tâches</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet à un utilisateur de configurer et de planifier des tâches automatisées sur cet ordinateur. Le service héberge également plusieurs tâches critiques du système Windows. Si ce service est arrêté ou désactivé, ces tâches ne seront pas exécutées à l heure prévue. Si ce service est désactivé, tout service en dépendant explicitement ne démarrera pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Planificateur de tâches</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Schedule</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="102"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1350)"> <DIV style="float: left;"><IMG id="e_c_1350" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SCPolicySvc"</TD></TR> <TR id="c_1350" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1351" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1351);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1351);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Stratégie de retrait de la carte à puce</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Autorise le système à être configuré pour verrouiller le Bureau de l utilisateur au moment du retrait de la carte à puce.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Stratégie de retrait de la carte à puce</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SCPolicySvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="103"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1361)"> <DIV style="float: left;"><IMG id="e_c_1361" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="seclogon"</TD></TR> <TR id="c_1361" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1362" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1362);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1362);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Ouverture de session secondaire</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet le démarrage des processus sous d autres informations d identification. Si ce service est arrêté, ce type d ouverture de session sera indisponible. Si ce service est désactivé, tout service en dépendant explicitement ne démarrera pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Ouverture de session secondaire</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">seclogon</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="104"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1372)"> <DIV style="float: left;"><IMG id="e_c_1372" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SENS"</TD></TR> <TR id="c_1372" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1373" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1373);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1373);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de notification d événements système</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Analyse les événements système et notifie leur existence aux abonnés du système d événements COM+.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de notification d événements système</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SENS</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="105"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1383)"> <DIV style="float: left;"><IMG id="e_c_1383" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SensrSvc"</TD></TR> <TR id="c_1383" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1384" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1384);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1384);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de surveillance des capteurs</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Surveille plusieurs capteurs pour exposer les données et s adapter aux divers états utilisateur et du système. Si le service est arrêté ou désactivé, la brillance de l affichage ne s adaptera pas aux conditions d éclairage. L arrêt de ce service peut également affecter d autres fonctionnalités du système.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de surveillance des capteurs</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SensrSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="106"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1394)"> <DIV style="float: left;"><IMG id="e_c_1394" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SessionEnv"</TD></TR> <TR id="c_1394" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1395" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1395);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1395);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Configuration des services Bureau à distance</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service Configuration des services Bureau à distance (RDCS) est responsable de toutes les activités de maintenance de session et de configuration du Bureau à distance et des services Bureau à distance nécessitant un contexte SYSTEM. Il faut y inclure les dossiers temporaires par session, ainsi que les thèmes et certificats des services Bureau à distance.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Configuration des services Bureau à distance</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SessionEnv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="107"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1405)"> <DIV style="float: left;"><IMG id="e_c_1405" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SharedAccess"</TD></TR> <TR id="c_1405" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1406" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1406);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1406);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Partage de connexion Internet (ICS)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Assure la traduction d adresses de réseau, l adressage, les services de résolution de noms et/ou les services de prévention d intrusion pour un réseau de petite entreprise ou un réseau domestique.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Partage de connexion Internet (ICS)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SharedAccess</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="108"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1416)"> <DIV style="float: left;"><IMG id="e_c_1416" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="ShellHWDetection"</TD></TR> <TR id="c_1416" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1417" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1417);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1417);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Détection matériel noyau</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit des notifications à des événements matériel de lecture automatique.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Détection matériel noyau</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">ShellHWDetection</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="109"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1427)"> <DIV style="float: left;"><IMG id="e_c_1427" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="smphost"</TD></TR> <TR id="c_1427" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1428" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1428);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1428);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">SMP de l Espace de stockages Microsoft</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Service hôte du fournisseur de gestion de l Espace de stockages Microsoft. Si ce service est arrêté ou désactivé, l Espace de stockages ne peut pas être géré.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">SMP de l Espace de stockages Microsoft</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">smphost</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k smphost</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="110"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1438)"> <DIV style="float: left;"><IMG id="e_c_1438" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SNMPTRAP"</TD></TR> <TR id="c_1438" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1439" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1439);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1439);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Interruption SNMP</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Reçoit les messages d interception générés par les agents SNMP (Simple Network Management Protocol) locaux ou distants et transmet les messages aux programmes de gestion SNMP s exécutant sur cet ordinateur. Si ce service est arrêté, les programmes à base SNMP sur cet ordinateur ne recevront pas les messages d interception SNMP. Si ce service est désactivé, tous les services qui en dépendent explicitement ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Interruption SNMP</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SNMPTRAP</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\snmptrap.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="111"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1449)"> <DIV style="float: left;"><IMG id="e_c_1449" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Spooler"</TD></TR> <TR id="c_1449" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1450" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1450);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1450);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Spouleur d impression</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service met en spoule les travaux d impression et gère l interaction avec l imprimante. Si vous arrêtez ce service, vous ne pourrez plus imprimer ni voir vos imprimantes.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Spouleur d impression</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Spooler</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\spoolsv.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="112"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1460)"> <DIV style="float: left;"><IMG id="e_c_1460" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="sppsvc"</TD></TR> <TR id="c_1460" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1461" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1461);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1461);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Protection logicielle</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet le téléchargement, l installation et l application de licences numériques pour Windows et des applications Windows. Si le service est désactivé, le système d exploitation et les applications sous licence peuvent s exécuter dans un mode de notification. Et il est instamment recommandé de ne pas désactiver le service de protection logicielle.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Protection logicielle</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">sppsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\sppsvc.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="113"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1471)"> <DIV style="float: left;"><IMG id="e_c_1471" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SSDPSRV"</TD></TR> <TR id="c_1471" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1472" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1472);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1472);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Découverte SSDP</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Découvre les périphériques et services en réseau qui utilisent le protocole de découverte SSDP, tels que les périphériques UPnP. Annonce également les périphériques et services SSDP exécutés sur l ordinateur local. Si ce service est arrêté, les périphériques SSDP ne seront pas découverts. S il est désactivé, tous les services qui dépendent explicitement de lui ne démarreront pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Découverte SSDP</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SSDPSRV</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="114"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1482)"> <DIV style="float: left;"><IMG id="e_c_1482" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SstpSvc"</TD></TR> <TR id="c_1482" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1483" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1483);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1483);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service&nbsp;SSTP (Secure Socket Tunneling Protocol)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Prend en charge la connexion par le protocole&nbsp;SSTP (Secure Socket Tunneling Protocol) à des ordinateurs distants via un réseau&nbsp;VPN. Si ce service est désactivé, les utilisateurs ne peuvent pas utiliser le protocole&nbsp;SSTP pour accéder à des serveurs distants.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service&nbsp;SSTP (Secure Socket Tunneling Protocol)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SstpSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="115"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1493)"> <DIV style="float: left;"><IMG id="e_c_1493" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="stisvc"</TD></TR> <TR id="c_1493" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1494" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1494);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1494);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Acquisition d image Windows (WIA)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit des services d acquisition d images pour les scanneurs et les appareils photo.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Acquisition d image Windows (WIA)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">stisvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k imgsvc</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="116"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1504)"> <DIV style="float: left;"><IMG id="e_c_1504" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="StorSvc"</TD></TR> <TR id="c_1504" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1505" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1505);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1505);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de stockage</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Applique la stratégie de groupe aux dispositifs de stockage.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de stockage</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">StorSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="117"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1515)"> <DIV style="float: left;"><IMG id="e_c_1515" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="svsvc"</TD></TR> <TR id="c_1515" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1516" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1516);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1516);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Vérificateur de points</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Vérifie les endommagements potentiels du système de fichiers.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Vérificateur de points</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">svsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="118"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1526)"> <DIV style="float: left;"><IMG id="e_c_1526" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="swprv"</TD></TR> <TR id="c_1526" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1527" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1527);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1527);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Fournisseur de cliché instantané de logiciel Microsoft</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère les copies logicielles de clichés instantanés de volumes créés par le service de cliché instantané de volumes. Si ce service est arrêté, les copies logicielles de clichés instantanés ne peuvent pas être gérées. Si le service est désactivé, les services qui en dépendent ne pourront pas démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Fournisseur de cliché instantané de logiciel Microsoft</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">swprv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k swprv</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="119"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1537)"> <DIV style="float: left;"><IMG id="e_c_1537" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SysMain"</TD></TR> <TR id="c_1537" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1538" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1538);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1538);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Superfetch</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère et améliore les performances du système dans le temps.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Superfetch</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SysMain</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="120"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1548)"> <DIV style="float: left;"><IMG id="e_c_1548" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="SystemEventsBroker"</TD></TR> <TR id="c_1548" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1549" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1549);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1549);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Broker des événements système</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Coordonne l exécution de travail en arrière-plan pour l application WinRT. Si ce service est arrêté ou désactivé, le travail en arrière-plan risque de ne pas être déclenché.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Broker des événements système</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">SystemEventsBroker</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k DcomLaunch</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="121"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1559)"> <DIV style="float: left;"><IMG id="e_c_1559" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="TabletInputService"</TD></TR> <TR id="c_1559" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1560" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1560);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1560);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service du clavier tactile et du volet d écriture manuscrite</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Active les fonctionnalités de stylet et d entrée manuscrite du clavier tactile et du volet d écriture manuscrite</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service du clavier tactile et du volet d écriture manuscrite</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">TabletInputService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="122"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1570)"> <DIV style="float: left;"><IMG id="e_c_1570" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="TapiSrv"</TD></TR> <TR id="c_1570" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1571" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1571);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1571);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Téléphonie</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Prend en charge l interface TAPI (Telephony API) pour les programmes qui contrôlent les périphériques de téléphonie sur l ordinateur local et, via le réseau local (LAN), sur les serveurs qui exécutent également le service.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Téléphonie</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">TapiSrv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k NetworkService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="123"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1581)"> <DIV style="float: left;"><IMG id="e_c_1581" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="TermService"</TD></TR> <TR id="c_1581" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1582" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1582);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1582);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Services Bureau à distance</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Autorise les utilisateurs à se connecter de manière interactive à un ordinateur distant. Le Bureau à distance et le serveur hôte de session Bureau à distance dépendent de ce service. Pour empêcher l utilisation à distance de cet ordinateur, désactivez les cases à cocher situées sous l onglet Utilisation à distance des Propriétés système via l élément Système du Panneau de configuration.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Services Bureau à distance</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">TermService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k NetworkService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="124"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1592)"> <DIV style="float: left;"><IMG id="e_c_1592" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Themes"</TD></TR> <TR id="c_1592" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1593" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1593);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1593);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Thèmes</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit un système de gestion de thème de l expérience utilisateur.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Thèmes</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Themes</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="125"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1603)"> <DIV style="float: left;"><IMG id="e_c_1603" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="THREADORDER"</TD></TR> <TR id="c_1603" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1604" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1604);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1604);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Serveur de priorités des threads</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet l exécution ordonnée d un groupe de threads dans un délai spécifique.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Serveur de priorités des threads</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">THREADORDER</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="126"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1614)"> <DIV style="float: left;"><IMG id="e_c_1614" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="TimeBroker"</TD></TR> <TR id="c_1614" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1615" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1615);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1615);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Broker pour les événements horaires</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Coordonne l exécution de travail en arrière-plan pour l application WinRT. Si ce service est arrêté ou désactivé, le travail en arrière-plan risque de ne pas être déclenché.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Broker pour les événements horaires</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">TimeBroker</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="127"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1625)"> <DIV style="float: left;"><IMG id="e_c_1625" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="TrkWks"</TD></TR> <TR id="c_1625" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1626" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1626);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1626);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Client de suivi de lien distribué</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Conserve les liens entre des fichiers NTFS au sein d un ordinateur ou d un ensemble d ordinateurs en réseau.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Client de suivi de lien distribué</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">TrkWks</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="128"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1636)"> <DIV style="float: left;"><IMG id="e_c_1636" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="TrustedInstaller"</TD></TR> <TR id="c_1636" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1637" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1637);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1637);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Programme d installation pour les modules Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet l installation, la modification et la suppression de composants facultatifs et de mises à jour Windows. Si ce service est désactivé, l installation ou la désinstallation de mises à jour Windows peut échouer pour cet ordinateur.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Programme d installation pour les modules Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">TrustedInstaller</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\servicing\TrustedInstaller.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="129"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1647)"> <DIV style="float: left;"><IMG id="e_c_1647" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="UI0Detect"</TD></TR> <TR id="c_1647" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1648" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1648);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1648);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Détection de services interactifs</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Active la notification des entrées utilisateur pour les services interactifs, qui active l accès aux boîtes de dialogue créées par les services interactifs lorsqu elles apparaissent. Si ce service est arrêté, les notifications de nouvelles boîtes de dialogue de services interactifs ne fonctionneront plus et l accès aux boîtes de dialogue des services interactifs sera peut-être perdu. Si ce service est désactivé, les notifications des nouvelles boîtes de dialogue de services interactifs ainsi que leur accès ne fonctionneront plus.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Détection de services interactifs</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">UI0Detect</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\UI0Detect.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="130"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1658)"> <DIV style="float: left;"><IMG id="e_c_1658" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="UmRdpService"</TD></TR> <TR id="c_1658" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1659" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1659);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1659);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Redirecteur de port du mode utilisateur des services Bureau à distance</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet la redirection des imprimantes/unités/ports pour les connexions RDP</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Redirecteur de port du mode utilisateur des services Bureau à distance</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">UmRdpService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="131"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1669)"> <DIV style="float: left;"><IMG id="e_c_1669" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Unchecky"</TD></TR> <TR id="c_1669" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1670" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1670);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1670);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Unchecky</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">The Unchecky service that aims to keep potentially unwanted programs out of the computer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Unchecky</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Unchecky</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files (x86)\Unchecky\bin\unchecky_svc.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="132"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1680)"> <DIV style="float: left;"><IMG id="e_c_1680" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="upnphost"</TD></TR> <TR id="c_1680" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1681" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1681);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1681);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Hôte de périphérique UPnP</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Autorise l hébergement des périphériques UPnP sur cet ordinateur. Si ce service est arrêté, tous les périphériques UPnP hébergés cesseront de fonctionner et aucun autre périphérique hébergé ne pourra être ajouté. Si ce service est désactivé, tous les services qui dépendent explicitement de lui ne démarreront pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Hôte de périphérique UPnP</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">upnphost</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="133"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1691)"> <DIV style="float: left;"><IMG id="e_c_1691" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="VaultSvc"</TD></TR> <TR id="c_1691" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1692" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1692);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1692);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestionnaire d informations d identification</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Offre un service de stockage et de récupération sécurisé des informations d identification pour les utilisateurs, les applications et les packages de services de sécurité.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestionnaire d informations d identification</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">VaultSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\lsass.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="134"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1702)"> <DIV style="float: left;"><IMG id="e_c_1702" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="vds"</TD></TR> <TR id="c_1702" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1703" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1703);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1703);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Disque virtuel</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit des services de gestion des disques, des volumes, des systèmes de fichiers et des groupes de stockage.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Disque virtuel</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">vds</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\vds.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="135"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1713)"> <DIV style="float: left;"><IMG id="e_c_1713" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="vmicguestinterface"</TD></TR> <TR id="c_1713" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1714" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1714);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1714);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Interface de services d invité Hyper-V</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit une interface à l hôte Hyper-V afin qu il puisse interagir avec des services spécifiques s exécutant sur l ordinateur virtuel.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Interface de services d invité Hyper-V</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">vmicguestinterface</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="136"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1724)"> <DIV style="float: left;"><IMG id="e_c_1724" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="vmicheartbeat"</TD></TR> <TR id="c_1724" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1725" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1725);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1725);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Pulsation Microsoft Hyper-V</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Surveille l état de cet ordinateur virtuel en émettant une pulsation à intervalles réguliers. Ce service vous permet d identifier les ordinateurs virtuels en cours d exécution qui ne répondent plus.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Pulsation Microsoft Hyper-V</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">vmicheartbeat</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k ICService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="137"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1735)"> <DIV style="float: left;"><IMG id="e_c_1735" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="vmickvpexchange"</TD></TR> <TR id="c_1735" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1736" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1736);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1736);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Échange de données Microsoft Hyper-V</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Propose un mécanisme d échange de données entre l ordinateur virtuel et le système d exploitation exécuté sur l ordinateur physique.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Échange de données Microsoft Hyper-V</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">vmickvpexchange</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="138"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1746)"> <DIV style="float: left;"><IMG id="e_c_1746" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="vmicrdv"</TD></TR> <TR id="c_1746" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1747" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1747);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1747);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de virtualisation Bureau à distance Hyper-V</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit une plateforme pour la communication entre l ordinateur virtuel et le système d exploitation exécuté sur l ordinateur physique.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de virtualisation Bureau à distance Hyper-V</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">vmicrdv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k ICService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="139"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1757)"> <DIV style="float: left;"><IMG id="e_c_1757" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="vmicshutdown"</TD></TR> <TR id="c_1757" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1758" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1758);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1758);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Arrêt de l invité Microsoft Hyper-V</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Propose un mécanisme permettant d arrêter le système d exploitation de cet ordinateur virtuel à partir des interfaces de gestion de l ordinateur physique.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Arrêt de l invité Microsoft Hyper-V</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">vmicshutdown</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="140"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1768)"> <DIV style="float: left;"><IMG id="e_c_1768" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="vmictimesync"</TD></TR> <TR id="c_1768" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1769" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1769);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1769);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Synchronisation date/heure Microsoft Hyper-V</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Synchronise l heure système de cet ordinateur virtuel avec l heure système de l ordinateur physique.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Synchronisation date/heure Microsoft Hyper-V</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">vmictimesync</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="141"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1779)"> <DIV style="float: left;"><IMG id="e_c_1779" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="vmicvss"</TD></TR> <TR id="c_1779" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1780" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1780);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1780);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Requête du service VSS Microsoft Hyper-V</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Coordonne les communications nécessaires à l utilisation du service VSS afin de sauvegarder les applications et les données de cet ordinateur virtuel à partir du système d exploitation de l ordinateur physique.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Requête du service VSS Microsoft Hyper-V</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">vmicvss</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="142"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1790)"> <DIV style="float: left;"><IMG id="e_c_1790" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="VSS"</TD></TR> <TR id="c_1790" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1791" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1791);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1791);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Cliché instantané des volumes</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Gère et implémente les clichés instantanés de volumes pour les sauvegardes et autres utilisations. Si ce service est arrêté, les clichés instantanés ne seront pas disponibles pour la sauvegarde et la sauvegarde échouera. Si ce service est désactivé, les services en dépendant explicitement ne démarreront pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Cliché instantané des volumes</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">VSS</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\vssvc.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="143"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1801)"> <DIV style="float: left;"><IMG id="e_c_1801" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="W32Time"</TD></TR> <TR id="c_1801" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1802" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1802);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1802);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Temps Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Conserve la synchronisation de la date et de l heure sur tous les clients et serveurs sur le réseau. Si ce service est arrêté, la synchronisation de la date et de l heure sera indisponible. Si ce service est désactivé, tout service en dépendant explicitement ne démarrera pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Temps Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">W32Time</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="144"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1812)"> <DIV style="float: left;"><IMG id="e_c_1812" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="wbengine"</TD></TR> <TR id="c_1812" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1813" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1813);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1813);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de moteur de sauvegarde en mode bloc</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service WBENGINE est utilisé par la sauvegarde Windows pour effectuer les opérations de sauvegarde et de récupération. Si ce service est arrêté par un utilisateur, l opération de sauvegarde ou de récupération en cours risque d échouer. La désactivation de ce service peut désactiver les opérations de sauvegarde et de récupération effectuées à l aide de la sauvegarde Windows sur cet ordinateur.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de moteur de sauvegarde en mode bloc</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">wbengine</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Windows\system32\wbengine.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="145"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1823)"> <DIV style="float: left;"><IMG id="e_c_1823" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WbioSrvc"</TD></TR> <TR id="c_1823" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1824" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1824);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1824);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de biométrie Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service de biométrie Windows permet aux applications clientes de capturer, comparer, manipuler et stocker des données biométriques sans avoir directement accès au matériel ou aux échantillons. Le service est hébergé dans un processus SVCHOST privilégié.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de biométrie Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WbioSrvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k WbioSvcGroup</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="146"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1834)"> <DIV style="float: left;"><IMG id="e_c_1834" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Wcmsvc"</TD></TR> <TR id="c_1834" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1835" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1835);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1835);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestionnaire des connexions Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Prends des décisions automatiques de connexion/déconnexion en fonction des options de connectivité réseau actuellement disponibles à l ordinateur, et active la gestion de la connectivité réseau en fonction des paramètres de la stratégie de groupe.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestionnaire des connexions Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Wcmsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="147"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1845)"> <DIV style="float: left;"><IMG id="e_c_1845" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="wcncsvc"</TD></TR> <TR id="c_1845" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1846" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1846);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1846);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Windows Connect Now&nbsp;-&nbsp;Registre de configuration</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">WCNCSVC héberge la configuration de connexion immédiate Windows, qui est l implémentation Microsoft du protocole WFP (Wi-Fi Protected Setup). On l utilise pour configurer des paramètres de réseau local sans fil pour un point d accès ou un périphérique Wi-Fi. Le service est démarré par programme en cas de besoin.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Windows Connect Now&nbsp;-&nbsp;Registre de configuration</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">wcncsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServiceAndNoImpersonation</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="148"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1856)"> <DIV style="float: left;"><IMG id="e_c_1856" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WcsPlugInService"</TD></TR> <TR id="c_1856" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1857" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1857);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1857);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Système de couleurs Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service WcsPlugInService héberge des modules de plug-in tiers du modèle de périphérique couleurs et du modèle de gamme de couleurs du système de couleurs Windows. Ces modules de plug-in sont des extensions spécifiques au fournisseur des modèles de base de périphériques couleurs et de gammes de couleurs du système de couleurs Windows. Si vous arrêtez ou désactivez le service WcsPlugInService, la fonction d extensibilité sera désactivée, et le système de couleurs Windows utilisera ses modèles de base au lieu d utiliser ceux du fournisseur. Ceci peut générer un rendu des couleurs inexact.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Système de couleurs Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WcsPlugInService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k wcssvc</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="149"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1867)"> <DIV style="float: left;"><IMG id="e_c_1867" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WdiServiceHost"</TD></TR> <TR id="c_1867" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1868" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1868);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1868);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service hôte WDIServiceHost</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service Hôte de service de diagnostics est utilisé par le Service de stratégie de diagnostics pour héberger les diagnostics qui doivent être exécutés dans un contexte de service local. Si ce service est arrêté, tous les diagnostics qui en dépendent ne fonctionneront plus.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service hôte WDIServiceHost</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WdiServiceHost</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="150"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1878)"> <DIV style="float: left;"><IMG id="e_c_1878" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WdiSystemHost"</TD></TR> <TR id="c_1878" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1879" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1879);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1879);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Hôte système de diagnostics</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service Hôte système de diagnostics est utilisé par le Service de stratégie de diagnostics pour héberger les diagnostics qui doivent être exécutés dans un contexte de système local. Si ce service est arrêté, tous les diagnostics qui en dépendent ne fonctionneront plus.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Hôte système de diagnostics</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WdiSystemHost</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="151"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1889)"> <DIV style="float: left;"><IMG id="e_c_1889" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WdNisSvc"</TD></TR> <TR id="c_1889" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1890" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1890);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1890);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Inspection du réseau Windows Defender</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Empêche les tentatives d intrusion ciblant les vulnérabilités connues et nouvellement découvertes des protocoles réseau</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Inspection du réseau Windows Defender</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WdNisSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files\Windows Defender\NisSrv.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="152"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1900)"> <DIV style="float: left;"><IMG id="e_c_1900" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WebClient"</TD></TR> <TR id="c_1900" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1901" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1901);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1901);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">WebClient</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet à un programme fonctionnant sous Windows de créer, modifier et accéder à des fichiers Internet. Si ce service est arrêté, ces fonctions ne sont pas disponibles. Si ce service est désactivé, tous les services qui en dépendent explicitement ne peuvent plus démarrer.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">WebClient</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WebClient</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="153"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1911)"> <DIV style="float: left;"><IMG id="e_c_1911" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Wecsvc"</TD></TR> <TR id="c_1911" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1912" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1912);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1912);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Collecteur d événements de Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service gère des abonnements persistants à des événements de sources distantes prenant en charge le protocole Gestion de services Web. Cela inclut les journaux d événements de Windows Vista, les sources d événements matériels et IPMI. Le service stocke les événements transférés dans un journal d événements local. Si ce service est arrêté ou désactivé, des abonnements aux événements ne peuvent pas être créés et les événements transférés ne peuvent pas être acceptés.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Collecteur d événements de Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Wecsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k NetworkService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="154"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1922)"> <DIV style="float: left;"><IMG id="e_c_1922" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WEPHOSTSVC"</TD></TR> <TR id="c_1922" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1923" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1923);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1923);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service hôte du fournisseur de chiffrement Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service hôte du fournisseur de chiffrement Windows négocie les fonctionnalités liées au chiffrement avec les fournisseurs de chiffrement tiers pour les processus qui ont besoin d évaluer et d appliquer des stratégies EAS. L arrêt de cette activité compromettra les vérifications de conformité EAS qui ont été établies par les comptes de messagerie connectés.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service hôte du fournisseur de chiffrement Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WEPHOSTSVC</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k WepHostSvcGroup</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="155"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1933)"> <DIV style="float: left;"><IMG id="e_c_1933" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="wercplsupport"</TD></TR> <TR id="c_1933" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1934" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1934);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1934);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Prise en charge de l application Rapports et solutions aux problèmes du Panneau de configuration</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service prend en charge l affichage, l envoi et la suppression des rapports à l échelle du système pour l application Rapports et solutions aux problèmes du Panneau de configuration.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Prise en charge de l application Rapports et solutions aux problèmes du Panneau de configuration</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">wercplsupport</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="156"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1944)"> <DIV style="float: left;"><IMG id="e_c_1944" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WerSvc"</TD></TR> <TR id="c_1944" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1945" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1945);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1945);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de rapport d erreurs Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Autorise le signalement des erreurs lorsque des programmes cessent de fonctionner ou de répondre, ainsi que la fourniture de solutions existantes. Autorise également la génération de journaux pour les services de diagnostic et de réparation. Si ce service est arrêté, le signalement des erreurs risque de ne pas fonctionner correctement&nbsp;; par ailleurs, les résultats des services de diagnostic et de réparation risquent de ne pas s afficher.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de rapport d erreurs Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WerSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k WerSvcGroup</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="157"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1955)"> <DIV style="float: left;"><IMG id="e_c_1955" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WiaRpc"</TD></TR> <TR id="c_1955" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1956" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1956);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1956);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Événements d acquisition d images fixes</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Lance les applications associées aux événements d acquisition d images fixes.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Événements d acquisition d images fixes</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WiaRpc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="158"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1966)"> <DIV style="float: left;"><IMG id="e_c_1966" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WinDefend"</TD></TR> <TR id="c_1966" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1967" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1967);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1967);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Windows Defender</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Protège les utilisateurs contre les logiciels malveillants et les autres logiciels potentiellement indésirables</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Windows Defender</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WinDefend</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files\Windows Defender\MsMpEng.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="159"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1977)"> <DIV style="float: left;"><IMG id="e_c_1977" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WinHttpAutoProxySvc"</TD></TR> <TR id="c_1977" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1978" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1978);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1978);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de découverte automatique de Proxy Web pour les services HTTP Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">WinHTTP implémente la pile HTTP du client et fournit aux développeurs une API Win32 et un composant d automatisation COM pour l envoi des demandes HTTP et la réception des réponses. En outre, WinHTTP prend en charge la découverte automatique d une configuration de proxy via son implémentation du protocole WPAD (Web Proxy Auto-Discovery).</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de découverte automatique de Proxy Web pour les services HTTP Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WinHttpAutoProxySvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="160"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1988)"> <DIV style="float: left;"><IMG id="e_c_1988" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="Winmgmt"</TD></TR> <TR id="c_1988" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_1989" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_1989);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_1989);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Infrastructure de gestion Windows</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit une interface commune et un modèle objet pour accéder aux informations de gestion du système d exploitation, des périphériques, des applications et des services. Si ce service est arrêté, la plupart des logiciels sur base Windows ne fonctionneront pas correctement. Si ce service est désactivé, tout service qui en dépend explicitement ne démarrera pas.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Infrastructure de gestion Windows</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Winmgmt</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="161"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_1999)"> <DIV style="float: left;"><IMG id="e_c_1999" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WinRM"</TD></TR> <TR id="c_1999" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2000" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2000);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2000);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Gestion à distance de Windows (Gestion WSM)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service Gestion à distance de Windows implémente le protocole Gestion des services Web pour la gestion à distance. La Gestion des services Web est un protocole standard utilisé pour la gestion à distance de logiciels et de matériels. Le service Gestion à distance de Windows traite les demandes Gestion des services Web. Il doit être configuré à l aide de l outil winrm.cmd ou via la stratégie de groupe. Ce service donne accès aux données WMI et permet le recueil d événements. Le recueil d événements et l abonnement exigent que ce service s'exécute. Les messages du service Gestion à distance de Windows utilisent HTTP et HTTPS. Le service Gestion à distance de Windows ne dépend pas d IIS mais partage un port avec IIS sur la même machine. Le service Gestion à distance de Windows réserve le préfixe d URL /wsman. Pour éviter les conflits avec IIS, vérifiez que les sites Web hébergés sur IIS n utilisent pas le préfixe d URL /wsman.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Gestion à distance de Windows (Gestion WSM)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WinRM</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k NetworkService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="162"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2010)"> <DIV style="float: left;"><IMG id="e_c_2010" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WlanSvc"</TD></TR> <TR id="c_2010" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2011" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2011);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2011);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de configuration automatique WLAN</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service WLANSVC fournit la logique nécessaire pour configurer, découvrir, se connecter et se déconnecter d un réseau local sans fil (WLAN) tel que défini par les normes IEEE 802.11. Il contient également la logique permettant de convertir votre ordinateur en un point d accès logiciel de sorte que d autres périphériques ou ordinateurs puissent se connecter à votre ordinateur sans fil à l aide d une carte WLAN prenant en charge cette fonctionnalité. L arrêt ou la désactivation du service WLANSVC rendront toutes les cartes WLAN sur votre ordinateur inaccessibles à partir de l interface utilisateur de mise en réseau Windows. Il est vivement recommandé d exécuter le service WLANSVC si votre ordinateur possède une carte WLAN.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de configuration automatique WLAN</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WlanSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="163"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2021)"> <DIV style="float: left;"><IMG id="e_c_2021" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="wlidsvc"</TD></TR> <TR id="c_2021" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2022" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2022);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2022);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Assistant Connexion avec un compte Microsoft</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Autorise la connexion des utilisateurs par le biais des services d identité de compte Microsoft. Si ce service est arrêté, les utilisateurs ne pourront pas ouvrir une session sur l ordinateur avec leur compte Microsoft.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Assistant Connexion avec un compte Microsoft</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">wlidsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="164"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2032)"> <DIV style="float: left;"><IMG id="e_c_2032" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="wmiApSrv"</TD></TR> <TR id="c_2032" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2033" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2033);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2033);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Carte de performance WMI</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit des informations concernant la bibliothèque de performance à partir des fournisseurs HiPerf WMI (Windows Management Instrumentation) à des clients sur le réseau. Ce service s exécute uniquement quand l assistant de performance des données est activé.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Carte de performance WMI</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">wmiApSrv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\wbem\WmiApSrv.exe</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="165"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2043)"> <DIV style="float: left;"><IMG id="e_c_2043" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WMPNetworkSvc"</TD></TR> <TR id="c_2043" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2044" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2044);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2044);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Partage réseau du Lecteur Windows Media</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Partage les bibliothèques du Lecteur Windows Media avec des lecteurs réseau et des appareils multimédias qui utilisent le Plug-and-Play universel</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Partage réseau du Lecteur Windows Media</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WMPNetworkSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">"C:\Program Files\Windows Media Player\wmpnetwk.exe"</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="166"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2054)"> <DIV style="float: left;"><IMG id="e_c_2054" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="workfolderssvc"</TD></TR> <TR id="c_2054" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2055" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2055);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2055);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Dossiers de travail</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service synchronise des fichiers avec le serveur Dossiers de travail, vous permettant ainsi d utiliser ces fichiers sur tous les PC et appareils sur lesquels vous avez configuré la fonctionnalité Dossiers de travail.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Dossiers de travail</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">workfolderssvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalService</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="167"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2065)"> <DIV style="float: left;"><IMG id="e_c_2065" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WPCSvc"</TD></TR> <TR id="c_2065" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2066" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2066);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2066);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Contrôle parental</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service est un stub de la fonctionnalité Contrôle parental Windows qui existait dans Vista. Il est fourni uniquement à des fins de compatibilité descendante.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Contrôle parental</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WPCSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="168"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2076)"> <DIV style="float: left;"><IMG id="e_c_2076" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WPDBusEnum"</TD></TR> <TR id="c_2076" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2077" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2077);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2077);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Énumérateur d appareil mobile</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Met en place une stratégie de groupe pour les dispositifs de stockage de masse amovibles. Permet à des applications telles que le Lecteur Windows Media et l Assistant Importation d images de transférer et de synchroniser du contenu à l aide de dispositifs de stockage de masse amovibles.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Énumérateur d appareil mobile</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WPDBusEnum</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="169"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2087)"> <DIV style="float: left;"><IMG id="e_c_2087" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="wscsvc"</TD></TR> <TR id="c_2087" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2088" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2088);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2088);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Centre de sécurité</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Le service WSCSVC (Centre de sécurité Windows) surveille et affiche les paramètres d intégrité de la sécurité de l ordinateur. Parmi les paramètres d intégrité figurent ceux du pare-feu (activé/désactivé), de l antivirus (activé/désactivé/périmé), du logiciel anti-espion (activé/désactivé/périmé), de Windows Update (téléchargement et installation automatique/manuelle des mises à jour), du contrôle de compte d utilisateur (activé/désactivé) et des paramètres Internet (recommandés/non recommandés). Le service fournit des API COM à l intention des éditeurs de logiciels indépendants pour qu ils s inscrivent et enregistrent l état de leurs produits au service Centre de sécurité. L interface utilisateur du Centre de maintenance utilise le service pour fournir des alertes dans la zone de notification et une vue graphique des états d intégrité de la sécurité dans le panneau de configuration du Centre de maintenance. La protection d accès réseau (NAP) utilise le service pour signaler les états d intégrité de la sécurité des clients au serveur de stratégie réseau NAP et prendre les décisions de mise en quarantaine réseau. Le service contient également une API publique permettant aux consommateurs externes d extraire par programme l état d intégrité consolidé de la sécurité du système.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Centre de sécurité</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">wscsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="170"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2098)"> <DIV style="float: left;"><IMG id="e_c_2098" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WSearch"</TD></TR> <TR id="c_2098" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2099" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2099);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2099);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Windows Search</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Fournit des fonctionnalités d indexation de contenu, de mise en cache des propriétés, de résultats de recherche pour les fichiers, les messages électroniques et autres contenus.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Windows Search</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WSearch</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\SearchIndexer.exe /Embedding</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="171"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2109)"> <DIV style="float: left;"><IMG id="e_c_2109" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WSService"</TD></TR> <TR id="c_2109" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2110" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2110);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2110);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service Windows Store (WSService)</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Permet la prise en charge de l infrastructure du Windows Store.&nbsp;Ce service démarre à la demande. S il est désactivé, les applications achetées via le Windows Store ne se comportent pas correctement.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service Windows Store (WSService)</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WSService</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\System32\svchost.exe -k wsappx</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="172"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2120)"> <DIV style="float: left;"><IMG id="e_c_2120" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="wuauserv"</TD></TR> <TR id="c_2120" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2121" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2121);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2121);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Windows Update</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Active la détection, le téléchargement et l installation des mises à jour de Windows et d autres programmes. Si ce service est désactivé, les utilisateurs de cet ordinateur ne pourront pas utiliser Windows Update ou sa fonctionnalité de mise à jour automatique, et les programmes ne pourront pas utiliser l API de l Agent de mise à jour automatique Windows Update (WUA).</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Windows Update</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">wuauserv</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k netsvcs</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="173"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2131)"> <DIV style="float: left;"><IMG id="e_c_2131" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="wudfsvc"</TD></TR> <TR id="c_2131" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2132" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2132);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2132);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Windows Driver Foundation - Infrastructure de pilote mode-utilisateur</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Crée et gère les processus de pilote en mode utilisateur. Ce service ne peut pas être arrêté.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Windows Driver Foundation - Infrastructure de pilote mode-utilisateur</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">wudfsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Vrai</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="174"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2142)"> <DIV style="float: left;"><IMG id="e_c_2142" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Service.Name="WwanSvc"</TD></TR> <TR id="c_2142" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2143" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2143);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2143);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Caption</TD> <TD class="string">Service de configuration automatique WWAN</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Ce service gère les connexions et adaptateurs de module intégré/carte de données à haut débit mobile (GSM &amp; CDMA) en configurant automatiquement les réseaux. Il est vivement recommandé de laisser ce service s exécuter afin d améliorer l expérience des utilisateurs de haut débit mobile.</TD></TR> <TR class="b2" index="3"> <TD class="string">DisplayName</TD> <TD class="string">Service de configuration automatique WWAN</TD></TR> <TR class="b1" index="4"> <TD class="string">ExitCode</TD> <TD class="string">1077</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">WwanSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">PathName</TD> <TD class="string">C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork</TD></TR> <TR class="b2" index="7"> <TD class="string">ServiceSpecificExitCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">Started</TD> <TD class="string">Faux</TD></TR> <TR class="b2" index="9"> <TD class="string">State</TD> <TD class="string">Stopped</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="684224012"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Service de station de travail</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2153" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2153)" onchange="show(table_2153)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2153" style="table-layout: auto;" showid="TableWorkstationServices"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2153);" colspan="1">Service</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2154)"> <DIV style="float: left;"><IMG id="e_c_2154" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">LanmanWorkstation</TD></TR> <TR id="c_2154" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block"> <TBODY> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Nom complet:</TD> <TD class="info" valign="center">Station de travail</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Code de sortie:</TD> <TD class="info b2" valign="center">0</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Nom du service:</TD> <TD class="info" valign="center">LanmanWorkstation</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Chemin d accès:</TD> <TD class="info b2" valign="center">C:\Windows\System32\svchost.exe -k NetworkService</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Code de service:</TD> <TD class="info" valign="center">0</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Démarré:</TD> <TD class="info b2" valign="center">Vrai</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">État:</TD> <TD class="info" valign="center">Running</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_99385019517696945)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Programmes de démarrage</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_99385019517696945" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_99385019517696945" expandable="1"><A name="467468907"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Programmes de démarrage</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2155" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2155)" onchange="show(table_2155)" type="text" size="3" value="7">sur&nbsp;&nbsp;7</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2155" style="table-layout: auto;" showid="TableStartup"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2155);" colspan="1">Élément de démarrage</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2155);" colspan="1">Commande</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD class="string">IgfxTray</TD> <TD class="string">"C:\Windows\system32\igfxtray.exe"</TD></TR> <TR class="b1" index="2"> <TD class="string">HotKeysCmds</TD> <TD class="string">"C:\Windows\system32\hkcmd.exe"</TD></TR> <TR class="b2" index="3"> <TD class="string">Persistence</TD> <TD class="string">"C:\Windows\system32\igfxpers.exe"</TD></TR> <TR class="b1" index="4"> <TD class="string">Malwarebytes TrayApp</TD> <TD class="string">C:\PROGRAM FILES\MALWAREBYTES\ANTI-MALWARE\mbamtray.exe</TD></TR> <TR class="b2" index="5"> <TD class="string">ShadowPlay</TD> <TD class="string">"C:\Windows\system32\rundll32.exe" C:\Windows\system32\nvspcap64.dll,ShadowPlayOnSystemStart</TD></TR> <TR class="b1" index="6"> <TD class="string">IAStorIcon</TD> <TD class="string">"C:\Program Files\Intel\Intel(R) Rapid Storage Technology\IAStorIconLaunch.exe" "C:\Program Files\Intel\Intel(R) Rapid Storage Technology\IAStorIcon.exe" 60</TD></TR> <TR class="b2" index="7"> <TD class="string">SunJavaUpdateSched</TD> <TD class="string">"C:\Program Files (x86)\Common Files\Java\Java Update\jusched.exe"</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV> <DIV class="title-bar" onclick="folder(c_2163)"> <TABLE class="layout"> <TBODY> <TR> <TD width="400" class="h1">Configuration matérielle</TD> <TD><A style="text-decoration: none; cursor: hand;" onclick="showTOC()"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res956A(1).tmp" border="0"></DIV></A></TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="float: right;"> <DIV style="float: left;"><IMG id="e_c_2163" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_2163" expandable="1"> <DIV class="topic-bar" onclick="folder(c_631610243479209181)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Vérifications de disque</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_631610243479209181" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_631610243479209181" expandable="1"><A name="851378727"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">État de disque SMART</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2164" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2164)" onchange="show(table_2164)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2164" style="table-layout: auto;" showid="TableBasicSMART"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2164);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2164);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD></TD> <TD class="string">root\wmi:SELECT * FROM MSStorageDriver_FailurePredictStatus WHERE PredictFailure = true</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2165" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2166" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2166);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="120583121"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Bit d intégrité de disque logique activé</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2167" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2167)" onchange="show(table_2167)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2167" style="table-layout: auto;" showid="TableBasicDirty"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2167);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2167);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD></TD> <TD class="string">root\cimv2:SELECT __Relpath, Name, Description, FileSystem, VolumeDirty FROM Win32_LogicalDisk Where DriveType = 3 and VolumeDirty = true</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2168" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2169" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2169);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_214139161479209181)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Système</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_214139161479209181" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_214139161479209181" expandable="1"><A name="17722543"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Processeur</TD> <TD align="right" valign="top"></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2170"> <TBODY> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Ordinateur:</TD> <TD class="info" valign="center">PC-DJAZI</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Domaine:</TD> <TD class="info b2" valign="center"></TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Processeurs:</TD> <TD class="info" valign="center">2</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Vitesse du processeur (MHz):</TD> <TD class="info b2" valign="center">2395</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Mémoire (Mo):</TD> <TD class="info" valign="center">6,028</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Taille de page (octets):</TD> <TD class="info b2" valign="center">4,096</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Granularité d allocation (octets):</TD> <TD class="info" valign="center">65,536</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Multithreads:</TD> <TD class="info b2" valign="center">0x0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="533354821"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">IRQ</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2171" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2171)" onchange="show(table_2171)" type="text" size="3" value="21">sur&nbsp;&nbsp;21</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2171" style="table-layout: auto;" showid="configIrq"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2171);" colspan="1">Description</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2171);" colspan="1">Affinité</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2171);" colspan="1">IRQ</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD class="string">ACPI\PNP0100\4&amp;258130EB&amp;0</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ACPI\ATK3001\4&amp;258130EB&amp;0</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="3"> <TD class="string">ACPI\PNP0B00\4&amp;258130EB&amp;0</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">8</TD></TR> <TR class="b1" index="4"> <TD class="string">PCI\VEN_8086&amp;DEV_1E22&amp;SUBSYS_14C71043&amp;REV_04\3&amp;11583659&amp;0&amp;FB</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">10</TD></TR> <TR class="b2" index="5"> <TD class="string">ACPI\ETD0108\4&amp;258130EB&amp;0</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">12</TD></TR> <TR class="b1" index="6"> <TD class="string">ACPI\PNP0C04\4&amp;258130EB&amp;0</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">13</TD></TR> <TR class="b2" index="7"> <TD class="string">PCI\VEN_8086&amp;DEV_1E2D&amp;SUBSYS_14C71043&amp;REV_04\3&amp;11583659&amp;0&amp;D0</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">16</TD></TR> <TR class="b1" index="8"> <TD class="string">PCI\VEN_10DE&amp;DEV_1058&amp;SUBSYS_21301043&amp;REV_A1\4&amp;18734C92&amp;0&amp;0008</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">16</TD></TR> <TR class="b2" index="9"> <TD class="string">PCI\VEN_8086&amp;DEV_1E3A&amp;SUBSYS_14C71043&amp;REV_04\3&amp;11583659&amp;0&amp;B0</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">16</TD></TR> <TR class="b1" index="10"> <TD class="string">PCI\VEN_8086&amp;DEV_1E10&amp;SUBSYS_14C71043&amp;REV_C4\3&amp;11583659&amp;0&amp;E0</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">16</TD></TR> <TR class="b2" index="11"> <TD class="string">PCI\VEN_8086&amp;DEV_0101&amp;SUBSYS_14C71043&amp;REV_09\3&amp;11583659&amp;0&amp;08</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">16</TD></TR> <TR class="b1" index="12"> <TD class="string">PCI\VEN_168C&amp;DEV_0032&amp;SUBSYS_11861A3B&amp;REV_01\4&amp;B151A23&amp;0&amp;00E1</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">17</TD></TR> <TR class="b2" index="13"> <TD class="string">PCI\VEN_8086&amp;DEV_1E12&amp;SUBSYS_14C71043&amp;REV_C4\3&amp;11583659&amp;0&amp;E1</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">17</TD></TR> <TR class="b1" index="14"> <TD class="string">PCI\VEN_8086&amp;DEV_1E16&amp;SUBSYS_14C71043&amp;REV_C4\3&amp;11583659&amp;0&amp;E3</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">19</TD></TR> <TR class="b2" index="15"> <TD class="string">PCI\VEN_1969&amp;DEV_1091&amp;SUBSYS_14C71043&amp;REV_10\4&amp;22EBC708&amp;0&amp;00E3</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">19</TD></TR> <TR class="b1" index="16"> <TD class="string">PCI\VEN_8086&amp;DEV_1E20&amp;SUBSYS_14C71043&amp;REV_04\3&amp;11583659&amp;0&amp;D8</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">22</TD></TR> <TR class="b2" index="17"> <TD class="string">PCI\VEN_8086&amp;DEV_1E26&amp;SUBSYS_14C71043&amp;REV_04\3&amp;11583659&amp;0&amp;E8</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">23</TD></TR> <TR class="b1" index="18"> <TD class="string">ACPI_HAL\PNP0C08\0</TD> <TD width="8%" class="number">0xFFFFFFFF</TD> <TD width="8%" class="number">81</TD></TR> <TR class="b2" index="19"> <TD class="string">PCI\VEN_8086&amp;DEV_1E31&amp;SUBSYS_14C71043&amp;REV_04\3&amp;11583659&amp;0&amp;A0</TD> <TD width="8%" class="number">0x0</TD> <TD width="8%" class="number">4294967292</TD></TR> <TR class="b1" index="20"> <TD class="string">PCI\VEN_8086&amp;DEV_0106&amp;SUBSYS_14C71043&amp;REV_09\3&amp;11583659&amp;0&amp;10</TD> <TD width="8%" class="number">0x0</TD> <TD width="8%" class="number">4294967293</TD></TR> <TR class="b2" index="21"> <TD class="string">PCI\VEN_8086&amp;DEV_1E03&amp;SUBSYS_14C71043&amp;REV_04\3&amp;11583659&amp;0&amp;FA</TD> <TD width="8%" class="number">0x0</TD> <TD width="8%" class="number">4294967294</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_548682682479209181)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Évaluation du Bureau</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_548682682479209181" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_548682682479209181" expandable="1"><A name="971187328"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Évaluation du Bureau</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2193" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2193)" onchange="show(table_2193)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2193" style="table-layout: auto;" showid="TablePerfDesktopRating"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2193);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2193);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2194)"> <DIV style="float: left;"><IMG id="e_c_2194" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT CPUScore, D3DScore, DiskScore, GraphicsScore, MemoryScore FROM Win32_WinSAT</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2194" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2195" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2195);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2196)"> <DIV style="float: left;"><IMG id="e_c_2196" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_WinSAT.TimeTaken="MostRecentAssessment"</TD></TR> <TR id="c_2196" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2197" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2197);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2197);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="w1" index="1" autoshade="true"> <TD class="string">CPUScore</TD> <TD class="string"><A name="64451167"></A>0<A style="cursor: help;" onmouseover="popup(popup_2199)" onmouseout="popup_2199.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95DE(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_2199" style="width: 300px;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations<BR> <HR> L évaluation «&nbsp;Processeur&nbsp;» du système est médiocre et pourrait être la cause de problèmes de performances. La réduction du nombre d applications ouvertes pourrait améliorer les performances du système. Vérifiez la présence d applications de démarrage inutiles et désactivez-les le cas échéant. Si le problème persiste, une mise à niveau du processeur pourrait s imposer.<BR></DIV></TD></TR> <TR class="w1" index="2" autoshade="true"> <TD class="string">D3DScore</TD> <TD class="string"><A name="502699745"></A>0<A style="cursor: help;" onmouseover="popup(popup_2201)" onmouseout="popup_2201.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95DE(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_2201" style="width: 300px;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations<BR> <HR> L évaluation «&nbsp;Graphique de jeu&nbsp;» du système est médiocre et pourrait être la cause de problèmes de performances dans les applications multimédias ou dans les jeux. La désactivation d Aero Glass pourrait améliorer les performances dans les applications multimédias ou dans les jeux. Si le problème persiste, la carte vidéo pourrait nécessiter un pilote mis à jour ou pourrait elle-même devoir faire l objet d une mise à niveau.<BR></DIV></TD></TR> <TR class="w1" index="3" autoshade="true"> <TD class="string">DiskScore</TD> <TD class="string"><A name="923736316"></A>0<A style="cursor: help;" onmouseover="popup(popup_2203)" onmouseout="popup_2203.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95DE(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_2203" style="width: 300px;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations<BR> <HR> L évaluation «&nbsp;Disque&nbsp;» du système est médiocre et pourrait être la cause de problèmes de performances. La réduction du nombre d applications ouvertes pourrait améliorer les performances du système. Vérifiez que le disque dispose d un espace libre adéquat et qu il est défragmenté. Vérifiez la présence d applications de démarrage inutiles et désactivez-les le cas échéant. Si le problème persiste, le disque devra éventuellement faire l objet d une mise à niveau.<BR></DIV></TD></TR> <TR class="w1" index="4" autoshade="true"> <TD class="string">GraphicsScore</TD> <TD class="string"><A name="858119819"></A>0<A style="cursor: help;" onmouseover="popup(popup_2205)" onmouseout="popup_2205.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95DE(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_2205" style="width: 300px;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations<BR> <HR> L évaluation «&nbsp;Graphique&nbsp;» du système est médiocre et pourrait être la cause de problèmes de performances. La désactivation de la composition du Bureau ou la réduction de la résolution d écran pourrait améliorer les performances graphiques. Si le problème persiste, la carte vidéo pourrait nécessiter un pilote mis à jour ou pourrait elle-même devoir faire l objet d une mise à niveau.<BR></DIV></TD></TR> <TR class="w1" index="5" autoshade="true"> <TD class="string">MemoryScore</TD> <TD class="string"><A name="709090911"></A>0<A style="cursor: help;" onmouseover="popup(popup_2207)" onmouseout="popup_2207.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95DE(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_2207" style="width: 300px;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res959B(1).tmp" border="0"></DIV>Informations<BR> <HR> L évaluation «&nbsp;Mémoire&nbsp;» du système est très médiocre et pourrait être la cause de problèmes de performances. La réduction du nombre d applications ouvertes pourrait améliorer les performances du système. Vérifiez la présence d applications de démarrage inutiles et désactivez-les le cas échéant. Si le problème persiste, la mémoire devra éventuellement faire l objet d une mise à niveau.<BR></DIV></TD></TR> <TR class="b1" index="6"> <TD class="string">TimeTaken</TD> <TD class="string">MostRecentAssessment</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_591576737479209181)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">BIOS</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_591576737479209181" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_591576737479209181" expandable="1"><A name="929982382"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">BIOS</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2209" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2209)" onchange="show(table_2209)" type="text" size="3" value="2">sur&nbsp;&nbsp;2</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2209" style="table-layout: auto;" showid="TableBios"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2209);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2209);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2210)"> <DIV style="float: left;"><IMG id="e_c_2210" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_BIOS</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2210" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2211" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2211);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2212)"> <DIV style="float: left;"><IMG id="e_c_2212" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_BIOS.Name="X75VD1.403",SoftwareElementID="X75VD1.403",SoftwareElementState=3,TargetOperatingSystem=0,Version="_ASUS_ - 1072009"</TD></TR> <TR id="c_2212" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2213" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2213);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2213);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">CurrentLanguage</TD> <TD class="string">en|US|iso8859-1</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">X75VD1.403</TD></TR> <TR class="b2" index="3"> <TD class="string">InstallableLanguages</TD> <TD class="string">1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">X75VD1.403</TD></TR> <TR class="b2" index="5"> <TD class="string">PrimaryBIOS</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="6"> <TD class="string">ReleaseDate</TD> <TD class="string">20120820000000.000000+000</TD></TR> <TR class="b2" index="7"> <TD class="string">SerialNumber</TD> <TD class="string">C9N0BC468853393 </TD></TR> <TR class="b1" index="8"> <TD class="string">SMBIOSBIOSVersion</TD> <TD class="string">X75VD1.403</TD></TR> <TR class="b2" index="9"> <TD class="string">SMBIOSMajorVersion</TD> <TD class="string">2</TD></TR> <TR class="b1" index="10"> <TD class="string">SMBIOSMinorVersion</TD> <TD class="string">7</TD></TR> <TR class="b2" index="11"> <TD class="string">SMBIOSPresent</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="12"> <TD class="string">SoftwareElementID</TD> <TD class="string">X75VD1.403</TD></TR> <TR class="b2" index="13"> <TD class="string">SoftwareElementState</TD> <TD class="string">3</TD></TR> <TR class="b1" index="14"> <TD class="string">TargetOperatingSystem</TD> <TD class="string">0</TD></TR> <TR class="b2" index="15"> <TD class="string">Version</TD> <TD class="string">_ASUS_ - 1072009</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2229)"> <DIV style="float: left;"><IMG id="e_c_2229" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_SystemBIOS</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2229" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2230" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2230);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2231)"> <DIV style="float: left;"><IMG id="e_c_2231" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_SystemBIOS.GroupComponent="\\\\PC-DJAZI\\root\\cimv2:Win32_ComputerSystem.Name=\"PC-DJAZI\"",PartComponent="\\\\PC-DJAZI\\root\\cimv2:Win32_BIOS.Name=\"X75VD1.403\",SoftwareElementID=\"X75VD1.403\",SoftwareElementState=3,TargetOperatingSystem=0,Version=\"_ASUS_ - 1072009\""</TD></TR> <TR id="c_2231" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2232" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2232);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2232);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">GroupComponent</TD> <TD class="string">\\PC-DJAZI\root\cimv2:Win32_ComputerSystem.Name="PC-DJAZI"</TD></TR> <TR class="b1" index="2"> <TD class="string">PartComponent</TD> <TD class="string">\\PC-DJAZI\root\cimv2:Win32_BIOS.Name="X75VD1.403",SoftwareElementID="X75VD1.403",SoftwareElementState=3,TargetOperatingSystem=0,Version="_ASUS_ - 1072009"</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_832514769479209181)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Périphériques</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_832514769479209181" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_832514769479209181" expandable="1"><A name="199881252"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes du contrôleur</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2235" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2235)" onchange="show(table_2235)" type="text" size="3" value="6">sur&nbsp;&nbsp;6</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2235" style="table-layout: auto;" showid="TableController"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2235);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2235);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_1394Controller</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2236" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2237" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2237);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_FloppyController</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2238" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2239" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2239);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2240)"> <DIV style="float: left;"><IMG id="e_c_2240" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_IDEController</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2240" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2241" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2241);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2242)"> <DIV style="float: left;"><IMG id="e_c_2242" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_IDEController.DeviceID="PCI\\VEN_8086&amp;DEV_1E03&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;FA"</TD></TR> <TR id="c_2242" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2243" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2243);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2243);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series Chipset Family SATA AHCI Controller</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series Chipset Family SATA AHCI Controller</TD></TR> <TR class="b1" index="4"> <TD class="string">ProtocolSupported</TD> <TD class="string">37</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2248)"> <DIV style="float: left;"><IMG id="e_c_2248" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_SCSIController</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2248" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2249" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2249);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2250)"> <DIV style="float: left;"><IMG id="e_c_2250" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_SCSIController.DeviceID="ROOT\\SPACEPORT\\0000"</TD></TR> <TR id="c_2250" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2251" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2251);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2251);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Microsoft Storage Spaces Controller</TD></TR> <TR class="b1" index="4"> <TD class="string">DriverName</TD> <TD class="string">spaceport</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Microsoft Storage Spaces Controller</TD></TR> <TR class="b1" index="6"> <TD class="string">ProtocolSupported</TD> <TD class="string">2</TD></TR> <TR class="b2" index="7"> <TD class="string">StatusInfo</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2259)"> <DIV style="float: left;"><IMG id="e_c_2259" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_USBController</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2259" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2260" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2260);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2261)"> <DIV style="float: left;"><IMG id="e_c_2261" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBController.DeviceID="PCI\\VEN_8086&amp;DEV_1E2D&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;D0"</TD></TR> <TR id="c_2261" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2262" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2262);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2262);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D</TD></TR> <TR class="b1" index="4"> <TD class="string">ProtocolSupported</TD> <TD class="string">16</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2267)"> <DIV style="float: left;"><IMG id="e_c_2267" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBController.DeviceID="PCI\\VEN_8086&amp;DEV_1E26&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;E8"</TD></TR> <TR id="c_2267" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2268" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2268);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2268);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26</TD></TR> <TR class="b1" index="4"> <TD class="string">ProtocolSupported</TD> <TD class="string">16</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2273)"> <DIV style="float: left;"><IMG id="e_c_2273" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBController.DeviceID="PCI\\VEN_8086&amp;DEV_1E31&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;A0"</TD></TR> <TR id="c_2273" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2274" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2274);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2274);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB xHCI Compliant Host Controller</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Contrôleur hôte Intel(R) USB&nbsp;3.0 eXtensible&nbsp;-&nbsp;0100 (Microsoft)</TD></TR> <TR class="b1" index="4"> <TD class="string">ProtocolSupported</TD> <TD class="string">16</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2279)"> <DIV style="float: left;"><IMG id="e_c_2279" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_USBHub</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2279" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2280" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2280);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2281)"> <DIV style="float: left;"><IMG id="e_c_2281" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBHub.DeviceID="USB\\VID_045E&amp;PID_0745\\6&amp;2138CDA&amp;0&amp;4"</TD></TR> <TR id="c_2281" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2282" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2282);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2282);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft Mouse and Keyboard Detection Driver (USB)</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft Mouse and Keyboard Detection Driver (USB)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2286)"> <DIV style="float: left;"><IMG id="e_c_2286" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBHub.DeviceID="USB\\VID_8087&amp;PID_0024\\5&amp;78A5BD6&amp;0&amp;1"</TD></TR> <TR id="c_2286" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2287" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2287);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2287);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic USB Hub</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic USB Hub</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2291)"> <DIV style="float: left;"><IMG id="e_c_2291" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBHub.DeviceID="USB\\VID_8087&amp;PID_0024\\5&amp;2DA1C3BE&amp;0&amp;1"</TD></TR> <TR id="c_2291" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2292" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2292);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2292);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic USB Hub</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic USB Hub</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2296)"> <DIV style="float: left;"><IMG id="e_c_2296" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBHub.DeviceID="USB\\ROOT_HUB20\\4&amp;746C3A8&amp;0"</TD></TR> <TR id="c_2296" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2297" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2297);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2297);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB Root Hub</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">USB Root Hub</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2301)"> <DIV style="float: left;"><IMG id="e_c_2301" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBHub.DeviceID="USB\\ROOT_HUB30\\4&amp;1B008C11&amp;0&amp;0"</TD></TR> <TR id="c_2301" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2302" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2302);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2302);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB Root Hub (xHCI)</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">USB Root Hub (xHCI)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2306)"> <DIV style="float: left;"><IMG id="e_c_2306" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBHub.DeviceID="USB\\ROOT_HUB20\\4&amp;396083A5&amp;0"</TD></TR> <TR id="c_2306" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2307" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2307);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2307);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB Root Hub</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">USB Root Hub</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2311)"> <DIV style="float: left;"><IMG id="e_c_2311" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_USBHub.DeviceID="USB\\VID_1BCF&amp;PID_2883\\6&amp;2B8543D9&amp;0&amp;3"</TD></TR> <TR id="c_2311" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2312" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2312);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2312);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB Composite Device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">USB Composite Device</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="224372545"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes de refroidissement</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2316" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2316)" onchange="show(table_2316)" type="text" size="3" value="4">sur&nbsp;&nbsp;4</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2316" style="table-layout: auto;" showid="TableCooling"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2316);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2316);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_Fan</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2317" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2318" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2318);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_HeatPipe</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2319" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2320" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2320);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_Refrigeration</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2321" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2322" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2322);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_TemperatureProbe</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2323" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2324" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2324);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="627632766"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes d entrée</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2325" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2325)" onchange="show(table_2325)" type="text" size="3" value="2">sur&nbsp;&nbsp;2</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2325" style="table-layout: auto;" showid="TableInput"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2325);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2325);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2326)"> <DIV style="float: left;"><IMG id="e_c_2326" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_Keyboard</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2326" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2327" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2327);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2328)"> <DIV style="float: left;"><IMG id="e_c_2328" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Keyboard.DeviceID="ACPI\\ATK3001\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_2328" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2329" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2329);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2329);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">PC/AT Enhanced PS/2 Keyboard (101/102-Key)</TD></TR> <TR class="b2" index="3"> <TD class="string">Layout</TD> <TD class="string">0000040C</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Étendu (101 ou 102 touches)</TD></TR> <TR class="b2" index="5"> <TD class="string">NumberOfFunctionKeys</TD> <TD class="string">12</TD></TR> <TR class="b1" index="6"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2336)"> <DIV style="float: left;"><IMG id="e_c_2336" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Keyboard.DeviceID="USB\\VID_045E&amp;PID_0745&amp;MI_00\\7&amp;2F4FA43F&amp;0&amp;0000"</TD></TR> <TR id="c_2336" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2337" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2337);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2337);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Clavier USB Microsoft Hardware</TD></TR> <TR class="b2" index="3"> <TD class="string">Layout</TD> <TD class="string">0000040C</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Étendu (101 ou 102 touches)</TD></TR> <TR class="b2" index="5"> <TD class="string">NumberOfFunctionKeys</TD> <TD class="string">12</TD></TR> <TR class="b1" index="6"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2344)"> <DIV style="float: left;"><IMG id="e_c_2344" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_PointingDevice</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2344" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2345" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2345);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2346)"> <DIV style="float: left;"><IMG id="e_c_2346" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PointingDevice.DeviceID="ACPI\\ETD0108\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_2346" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2347" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2347);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2347);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft PS/2 Mouse</TD></TR> <TR class="b2" index="3"> <TD class="string">DeviceInterface</TD> <TD class="string">4</TD></TR> <TR class="b1" index="4"> <TD class="string">HardwareType</TD> <TD class="string">Microsoft PS/2 Mouse</TD></TR> <TR class="b2" index="5"> <TD class="string">InfFileName</TD> <TD class="string">msmouse.inf</TD></TR> <TR class="b1" index="6"> <TD class="string">InfSection</TD> <TD class="string">PS2_Inst</TD></TR> <TR class="b2" index="7"> <TD class="string">Name</TD> <TD class="string">Microsoft PS/2 Mouse</TD></TR> <TR class="b1" index="8"> <TD class="string">NumberOfButtons</TD> <TD class="string">0</TD></TR> <TR class="b2" index="9"> <TD class="string">PointingType</TD> <TD class="string">2</TD></TR> <TR class="b1" index="10"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2358)"> <DIV style="float: left;"><IMG id="e_c_2358" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PointingDevice.DeviceID="HID\\VID_045E&amp;PID_0745&amp;MI_01&amp;COL01\\8&amp;2CD8900&amp;0&amp;0000"</TD></TR> <TR id="c_2358" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2359" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2359);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2359);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft USB Dual Receiver Wireless Mouse (Mouse and Keyboard Center)</TD></TR> <TR class="b2" index="3"> <TD class="string">DeviceInterface</TD> <TD class="string">162</TD></TR> <TR class="b1" index="4"> <TD class="string">HardwareType</TD> <TD class="string">Microsoft USB Dual Receiver Wireless Mouse (Mouse and Keyboard Center)</TD></TR> <TR class="b2" index="5"> <TD class="string">InfFileName</TD> <TD class="string">oem23.inf</TD></TR> <TR class="b1" index="6"> <TD class="string">InfSection</TD> <TD class="string">HID_Filtr_Inst.NTamd64</TD></TR> <TR class="b2" index="7"> <TD class="string">Name</TD> <TD class="string">Microsoft USB Dual Receiver Wireless Mouse (Mouse and Keyboard Center)</TD></TR> <TR class="b1" index="8"> <TD class="string">NumberOfButtons</TD> <TD class="string">0</TD></TR> <TR class="b2" index="9"> <TD class="string">PointingType</TD> <TD class="string">2</TD></TR> <TR class="b1" index="10"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="544362695"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes de mémoire</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2370" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2370)" onchange="show(table_2370)" type="text" size="3" value="3">sur&nbsp;&nbsp;3</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2370" style="table-layout: auto;" showid="TableMemory"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2370);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2370);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2371)"> <DIV style="float: left;"><IMG id="e_c_2371" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT __RELPATH, Availability, Status, StatusInfo FROM Win32_CacheMemory</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2371" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2372" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2372);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2373)"> <DIV style="float: left;"><IMG id="e_c_2373" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_CacheMemory.DeviceID="Cache Memory 0"</TD></TR> <TR id="c_2373" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2374" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2374);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2374);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">StatusInfo</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2377)"> <DIV style="float: left;"><IMG id="e_c_2377" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_CacheMemory.DeviceID="Cache Memory 1"</TD></TR> <TR id="c_2377" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2378" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2378);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2378);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">StatusInfo</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2381)"> <DIV style="float: left;"><IMG id="e_c_2381" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_CacheMemory.DeviceID="Cache Memory 2"</TD></TR> <TR id="c_2381" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2382" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2382);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2382);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">StatusInfo</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2385)"> <DIV style="float: left;"><IMG id="e_c_2385" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT __RELPATH, Availability, Status FROM Win32_DMAChannel</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2385" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2386" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2386);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2387)"> <DIV style="float: left;"><IMG id="e_c_2387" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DMAChannel.DMAChannel=4</TD></TR> <TR id="c_2387" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2388" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2388);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2388);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">4</TD></TR> <TR class="b1" index="2"> <TD class="string">DMAChannel</TD> <TD class="string">4</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2391)"> <DIV style="float: left;"><IMG id="e_c_2391" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT __RELPATH, Description, Status FROM Win32_SystemMemoryResource</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2391" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2392" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2392);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2393)"> <DIV style="float: left;"><IMG id="e_c_2393" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="46"</TD></TR> <TR id="c_2393" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2394" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2394);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2394);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000002E-0x0000002F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">46</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2397)"> <DIV style="float: left;"><IMG id="e_c_2397" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="78"</TD></TR> <TR id="c_2397" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2398" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2398);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2398);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000004E-0x0000004F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">78</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2401)"> <DIV style="float: left;"><IMG id="e_c_2401" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="97"</TD></TR> <TR id="c_2401" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2402" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2402);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2402);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000061-0x00000061</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">97</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2405)"> <DIV style="float: left;"><IMG id="e_c_2405" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="99"</TD></TR> <TR id="c_2405" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2406" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2406);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2406);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000063-0x00000063</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">99</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2409)"> <DIV style="float: left;"><IMG id="e_c_2409" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="101"</TD></TR> <TR id="c_2409" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2410" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2410);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2410);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000065-0x00000065</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">101</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2413)"> <DIV style="float: left;"><IMG id="e_c_2413" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="103"</TD></TR> <TR id="c_2413" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2414" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2414);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2414);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000067-0x00000067</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">103</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2417)"> <DIV style="float: left;"><IMG id="e_c_2417" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="112"</TD></TR> <TR id="c_2417" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2418" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2418);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2418);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000070-0x00000070</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">112</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2421)"> <DIV style="float: left;"><IMG id="e_c_2421" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="128"</TD></TR> <TR id="c_2421" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2422" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2422);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2422);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000080-0x00000080</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">128</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="9"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2425)"> <DIV style="float: left;"><IMG id="e_c_2425" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="146"</TD></TR> <TR id="c_2425" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2426" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2426);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2426);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000092-0x00000092</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">146</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="10"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2429)"> <DIV style="float: left;"><IMG id="e_c_2429" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="178"</TD></TR> <TR id="c_2429" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2430" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2430);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2430);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000B2-0x000000B3</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">178</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="11"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2433)"> <DIV style="float: left;"><IMG id="e_c_2433" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1664"</TD></TR> <TR id="c_2433" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2434" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2434);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2434);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000680-0x0000069F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1664</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="12"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2437)"> <DIV style="float: left;"><IMG id="e_c_2437" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="4096"</TD></TR> <TR id="c_2437" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2438" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2438);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2438);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00001000-0x0000100F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4096</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="13"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2441)"> <DIV style="float: left;"><IMG id="e_c_2441" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="65535"</TD></TR> <TR id="c_2441" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2442" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2442);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2442);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000FFFF-0x0000FFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">65535</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="14"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2445)"> <DIV style="float: left;"><IMG id="e_c_2445" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1024"</TD></TR> <TR id="c_2445" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2446" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2446);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2446);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000400-0x00000453</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1024</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="15"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2449)"> <DIV style="float: left;"><IMG id="e_c_2449" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1112"</TD></TR> <TR id="c_2449" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2450" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2450);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2450);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000458-0x0000047F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1112</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="16"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2453)"> <DIV style="float: left;"><IMG id="e_c_2453" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1280"</TD></TR> <TR id="c_2453" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2454" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2454);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2454);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000500-0x0000057F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1280</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="17"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2457)"> <DIV style="float: left;"><IMG id="e_c_2457" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="5710"</TD></TR> <TR id="c_2457" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2458" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2458);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2458);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000164E-0x0000164F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">5710</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="18"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2461)"> <DIV style="float: left;"><IMG id="e_c_2461" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="98"</TD></TR> <TR id="c_2461" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2462" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2462);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2462);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000062-0x00000062</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">98</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="19"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2465)"> <DIV style="float: left;"><IMG id="e_c_2465" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="102"</TD></TR> <TR id="c_2465" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2466" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2466);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2466);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000066-0x00000066</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">102</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="20"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2469)"> <DIV style="float: left;"><IMG id="e_c_2469" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="64"</TD></TR> <TR id="c_2469" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2470" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2470);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2470);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000040-0x00000043</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">64</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="21"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2473)"> <DIV style="float: left;"><IMG id="e_c_2473" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="80"</TD></TR> <TR id="c_2473" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2474" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2474);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2474);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000050-0x00000053</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">80</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="22"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2477)"> <DIV style="float: left;"><IMG id="e_c_2477" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="96"</TD></TR> <TR id="c_2477" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2478" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2478);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2478);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000060-0x00000060</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">96</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="23"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2481)"> <DIV style="float: left;"><IMG id="e_c_2481" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="100"</TD></TR> <TR id="c_2481" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2482" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2482);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2482);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000064-0x00000064</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">100</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="24"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2485)"> <DIV style="float: left;"><IMG id="e_c_2485" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="53248"</TD></TR> <TR id="c_2485" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2486" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2486);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2486);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000D000-0x0000DFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">53248</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="25"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2489)"> <DIV style="float: left;"><IMG id="e_c_2489" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61312"</TD></TR> <TR id="c_2489" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2490" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2490);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2490);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000EF80-0x0000EFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61312</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="26"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2493)"> <DIV style="float: left;"><IMG id="e_c_2493" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="0"</TD></TR> <TR id="c_2493" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2494" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2494);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2494);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000000-0x00000CF7</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="27"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2497)"> <DIV style="float: left;"><IMG id="e_c_2497" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="3328"</TD></TR> <TR id="c_2497" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2498" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2498);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2498);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000D00-0x0000FFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">3328</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="28"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2501)"> <DIV style="float: left;"><IMG id="e_c_2501" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61616"</TD></TR> <TR id="c_2501" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2502" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2502);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2502);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F0B0-0x0000F0B7</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61616</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="29"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2505)"> <DIV style="float: left;"><IMG id="e_c_2505" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61600"</TD></TR> <TR id="c_2505" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2506" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2506);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2506);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F0A0-0x0000F0A3</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61600</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="30"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2509)"> <DIV style="float: left;"><IMG id="e_c_2509" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61584"</TD></TR> <TR id="c_2509" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2510" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2510);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2510);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F090-0x0000F097</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61584</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="31"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2513)"> <DIV style="float: left;"><IMG id="e_c_2513" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61568"</TD></TR> <TR id="c_2513" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2514" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2514);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2514);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F080-0x0000F083</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61568</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="32"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2517)"> <DIV style="float: left;"><IMG id="e_c_2517" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61536"</TD></TR> <TR id="c_2517" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2518" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2518);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2518);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F060-0x0000F07F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61536</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="33"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2521)"> <DIV style="float: left;"><IMG id="e_c_2521" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="32"</TD></TR> <TR id="c_2521" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2522" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2522);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2522);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000020-0x00000021</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">32</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="34"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2525)"> <DIV style="float: left;"><IMG id="e_c_2525" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="36"</TD></TR> <TR id="c_2525" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2526" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2526);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2526);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000024-0x00000025</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">36</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="35"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2529)"> <DIV style="float: left;"><IMG id="e_c_2529" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="40"</TD></TR> <TR id="c_2529" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2530" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2530);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2530);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000028-0x00000029</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">40</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="36"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2533)"> <DIV style="float: left;"><IMG id="e_c_2533" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="44"</TD></TR> <TR id="c_2533" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2534" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2534);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2534);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000002C-0x0000002D</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">44</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="37"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2537)"> <DIV style="float: left;"><IMG id="e_c_2537" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="48"</TD></TR> <TR id="c_2537" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2538" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2538);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2538);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000030-0x00000031</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">48</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="38"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2541)"> <DIV style="float: left;"><IMG id="e_c_2541" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="52"</TD></TR> <TR id="c_2541" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2542" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2542);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2542);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000034-0x00000035</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">52</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="39"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2545)"> <DIV style="float: left;"><IMG id="e_c_2545" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="56"</TD></TR> <TR id="c_2545" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2546" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2546);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2546);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000038-0x00000039</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">56</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="40"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2549)"> <DIV style="float: left;"><IMG id="e_c_2549" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="60"</TD></TR> <TR id="c_2549" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2550" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2550);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2550);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000003C-0x0000003D</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">60</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="41"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2553)"> <DIV style="float: left;"><IMG id="e_c_2553" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="160"</TD></TR> <TR id="c_2553" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2554" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2554);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2554);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000A0-0x000000A1</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">160</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="42"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2557)"> <DIV style="float: left;"><IMG id="e_c_2557" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="164"</TD></TR> <TR id="c_2557" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2558" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2558);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2558);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000A4-0x000000A5</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">164</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="43"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2561)"> <DIV style="float: left;"><IMG id="e_c_2561" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="168"</TD></TR> <TR id="c_2561" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2562" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2562);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2562);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000A8-0x000000A9</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">168</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="44"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2565)"> <DIV style="float: left;"><IMG id="e_c_2565" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="172"</TD></TR> <TR id="c_2565" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2566" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2566);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2566);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000AC-0x000000AD</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">172</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="45"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2569)"> <DIV style="float: left;"><IMG id="e_c_2569" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="176"</TD></TR> <TR id="c_2569" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2570" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2570);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2570);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000B0-0x000000B1</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">176</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="46"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2573)"> <DIV style="float: left;"><IMG id="e_c_2573" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="180"</TD></TR> <TR id="c_2573" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2574" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2574);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2574);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000B4-0x000000B5</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">180</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="47"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2577)"> <DIV style="float: left;"><IMG id="e_c_2577" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="184"</TD></TR> <TR id="c_2577" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2578" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2578);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2578);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000B8-0x000000B9</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">184</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="48"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2581)"> <DIV style="float: left;"><IMG id="e_c_2581" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="188"</TD></TR> <TR id="c_2581" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2582" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2582);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2582);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000BC-0x000000BD</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">188</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="49"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2585)"> <DIV style="float: left;"><IMG id="e_c_2585" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1232"</TD></TR> <TR id="c_2585" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2586" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2586);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2586);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000004D0-0x000004D1</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1232</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="50"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2589)"> <DIV style="float: left;"><IMG id="e_c_2589" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1108"</TD></TR> <TR id="c_2589" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2590" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2590);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2590);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000454-0x00000457</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1108</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="51"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2593)"> <DIV style="float: left;"><IMG id="e_c_2593" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="129"</TD></TR> <TR id="c_2593" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2594" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2594);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2594);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000081-0x00000091</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">129</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="52"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2597)"> <DIV style="float: left;"><IMG id="e_c_2597" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="147"</TD></TR> <TR id="c_2597" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2598" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2598);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2598);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000093-0x0000009F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">147</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="53"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2601)"> <DIV style="float: left;"><IMG id="e_c_2601" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="192"</TD></TR> <TR id="c_2601" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2602" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2602);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2602);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000C0-0x000000DF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">192</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="54"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2605)"> <DIV style="float: left;"><IMG id="e_c_2605" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="16"</TD></TR> <TR id="c_2605" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2606" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2606);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2606);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000010-0x0000001F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">16</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="55"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2609)"> <DIV style="float: left;"><IMG id="e_c_2609" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="34"</TD></TR> <TR id="c_2609" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2610" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2610);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2610);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000022-0x0000003F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">34</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="56"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2613)"> <DIV style="float: left;"><IMG id="e_c_2613" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="68"</TD></TR> <TR id="c_2613" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2614" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2614);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2614);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000044-0x0000005F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">68</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="57"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2617)"> <DIV style="float: left;"><IMG id="e_c_2617" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="114"</TD></TR> <TR id="c_2617" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2618" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2618);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2618);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000072-0x0000007F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">114</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="58"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2621)"> <DIV style="float: left;"><IMG id="e_c_2621" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="132"</TD></TR> <TR id="c_2621" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2622" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2622);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2622);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000084-0x00000086</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">132</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="59"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2625)"> <DIV style="float: left;"><IMG id="e_c_2625" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="136"</TD></TR> <TR id="c_2625" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2626" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2626);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2626);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000088-0x00000088</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">136</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="60"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2629)"> <DIV style="float: left;"><IMG id="e_c_2629" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="140"</TD></TR> <TR id="c_2629" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2630" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2630);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2630);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000008C-0x0000008E</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">140</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="61"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2633)"> <DIV style="float: left;"><IMG id="e_c_2633" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="144"</TD></TR> <TR id="c_2633" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2634" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2634);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2634);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000090-0x0000009F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">144</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="62"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2637)"> <DIV style="float: left;"><IMG id="e_c_2637" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="162"</TD></TR> <TR id="c_2637" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2638" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2638);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2638);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000A2-0x000000BF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">162</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="63"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2641)"> <DIV style="float: left;"><IMG id="e_c_2641" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="224"</TD></TR> <TR id="c_2641" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2642" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2642);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2642);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000E0-0x000000EF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">224</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="64"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2645)"> <DIV style="float: left;"><IMG id="e_c_2645" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61504"</TD></TR> <TR id="c_2645" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2646" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2646);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2646);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F040-0x0000F05F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61504</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="65"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2649)"> <DIV style="float: left;"><IMG id="e_c_2649" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="240"</TD></TR> <TR id="c_2649" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2650" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2650);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2650);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000F0-0x000000FF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">240</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="66"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2653)"> <DIV style="float: left;"><IMG id="e_c_2653" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="57344"</TD></TR> <TR id="c_2653" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2654" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2654);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2654);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000E000-0x0000EFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">57344</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="67"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2657)"> <DIV style="float: left;"><IMG id="e_c_2657" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61440"</TD></TR> <TR id="c_2657" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2658" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2658);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2658);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F000-0x0000F03F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61440</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="68"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2661)"> <DIV style="float: left;"><IMG id="e_c_2661" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="944"</TD></TR> <TR id="c_2661" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2662" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2662);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2662);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000003B0-0x000003BB</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">944</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="69"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2665)"> <DIV style="float: left;"><IMG id="e_c_2665" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="960"</TD></TR> <TR id="c_2665" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2666" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2666);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2666);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000003C0-0x000003DF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">960</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="70"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2669)"> <DIV style="float: left;"><IMG id="e_c_2669" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4275306496"</TD></TR> <TR id="c_2669" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2670" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2670);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2670);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFED40000-0xFED44FFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4275306496</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="71"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2673)"> <DIV style="float: left;"><IMG id="e_c_2673" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="536870912"</TD></TR> <TR id="c_2673" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2674" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2674);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2674);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x20000000-0x201FFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">536870912</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="72"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2677)"> <DIV style="float: left;"><IMG id="e_c_2677" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="1073741824"</TD></TR> <TR id="c_2677" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2678" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2678);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2678);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x40000000-0x401FFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1073741824</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="73"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2681)"> <DIV style="float: left;"><IMG id="e_c_2681" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4275159040"</TD></TR> <TR id="c_2681" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2682" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2682);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2682);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFED1C000-0xFED1FFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4275159040</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="74"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2685)"> <DIV style="float: left;"><IMG id="e_c_2685" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4275109888"</TD></TR> <TR id="c_2685" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2686" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2686);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2686);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFED10000-0xFED17FFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4275109888</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="75"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2689)"> <DIV style="float: left;"><IMG id="e_c_2689" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4275142656"</TD></TR> <TR id="c_2689" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2690" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2690);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2690);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFED18000-0xFED18FFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4275142656</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="76"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2693)"> <DIV style="float: left;"><IMG id="e_c_2693" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4275146752"</TD></TR> <TR id="c_2693" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2694" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2694);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2694);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFED19000-0xFED19FFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4275146752</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="77"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2697)"> <DIV style="float: left;"><IMG id="e_c_2697" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4160749568"</TD></TR> <TR id="c_2697" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2698" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2698);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2698);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF8000000-0xFBFFFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4160749568</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="78"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2701)"> <DIV style="float: left;"><IMG id="e_c_2701" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4275175424"</TD></TR> <TR id="c_2701" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2702" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2702);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2702);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFED20000-0xFED3FFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4275175424</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="79"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2705)"> <DIV style="float: left;"><IMG id="e_c_2705" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4275634176"</TD></TR> <TR id="c_2705" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2706" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2706);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2706);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFED90000-0xFED93FFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4275634176</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="80"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2709)"> <DIV style="float: left;"><IMG id="e_c_2709" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4275326976"</TD></TR> <TR id="c_2709" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2710" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2710);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2710);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFED45000-0xFED8FFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4275326976</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="81"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2713)"> <DIV style="float: left;"><IMG id="e_c_2713" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4278190080"</TD></TR> <TR id="c_2713" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2714" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2714);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2714);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFF000000-0xFFFFFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4278190080</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="82"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2717)"> <DIV style="float: left;"><IMG id="e_c_2717" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4276092928"</TD></TR> <TR id="c_2717" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2718" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2718);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2718);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFEE00000-0xFEEFFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4276092928</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="83"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2721)"> <DIV style="float: left;"><IMG id="e_c_2721" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="3487563776"</TD></TR> <TR id="c_2721" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2722" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2722);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2722);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xCFE00000-0xCFE00FFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">3487563776</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="84"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2725)"> <DIV style="float: left;"><IMG id="e_c_2725" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4154556416"</TD></TR> <TR id="c_2725" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2726" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2726);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2726);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7A18000-0xF7A183FF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4154556416</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="85"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2729)"> <DIV style="float: left;"><IMG id="e_c_2729" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4154552320"</TD></TR> <TR id="c_2729" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2730" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2730);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2730);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7A17000-0xF7A173FF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4154552320</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="86"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2733)"> <DIV style="float: left;"><IMG id="e_c_2733" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4275044352"</TD></TR> <TR id="c_2733" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2734" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2734);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2734);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xFED00000-0xFED003FF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4275044352</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="87"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2737)"> <DIV style="float: left;"><IMG id="e_c_2737" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4153409536"</TD></TR> <TR id="c_2737" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2738" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2738);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2738);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7900000-0xF797FFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4153409536</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="88"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2741)"> <DIV style="float: left;"><IMG id="e_c_2741" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4152360960"</TD></TR> <TR id="c_2741" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2742" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2742);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2742);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7800000-0xF78FFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4152360960</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="89"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2745)"> <DIV style="float: left;"><IMG id="e_c_2745" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4154523648"</TD></TR> <TR id="c_2745" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2746" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2746);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2746);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7A10000-0xF7A13FFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4154523648</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="90"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2749)"> <DIV style="float: left;"><IMG id="e_c_2749" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4127195136"</TD></TR> <TR id="c_2749" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2750" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2750);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2750);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF6000000-0xF6FFFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4127195136</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="91"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2753)"> <DIV style="float: left;"><IMG id="e_c_2753" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="3758096384"</TD></TR> <TR id="c_2753" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2754" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2754);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2754);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xE0000000-0xE7FFFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">3758096384</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="92"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2757)"> <DIV style="float: left;"><IMG id="e_c_2757" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="3892314112"</TD></TR> <TR id="c_2757" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2758" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2758);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2758);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xE8000000-0xE9FFFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">3892314112</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="93"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2761)"> <DIV style="float: left;"><IMG id="e_c_2761" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="655360"</TD></TR> <TR id="c_2761" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2762" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2762);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2762);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xA0000-0xBFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">655360</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="94"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2765)"> <DIV style="float: left;"><IMG id="e_c_2765" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="851968"</TD></TR> <TR id="c_2765" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2766" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2766);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2766);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xD0000-0xD3FFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">851968</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="95"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2769)"> <DIV style="float: left;"><IMG id="e_c_2769" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="868352"</TD></TR> <TR id="c_2769" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2770" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2770);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2770);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xD4000-0xD7FFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">868352</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="96"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2773)"> <DIV style="float: left;"><IMG id="e_c_2773" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="884736"</TD></TR> <TR id="c_2773" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2774" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2774);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2774);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xD8000-0xDBFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">884736</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="97"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2777)"> <DIV style="float: left;"><IMG id="e_c_2777" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="901120"</TD></TR> <TR id="c_2777" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2778" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2778);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2778);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xDC000-0xDFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">901120</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="98"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2781)"> <DIV style="float: left;"><IMG id="e_c_2781" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4154458112"</TD></TR> <TR id="c_2781" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2782" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2782);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2782);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7A00000-0xF7A0FFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4154458112</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="99"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2785)"> <DIV style="float: left;"><IMG id="e_c_2785" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4154548224"</TD></TR> <TR id="c_2785" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2786" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2786);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2786);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7A16000-0xF7A167FF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4154548224</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="100"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2789)"> <DIV style="float: left;"><IMG id="e_c_2789" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4154564608"</TD></TR> <TR id="c_2789" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2790" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2790);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2790);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7A1A000-0xF7A1A00F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4154564608</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="101"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2793)"> <DIV style="float: left;"><IMG id="e_c_2793" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4154544128"</TD></TR> <TR id="c_2793" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2794" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2794);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2794);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7A15000-0xF7A150FF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4154544128</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="102"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2797)"> <DIV style="float: left;"><IMG id="e_c_2797" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="4148166656"</TD></TR> <TR id="c_2797" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2798" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2798);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2798);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xF7400000-0xF77FFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4148166656</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="103"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2801)"> <DIV style="float: left;"><IMG id="e_c_2801" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DeviceMemoryAddress.StartingAddress="3489660928"</TD></TR> <TR id="c_2801" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2802" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2802);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2802);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0xD0000000-0xDFFFFFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">3489660928</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="136092134"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes de carte mère</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_2805" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_2805)" onchange="show(table_2805)" type="text" size="3" value="8">sur&nbsp;&nbsp;8</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_2805" style="table-layout: auto;" showid="TableMotherboard"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2805);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_2805);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2806)"> <DIV style="float: left;"><IMG id="e_c_2806" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_Bus</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2806" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2807" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2807);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2808)"> <DIV style="float: left;"><IMG id="e_c_2808" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Bus.DeviceID="PNP_BUS_0"</TD></TR> <TR id="c_2808" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2809" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2809);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2809);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BusNum</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">BusType</TD> <TD class="string">15</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Bus</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2814)"> <DIV style="float: left;"><IMG id="e_c_2814" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Bus.DeviceID="ACPIBus_BUS_0"</TD></TR> <TR id="c_2814" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2815" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2815);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2815);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BusNum</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">BusType</TD> <TD class="string">17</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Bus</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2820)"> <DIV style="float: left;"><IMG id="e_c_2820" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Bus.DeviceID="PCI_BUS_0"</TD></TR> <TR id="c_2820" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2821" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2821);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2821);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BusNum</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">BusType</TD> <TD class="string">5</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Bus</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2826)"> <DIV style="float: left;"><IMG id="e_c_2826" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Bus.DeviceID="PNP_BUS_3"</TD></TR> <TR id="c_2826" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2827" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2827);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2827);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BusNum</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">BusType</TD> <TD class="string">15</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Bus</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2832)"> <DIV style="float: left;"><IMG id="e_c_2832" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Bus.DeviceID="PNP_BUS_1"</TD></TR> <TR id="c_2832" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2833" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2833);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2833);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BusNum</TD> <TD class="string">1</TD></TR> <TR class="b1" index="2"> <TD class="string">BusType</TD> <TD class="string">15</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Bus</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2838)"> <DIV style="float: left;"><IMG id="e_c_2838" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Bus.DeviceID="PCI_BUS_3"</TD></TR> <TR id="c_2838" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2839" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2839);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2839);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BusNum</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">BusType</TD> <TD class="string">5</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Bus</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2844)"> <DIV style="float: left;"><IMG id="e_c_2844" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Bus.DeviceID="PNP_BUS_2"</TD></TR> <TR id="c_2844" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2845" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2845);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2845);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BusNum</TD> <TD class="string">2</TD></TR> <TR class="b1" index="2"> <TD class="string">BusType</TD> <TD class="string">15</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Bus</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2850)"> <DIV style="float: left;"><IMG id="e_c_2850" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Bus.DeviceID="PCI_BUS_1"</TD></TR> <TR id="c_2850" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2851" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2851);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2851);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BusNum</TD> <TD class="string">1</TD></TR> <TR class="b1" index="2"> <TD class="string">BusType</TD> <TD class="string">5</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Bus</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="9"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2856)"> <DIV style="float: left;"><IMG id="e_c_2856" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Bus.DeviceID="PCI_BUS_4"</TD></TR> <TR id="c_2856" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2857" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2857);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2857);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BusNum</TD> <TD class="string">4</TD></TR> <TR class="b1" index="2"> <TD class="string">BusType</TD> <TD class="string">5</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Bus</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_InfraredDevice</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2862" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2863" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2863);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2864)"> <DIV style="float: left;"><IMG id="e_c_2864" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_MotherboardDevice</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2864" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2865" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2865);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2866)"> <DIV style="float: left;"><IMG id="e_c_2866" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_MotherboardDevice.DeviceID="Motherboard"</TD></TR> <TR id="c_2866" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2867" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2867);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2867);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Carte-mère</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Carte-mère</TD></TR> <TR class="b1" index="4"> <TD class="string">PrimaryBusType</TD> <TD class="string">PCI</TD></TR> <TR class="b2" index="5"> <TD class="string">SecondaryBusType</TD> <TD class="string">ISA</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2873)"> <DIV style="float: left;"><IMG id="e_c_2873" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_OnBoardDevice</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2873" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2874" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2874);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2875)"> <DIV style="float: left;"><IMG id="e_c_2875" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 0"</TD></TR> <TR id="c_2875" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2876" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2876);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2876);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> VGA</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">3</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2882)"> <DIV style="float: left;"><IMG id="e_c_2882" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 1"</TD></TR> <TR id="c_2882" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2883" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2883);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2883);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> GLAN</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">5</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 1</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2889)"> <DIV style="float: left;"><IMG id="e_c_2889" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 2"</TD></TR> <TR id="c_2889" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2890" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2890);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2890);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> WLAN</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">5</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 2</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2896)"> <DIV style="float: left;"><IMG id="e_c_2896" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 3"</TD></TR> <TR id="c_2896" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2897" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2897);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2897);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> Audio CODEC </TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">7</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2903)"> <DIV style="float: left;"><IMG id="e_c_2903" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 4"</TD></TR> <TR id="c_2903" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2904" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2904);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2904);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> SATA Controller</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">9</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 4</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2910)"> <DIV style="float: left;"><IMG id="e_c_2910" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 5"</TD></TR> <TR id="c_2910" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2911" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2911);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2911);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> USB 2.0 Controller</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">1</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 5</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2917)"> <DIV style="float: left;"><IMG id="e_c_2917" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 6"</TD></TR> <TR id="c_2917" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2918" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2918);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2918);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> USB 3.0 Controller</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">1</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 6</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2924)"> <DIV style="float: left;"><IMG id="e_c_2924" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 7"</TD></TR> <TR id="c_2924" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2925" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2925);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2925);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> SMBus Controller</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">1</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 7</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="9"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2931)"> <DIV style="float: left;"><IMG id="e_c_2931" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 8"</TD></TR> <TR id="c_2931" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2932" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2932);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2932);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> Card Reader</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">1</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 8</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="10"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2938)"> <DIV style="float: left;"><IMG id="e_c_2938" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 9"</TD></TR> <TR id="c_2938" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2939" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2939);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2939);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> Cmos Camera</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">1</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 9</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="11"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2945)"> <DIV style="float: left;"><IMG id="e_c_2945" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_OnBoardDevice.Tag="On Board Device 10"</TD></TR> <TR id="c_2945" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2946" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2946);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2946);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string"> Bluetooth</TD></TR> <TR class="b1" index="2"> <TD class="string">DeviceType</TD> <TD class="string">1</TD></TR> <TR class="b2" index="3"> <TD class="string">Enabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">On Board Device</TD></TR> <TR class="b2" index="5"> <TD class="string">Tag</TD> <TD class="string">On Board Device 10</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_PCMCIAController</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2952" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2953" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2953);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2954)"> <DIV style="float: left;"><IMG id="e_c_2954" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_Processor</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2954" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2955" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2955);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2956)"> <DIV style="float: left;"><IMG id="e_c_2956" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Processor.DeviceID="CPU0"</TD></TR> <TR id="c_2956" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2957" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2957);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2957);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AddressWidth</TD> <TD class="string">64</TD></TR> <TR class="b1" index="2"> <TD class="string">Architecture</TD> <TD class="string">9</TD></TR> <TR class="b2" index="3"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="4"> <TD class="string">CpuStatus</TD> <TD class="string">1</TD></TR> <TR class="b2" index="5"> <TD class="string">CurrentClockSpeed</TD> <TD class="string">2400</TD></TR> <TR class="b1" index="6"> <TD class="string">DataWidth</TD> <TD class="string">64</TD></TR> <TR class="b2" index="7"> <TD class="string">Description</TD> <TD class="string">Intel64 Family 6 Model 42 Stepping 7</TD></TR> <TR class="b1" index="8"> <TD class="string">ExtClock</TD> <TD class="string">100</TD></TR> <TR class="b2" index="9"> <TD class="string">Family</TD> <TD class="string">11</TD></TR> <TR class="b1" index="10"> <TD class="string">L2CacheSize</TD> <TD class="string">512</TD></TR> <TR class="b2" index="11"> <TD class="string">L3CacheSize</TD> <TD class="string">2048</TD></TR> <TR class="b1" index="12"> <TD class="string">L3CacheSpeed</TD> <TD class="string">0</TD></TR> <TR class="b2" index="13"> <TD class="string">Level</TD> <TD class="string">6</TD></TR> <TR class="b1" index="14"> <TD class="string">LoadPercentage</TD> <TD class="string">65</TD></TR> <TR class="b2" index="15"> <TD class="string">MaxClockSpeed</TD> <TD class="string">2400</TD></TR> <TR class="b1" index="16"> <TD class="string">Name</TD> <TD class="string">Intel(R) Pentium(R) CPU B980 @ 2.40GHz</TD></TR> <TR class="b2" index="17"> <TD class="string">NumberOfCores</TD> <TD class="string">2</TD></TR> <TR class="b1" index="18"> <TD class="string">NumberOfLogicalProcessors</TD> <TD class="string">2</TD></TR> <TR class="b2" index="19"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b1" index="20"> <TD class="string">ProcessorId</TD> <TD class="string">BFEBFBFF000206A7</TD></TR> <TR class="b2" index="21"> <TD class="string">ProcessorType</TD> <TD class="string">3</TD></TR> <TR class="b1" index="22"> <TD class="string">Revision</TD> <TD class="string">10759</TD></TR> <TR class="b2" index="23"> <TD class="string">Role</TD> <TD class="string">CPU</TD></TR> <TR class="b1" index="24"> <TD class="string">SecondLevelAddressTranslationExtensions</TD> <TD class="string">0</TD></TR> <TR class="b2" index="25"> <TD class="string">SocketDesignation</TD> <TD class="string">SOCKET 0</TD></TR> <TR class="b1" index="26"> <TD class="string">StatusInfo</TD> <TD class="string">3</TD></TR> <TR class="b2" index="27"> <TD class="string">UpgradeMethod</TD> <TD class="string">33</TD></TR> <TR class="b1" index="28"> <TD class="string">Version</TD> <TD class="string"></TD></TR> <TR class="b2" index="29"> <TD class="string">VirtualizationFirmwareEnabled</TD> <TD class="string">0</TD></TR> <TR class="b1" index="30"> <TD class="string">VMMonitorModeExtensions</TD> <TD class="string">0</TD></TR> <TR class="b2" index="31"> <TD class="string">VoltageCaps</TD> <TD class="string">6</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2989)"> <DIV style="float: left;"><IMG id="e_c_2989" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_SoundDevice</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_2989" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2990" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_2990);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2991)"> <DIV style="float: left;"><IMG id="e_c_2991" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_SoundDevice.DeviceID="HDAUDIO\\FUNC_01&amp;VEN_1106&amp;DEV_8446&amp;SUBSYS_104314C7&amp;REV_1000\\4&amp;2CC4BD35&amp;0&amp;0001"</TD></TR> <TR id="c_2991" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_2992" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_2992);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_2992);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Périphérique High Definition Audio</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Périphérique High Definition Audio</TD></TR> <TR class="b1" index="4"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">ProductName</TD> <TD class="string">Périphérique High Definition Audio</TD></TR> <TR class="b1" index="6"> <TD class="string">StatusInfo</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_2999)"> <DIV style="float: left;"><IMG id="e_c_2999" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_SoundDevice.DeviceID="HDAUDIO\\FUNC_01&amp;VEN_8086&amp;DEV_2806&amp;SUBSYS_80860101&amp;REV_1000\\4&amp;2CC4BD35&amp;0&amp;0301"</TD></TR> <TR id="c_2999" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3000" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3000);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3000);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Périphérique High Definition Audio</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Périphérique High Definition Audio</TD></TR> <TR class="b1" index="4"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">ProductName</TD> <TD class="string">Périphérique High Definition Audio</TD></TR> <TR class="b1" index="6"> <TD class="string">StatusInfo</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3007)"> <DIV style="float: left;"><IMG id="e_c_3007" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_SoundDevice.DeviceID="ROOT\\UNNAMED_DEVICE\\0000"</TD></TR> <TR id="c_3007" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3008" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3008);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3008);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">NVIDIA Virtual Audio Device (Wave Extensible) (WDM)</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">NVIDIA Virtual Audio Device (Wave Extensible) (WDM)</TD></TR> <TR class="b1" index="4"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">ProductName</TD> <TD class="string">NVIDIA Virtual Audio Device (Wave Extensible) (WDM)</TD></TR> <TR class="b1" index="6"> <TD class="string">StatusInfo</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_SystemSlot</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3015" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3016" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3016);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="542177633"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes de réseau</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_3017" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_3017)" onchange="show(table_3017)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_3017" style="table-layout: auto;" showid="TableNetwork"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3017);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_3017);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3018)"> <DIV style="float: left;"><IMG id="e_c_3018" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_NetworkAdapter</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3018" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3019" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3019);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3020)"> <DIV style="float: left;"><IMG id="e_c_3020" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_NetworkAdapter.DeviceID="0"</TD></TR> <TR id="c_3020" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3021" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3021);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3021);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AdapterType</TD> <TD class="string">Ethernet 802.3</TD></TR> <TR class="b1" index="2"> <TD class="string">AdapterTypeId</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="4"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">Description</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD></TR> <TR class="b2" index="7"> <TD class="string">GUID</TD> <TD class="string">{81B2A899-00CA-4607-8249-AE0C64F650A7}</TD></TR> <TR class="b1" index="8"> <TD class="string">Index</TD> <TD class="string">0</TD></TR> <TR class="b2" index="9"> <TD class="string">Installed</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="10"> <TD class="string">InterfaceIndex</TD> <TD class="string">3</TD></TR> <TR class="b2" index="11"> <TD class="string">MACAddress</TD> <TD class="string">DC:85:DE:60:E4:35</TD></TR> <TR class="b1" index="12"> <TD class="string">Manufacturer</TD> <TD class="string">Qualcomm Atheros Communications Inc.</TD></TR> <TR class="b2" index="13"> <TD class="string">MaxNumberControlled</TD> <TD class="string">0</TD></TR> <TR class="b1" index="14"> <TD class="string">Name</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD></TR> <TR class="b2" index="15"> <TD class="string">NetConnectionID</TD> <TD class="string">Wi-Fi</TD></TR> <TR class="b1" index="16"> <TD class="string">NetConnectionStatus</TD> <TD class="string">2</TD></TR> <TR class="b2" index="17"> <TD class="string">NetEnabled</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="18"> <TD class="string">PhysicalAdapter</TD> <TD class="string">-1</TD></TR> <TR class="b2" index="19"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b1" index="20"> <TD class="string">ProductName</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD></TR> <TR class="b2" index="21"> <TD class="string">ServiceName</TD> <TD class="string">athr</TD></TR> <TR class="b1" index="22"> <TD class="string">Speed</TD> <TD class="string">108300000</TD></TR> <TR class="b2" index="23"> <TD class="string">TimeOfLastReset</TD> <TD class="string">20170122192430.491811+060</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3045)"> <DIV style="float: left;"><IMG id="e_c_3045" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_NetworkAdapter.DeviceID="1"</TD></TR> <TR id="c_3045" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3046" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3046);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3046);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b1" index="4"> <TD class="string">Description</TD> <TD class="string">Carte réseau de débogage du noyau Microsoft</TD></TR> <TR class="b2" index="5"> <TD class="string">Index</TD> <TD class="string">1</TD></TR> <TR class="b1" index="6"> <TD class="string">Installed</TD> <TD class="string">-1</TD></TR> <TR class="b2" index="7"> <TD class="string">InterfaceIndex</TD> <TD class="string">2</TD></TR> <TR class="b1" index="8"> <TD class="string">Manufacturer</TD> <TD class="string">Microsoft</TD></TR> <TR class="b2" index="9"> <TD class="string">MaxNumberControlled</TD> <TD class="string">0</TD></TR> <TR class="b1" index="10"> <TD class="string">Name</TD> <TD class="string">Carte réseau de débogage du noyau Microsoft</TD></TR> <TR class="b2" index="11"> <TD class="string">PhysicalAdapter</TD> <TD class="string">0</TD></TR> <TR class="b1" index="12"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b2" index="13"> <TD class="string">ProductName</TD> <TD class="string">Carte réseau de débogage du noyau Microsoft</TD></TR> <TR class="b1" index="14"> <TD class="string">ServiceName</TD> <TD class="string">kdnic</TD></TR> <TR class="b2" index="15"> <TD class="string">TimeOfLastReset</TD> <TD class="string">20170122192430.491811+060</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3062)"> <DIV style="float: left;"><IMG id="e_c_3062" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_NetworkAdapter.DeviceID="2"</TD></TR> <TR id="c_3062" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3063" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3063);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3063);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AdapterType</TD> <TD class="string">Ethernet 802.3</TD></TR> <TR class="b1" index="2"> <TD class="string">AdapterTypeId</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="4"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">Description</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller (NDIS 6.30)</TD></TR> <TR class="b2" index="7"> <TD class="string">GUID</TD> <TD class="string">{3A9B4A8D-DDEE-43A1-959C-B0FBFCB2AC99}</TD></TR> <TR class="b1" index="8"> <TD class="string">Index</TD> <TD class="string">2</TD></TR> <TR class="b2" index="9"> <TD class="string">Installed</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="10"> <TD class="string">InterfaceIndex</TD> <TD class="string">4</TD></TR> <TR class="b2" index="11"> <TD class="string">MACAddress</TD> <TD class="string">50:46:5D:2C:FE:8A</TD></TR> <TR class="b1" index="12"> <TD class="string">Manufacturer</TD> <TD class="string">Qualcomm Atheros</TD></TR> <TR class="b2" index="13"> <TD class="string">MaxNumberControlled</TD> <TD class="string">0</TD></TR> <TR class="b1" index="14"> <TD class="string">Name</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller (NDIS 6.30)</TD></TR> <TR class="b2" index="15"> <TD class="string">NetConnectionID</TD> <TD class="string">Ethernet</TD></TR> <TR class="b1" index="16"> <TD class="string">NetConnectionStatus</TD> <TD class="string">7</TD></TR> <TR class="b2" index="17"> <TD class="string">NetEnabled</TD> <TD class="string">0</TD></TR> <TR class="b1" index="18"> <TD class="string">PhysicalAdapter</TD> <TD class="string">-1</TD></TR> <TR class="b2" index="19"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b1" index="20"> <TD class="string">ProductName</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller (NDIS 6.30)</TD></TR> <TR class="b2" index="21"> <TD class="string">ServiceName</TD> <TD class="string">L1C</TD></TR> <TR class="b1" index="22"> <TD class="string">Speed</TD> <TD class="string">9223372036854775807</TD></TR> <TR class="b2" index="23"> <TD class="string">TimeOfLastReset</TD> <TD class="string">20170122192430.491811+060</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3087)"> <DIV style="float: left;"><IMG id="e_c_3087" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_NetworkAdapter.DeviceID="3"</TD></TR> <TR id="c_3087" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3088" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3088);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3088);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AdapterType</TD> <TD class="string">Ethernet 802.3</TD></TR> <TR class="b1" index="2"> <TD class="string">AdapterTypeId</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="4"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">Description</TD> <TD class="string">Carte virtuelle directe Wi-Fi Microsoft</TD></TR> <TR class="b2" index="7"> <TD class="string">Index</TD> <TD class="string">3</TD></TR> <TR class="b1" index="8"> <TD class="string">Installed</TD> <TD class="string">-1</TD></TR> <TR class="b2" index="9"> <TD class="string">InterfaceIndex</TD> <TD class="string">5</TD></TR> <TR class="b1" index="10"> <TD class="string">MACAddress</TD> <TD class="string">1E:85:DE:60:E4:35</TD></TR> <TR class="b2" index="11"> <TD class="string">Manufacturer</TD> <TD class="string">Microsoft</TD></TR> <TR class="b1" index="12"> <TD class="string">MaxNumberControlled</TD> <TD class="string">0</TD></TR> <TR class="b2" index="13"> <TD class="string">Name</TD> <TD class="string">Carte virtuelle directe Wi-Fi Microsoft</TD></TR> <TR class="b1" index="14"> <TD class="string">PhysicalAdapter</TD> <TD class="string">0</TD></TR> <TR class="b2" index="15"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b1" index="16"> <TD class="string">ProductName</TD> <TD class="string">Carte virtuelle directe Wi-Fi Microsoft</TD></TR> <TR class="b2" index="17"> <TD class="string">ServiceName</TD> <TD class="string">vwifimp</TD></TR> <TR class="b1" index="18"> <TD class="string">Speed</TD> <TD class="string">9223372036854775807</TD></TR> <TR class="b2" index="19"> <TD class="string">TimeOfLastReset</TD> <TD class="string">20170122192430.491811+060</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3108)"> <DIV style="float: left;"><IMG id="e_c_3108" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_NetworkAdapter.DeviceID="4"</TD></TR> <TR id="c_3108" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3109" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3109);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3109);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AdapterType</TD> <TD class="string">Tunnel</TD></TR> <TR class="b1" index="2"> <TD class="string">AdapterTypeId</TD> <TD class="string">15</TD></TR> <TR class="b2" index="3"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="4"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">Description</TD> <TD class="string">Carte Microsoft ISATAP</TD></TR> <TR class="b2" index="7"> <TD class="string">Index</TD> <TD class="string">4</TD></TR> <TR class="b1" index="8"> <TD class="string">Installed</TD> <TD class="string">-1</TD></TR> <TR class="b2" index="9"> <TD class="string">InterfaceIndex</TD> <TD class="string">6</TD></TR> <TR class="b1" index="10"> <TD class="string">Manufacturer</TD> <TD class="string">Microsoft</TD></TR> <TR class="b2" index="11"> <TD class="string">MaxNumberControlled</TD> <TD class="string">0</TD></TR> <TR class="b1" index="12"> <TD class="string">Name</TD> <TD class="string">Carte Microsoft ISATAP</TD></TR> <TR class="b2" index="13"> <TD class="string">PhysicalAdapter</TD> <TD class="string">0</TD></TR> <TR class="b1" index="14"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b2" index="15"> <TD class="string">ProductName</TD> <TD class="string">Carte Microsoft ISATAP</TD></TR> <TR class="b1" index="16"> <TD class="string">ServiceName</TD> <TD class="string">tunnel</TD></TR> <TR class="b2" index="17"> <TD class="string">Speed</TD> <TD class="string">100000</TD></TR> <TR class="b1" index="18"> <TD class="string">TimeOfLastReset</TD> <TD class="string">20170122192430.491811+060</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3128)"> <DIV style="float: left;"><IMG id="e_c_3128" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_NetworkAdapter.DeviceID="5"</TD></TR> <TR id="c_3128" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3129" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3129);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3129);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AdapterType</TD> <TD class="string">Tunnel</TD></TR> <TR class="b1" index="2"> <TD class="string">AdapterTypeId</TD> <TD class="string">15</TD></TR> <TR class="b2" index="3"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="4"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">Description</TD> <TD class="string">Microsoft Teredo Tunneling Adapter</TD></TR> <TR class="b2" index="7"> <TD class="string">Index</TD> <TD class="string">5</TD></TR> <TR class="b1" index="8"> <TD class="string">Installed</TD> <TD class="string">-1</TD></TR> <TR class="b2" index="9"> <TD class="string">InterfaceIndex</TD> <TD class="string">7</TD></TR> <TR class="b1" index="10"> <TD class="string">Manufacturer</TD> <TD class="string">Microsoft</TD></TR> <TR class="b2" index="11"> <TD class="string">MaxNumberControlled</TD> <TD class="string">0</TD></TR> <TR class="b1" index="12"> <TD class="string">Name</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD></TR> <TR class="b2" index="13"> <TD class="string">PhysicalAdapter</TD> <TD class="string">0</TD></TR> <TR class="b1" index="14"> <TD class="string">PowerManagementSupported</TD> <TD class="string">0</TD></TR> <TR class="b2" index="15"> <TD class="string">ProductName</TD> <TD class="string">Microsoft Teredo Tunneling Adapter</TD></TR> <TR class="b1" index="16"> <TD class="string">ServiceName</TD> <TD class="string">tunnel</TD></TR> <TR class="b2" index="17"> <TD class="string">Speed</TD> <TD class="string">100000</TD></TR> <TR class="b1" index="18"> <TD class="string">TimeOfLastReset</TD> <TD class="string">20170122192430.491811+060</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="221912064"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes de port</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_3148" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_3148)" onchange="show(table_3148)" type="text" size="3" value="3">sur&nbsp;&nbsp;3</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_3148" style="table-layout: auto;" showid="TablePort"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3148);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_3148);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_ParallelPort</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3149" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3150" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3150);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3151)"> <DIV style="float: left;"><IMG id="e_c_3151" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT __RELPATH, Description, Status FROM Win32_PortResource</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3151" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3152" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3152);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3153)"> <DIV style="float: left;"><IMG id="e_c_3153" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="46"</TD></TR> <TR id="c_3153" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3154" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3154);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3154);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000002E-0x0000002F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">46</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3157)"> <DIV style="float: left;"><IMG id="e_c_3157" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="78"</TD></TR> <TR id="c_3157" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3158" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3158);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3158);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000004E-0x0000004F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">78</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3161)"> <DIV style="float: left;"><IMG id="e_c_3161" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="97"</TD></TR> <TR id="c_3161" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3162" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3162);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3162);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000061-0x00000061</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">97</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3165)"> <DIV style="float: left;"><IMG id="e_c_3165" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="99"</TD></TR> <TR id="c_3165" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3166" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3166);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3166);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000063-0x00000063</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">99</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3169)"> <DIV style="float: left;"><IMG id="e_c_3169" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="101"</TD></TR> <TR id="c_3169" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3170" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3170);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3170);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000065-0x00000065</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">101</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3173)"> <DIV style="float: left;"><IMG id="e_c_3173" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="103"</TD></TR> <TR id="c_3173" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3174" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3174);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3174);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000067-0x00000067</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">103</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3177)"> <DIV style="float: left;"><IMG id="e_c_3177" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="112"</TD></TR> <TR id="c_3177" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3178" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3178);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3178);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000070-0x00000070</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">112</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3181)"> <DIV style="float: left;"><IMG id="e_c_3181" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="128"</TD></TR> <TR id="c_3181" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3182" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3182);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3182);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000080-0x00000080</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">128</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="9"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3185)"> <DIV style="float: left;"><IMG id="e_c_3185" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="146"</TD></TR> <TR id="c_3185" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3186" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3186);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3186);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000092-0x00000092</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">146</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="10"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3189)"> <DIV style="float: left;"><IMG id="e_c_3189" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="178"</TD></TR> <TR id="c_3189" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3190" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3190);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3190);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000B2-0x000000B3</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">178</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="11"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3193)"> <DIV style="float: left;"><IMG id="e_c_3193" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1664"</TD></TR> <TR id="c_3193" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3194" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3194);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3194);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000680-0x0000069F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1664</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="12"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3197)"> <DIV style="float: left;"><IMG id="e_c_3197" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="4096"</TD></TR> <TR id="c_3197" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3198" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3198);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3198);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00001000-0x0000100F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">4096</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="13"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3201)"> <DIV style="float: left;"><IMG id="e_c_3201" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="65535"</TD></TR> <TR id="c_3201" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3202" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3202);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3202);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000FFFF-0x0000FFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">65535</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="14"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3205)"> <DIV style="float: left;"><IMG id="e_c_3205" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1024"</TD></TR> <TR id="c_3205" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3206" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3206);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3206);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000400-0x00000453</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1024</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="15"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3209)"> <DIV style="float: left;"><IMG id="e_c_3209" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1112"</TD></TR> <TR id="c_3209" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3210" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3210);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3210);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000458-0x0000047F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1112</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="16"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3213)"> <DIV style="float: left;"><IMG id="e_c_3213" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1280"</TD></TR> <TR id="c_3213" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3214" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3214);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3214);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000500-0x0000057F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1280</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="17"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3217)"> <DIV style="float: left;"><IMG id="e_c_3217" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="5710"</TD></TR> <TR id="c_3217" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3218" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3218);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3218);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000164E-0x0000164F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">5710</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="18"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3221)"> <DIV style="float: left;"><IMG id="e_c_3221" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="98"</TD></TR> <TR id="c_3221" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3222" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3222);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3222);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000062-0x00000062</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">98</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="19"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3225)"> <DIV style="float: left;"><IMG id="e_c_3225" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="102"</TD></TR> <TR id="c_3225" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3226" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3226);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3226);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000066-0x00000066</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">102</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="20"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3229)"> <DIV style="float: left;"><IMG id="e_c_3229" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="64"</TD></TR> <TR id="c_3229" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3230" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3230);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3230);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000040-0x00000043</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">64</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="21"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3233)"> <DIV style="float: left;"><IMG id="e_c_3233" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="80"</TD></TR> <TR id="c_3233" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3234" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3234);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3234);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000050-0x00000053</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">80</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="22"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3237)"> <DIV style="float: left;"><IMG id="e_c_3237" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="96"</TD></TR> <TR id="c_3237" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3238" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3238);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3238);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000060-0x00000060</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">96</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="23"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3241)"> <DIV style="float: left;"><IMG id="e_c_3241" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="100"</TD></TR> <TR id="c_3241" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3242" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3242);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3242);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000064-0x00000064</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">100</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="24"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3245)"> <DIV style="float: left;"><IMG id="e_c_3245" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="53248"</TD></TR> <TR id="c_3245" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3246" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3246);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3246);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000D000-0x0000DFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">53248</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="25"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3249)"> <DIV style="float: left;"><IMG id="e_c_3249" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61312"</TD></TR> <TR id="c_3249" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3250" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3250);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3250);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000EF80-0x0000EFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61312</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="26"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3253)"> <DIV style="float: left;"><IMG id="e_c_3253" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="0"</TD></TR> <TR id="c_3253" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3254" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3254);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3254);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000000-0x00000CF7</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="27"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3257)"> <DIV style="float: left;"><IMG id="e_c_3257" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="3328"</TD></TR> <TR id="c_3257" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3258" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3258);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3258);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000D00-0x0000FFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">3328</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="28"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3261)"> <DIV style="float: left;"><IMG id="e_c_3261" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61616"</TD></TR> <TR id="c_3261" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3262" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3262);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3262);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F0B0-0x0000F0B7</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61616</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="29"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3265)"> <DIV style="float: left;"><IMG id="e_c_3265" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61600"</TD></TR> <TR id="c_3265" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3266" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3266);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3266);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F0A0-0x0000F0A3</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61600</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="30"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3269)"> <DIV style="float: left;"><IMG id="e_c_3269" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61584"</TD></TR> <TR id="c_3269" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3270" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3270);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3270);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F090-0x0000F097</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61584</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="31"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3273)"> <DIV style="float: left;"><IMG id="e_c_3273" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61568"</TD></TR> <TR id="c_3273" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3274" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3274);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3274);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F080-0x0000F083</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61568</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="32"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3277)"> <DIV style="float: left;"><IMG id="e_c_3277" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61536"</TD></TR> <TR id="c_3277" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3278" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3278);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3278);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F060-0x0000F07F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61536</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="33"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3281)"> <DIV style="float: left;"><IMG id="e_c_3281" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="32"</TD></TR> <TR id="c_3281" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3282" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3282);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3282);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000020-0x00000021</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">32</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="34"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3285)"> <DIV style="float: left;"><IMG id="e_c_3285" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="36"</TD></TR> <TR id="c_3285" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3286" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3286);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3286);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000024-0x00000025</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">36</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="35"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3289)"> <DIV style="float: left;"><IMG id="e_c_3289" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="40"</TD></TR> <TR id="c_3289" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3290" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3290);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3290);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000028-0x00000029</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">40</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="36"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3293)"> <DIV style="float: left;"><IMG id="e_c_3293" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="44"</TD></TR> <TR id="c_3293" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3294" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3294);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3294);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000002C-0x0000002D</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">44</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="37"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3297)"> <DIV style="float: left;"><IMG id="e_c_3297" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="48"</TD></TR> <TR id="c_3297" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3298" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3298);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3298);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000030-0x00000031</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">48</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="38"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3301)"> <DIV style="float: left;"><IMG id="e_c_3301" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="52"</TD></TR> <TR id="c_3301" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3302" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3302);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3302);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000034-0x00000035</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">52</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="39"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3305)"> <DIV style="float: left;"><IMG id="e_c_3305" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="56"</TD></TR> <TR id="c_3305" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3306" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3306);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3306);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000038-0x00000039</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">56</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="40"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3309)"> <DIV style="float: left;"><IMG id="e_c_3309" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="60"</TD></TR> <TR id="c_3309" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3310" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3310);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3310);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000003C-0x0000003D</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">60</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="41"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3313)"> <DIV style="float: left;"><IMG id="e_c_3313" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="160"</TD></TR> <TR id="c_3313" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3314" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3314);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3314);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000A0-0x000000A1</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">160</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="42"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3317)"> <DIV style="float: left;"><IMG id="e_c_3317" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="164"</TD></TR> <TR id="c_3317" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3318" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3318);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3318);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000A4-0x000000A5</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">164</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="43"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3321)"> <DIV style="float: left;"><IMG id="e_c_3321" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="168"</TD></TR> <TR id="c_3321" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3322" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3322);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3322);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000A8-0x000000A9</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">168</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="44"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3325)"> <DIV style="float: left;"><IMG id="e_c_3325" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="172"</TD></TR> <TR id="c_3325" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3326" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3326);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3326);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000AC-0x000000AD</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">172</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="45"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3329)"> <DIV style="float: left;"><IMG id="e_c_3329" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="176"</TD></TR> <TR id="c_3329" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3330" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3330);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3330);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000B0-0x000000B1</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">176</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="46"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3333)"> <DIV style="float: left;"><IMG id="e_c_3333" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="180"</TD></TR> <TR id="c_3333" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3334" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3334);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3334);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000B4-0x000000B5</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">180</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="47"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3337)"> <DIV style="float: left;"><IMG id="e_c_3337" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="184"</TD></TR> <TR id="c_3337" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3338" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3338);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3338);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000B8-0x000000B9</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">184</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="48"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3341)"> <DIV style="float: left;"><IMG id="e_c_3341" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="188"</TD></TR> <TR id="c_3341" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3342" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3342);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3342);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000BC-0x000000BD</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">188</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="49"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3345)"> <DIV style="float: left;"><IMG id="e_c_3345" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1232"</TD></TR> <TR id="c_3345" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3346" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3346);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3346);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000004D0-0x000004D1</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1232</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="50"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3349)"> <DIV style="float: left;"><IMG id="e_c_3349" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="1108"</TD></TR> <TR id="c_3349" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3350" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3350);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3350);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000454-0x00000457</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">1108</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="51"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3353)"> <DIV style="float: left;"><IMG id="e_c_3353" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="129"</TD></TR> <TR id="c_3353" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3354" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3354);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3354);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000081-0x00000091</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">129</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="52"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3357)"> <DIV style="float: left;"><IMG id="e_c_3357" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="147"</TD></TR> <TR id="c_3357" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3358" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3358);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3358);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000093-0x0000009F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">147</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="53"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3361)"> <DIV style="float: left;"><IMG id="e_c_3361" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="192"</TD></TR> <TR id="c_3361" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3362" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3362);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3362);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000C0-0x000000DF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">192</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="54"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3365)"> <DIV style="float: left;"><IMG id="e_c_3365" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="16"</TD></TR> <TR id="c_3365" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3366" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3366);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3366);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000010-0x0000001F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">16</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="55"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3369)"> <DIV style="float: left;"><IMG id="e_c_3369" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="34"</TD></TR> <TR id="c_3369" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3370" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3370);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3370);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000022-0x0000003F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">34</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="56"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3373)"> <DIV style="float: left;"><IMG id="e_c_3373" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="68"</TD></TR> <TR id="c_3373" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3374" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3374);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3374);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000044-0x0000005F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">68</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="57"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3377)"> <DIV style="float: left;"><IMG id="e_c_3377" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="114"</TD></TR> <TR id="c_3377" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3378" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3378);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3378);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000072-0x0000007F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">114</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="58"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3381)"> <DIV style="float: left;"><IMG id="e_c_3381" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="132"</TD></TR> <TR id="c_3381" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3382" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3382);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3382);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000084-0x00000086</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">132</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="59"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3385)"> <DIV style="float: left;"><IMG id="e_c_3385" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="136"</TD></TR> <TR id="c_3385" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3386" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3386);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3386);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000088-0x00000088</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">136</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="60"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3389)"> <DIV style="float: left;"><IMG id="e_c_3389" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="140"</TD></TR> <TR id="c_3389" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3390" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3390);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3390);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000008C-0x0000008E</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">140</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="61"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3393)"> <DIV style="float: left;"><IMG id="e_c_3393" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="144"</TD></TR> <TR id="c_3393" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3394" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3394);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3394);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x00000090-0x0000009F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">144</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="62"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3397)"> <DIV style="float: left;"><IMG id="e_c_3397" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="162"</TD></TR> <TR id="c_3397" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3398" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3398);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3398);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000A2-0x000000BF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">162</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="63"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3401)"> <DIV style="float: left;"><IMG id="e_c_3401" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="224"</TD></TR> <TR id="c_3401" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3402" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3402);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3402);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000E0-0x000000EF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">224</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="64"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3405)"> <DIV style="float: left;"><IMG id="e_c_3405" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61504"</TD></TR> <TR id="c_3405" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3406" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3406);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3406);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F040-0x0000F05F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61504</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="65"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3409)"> <DIV style="float: left;"><IMG id="e_c_3409" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="240"</TD></TR> <TR id="c_3409" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3410" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3410);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3410);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000000F0-0x000000FF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">240</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="66"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3413)"> <DIV style="float: left;"><IMG id="e_c_3413" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="57344"</TD></TR> <TR id="c_3413" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3414" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3414);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3414);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000E000-0x0000EFFF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">57344</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="67"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3417)"> <DIV style="float: left;"><IMG id="e_c_3417" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="61440"</TD></TR> <TR id="c_3417" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3418" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3418);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3418);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x0000F000-0x0000F03F</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">61440</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="68"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3421)"> <DIV style="float: left;"><IMG id="e_c_3421" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="944"</TD></TR> <TR id="c_3421" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3422" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3422);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3422);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000003B0-0x000003BB</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">944</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="69"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3425)"> <DIV style="float: left;"><IMG id="e_c_3425" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PortResource.StartingAddress="960"</TD></TR> <TR id="c_3425" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3426" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3426);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3426);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Description</TD> <TD class="string">0x000003C0-0x000003DF</TD></TR> <TR class="b1" index="2"> <TD class="string">StartingAddress</TD> <TD class="string">960</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD></TD> <TD class="string">root\cimv2:SELECT __RELPATH, Availability, ConfigManagerUserConfig, Description, Status, StatusInfo FROM Win32_SerialPort</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3429" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3430" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3430);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="724107932"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes d alimentation</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_3431" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_3431)" onchange="show(table_3431)" type="text" size="3" value="2">sur&nbsp;&nbsp;2</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_3431" style="table-layout: auto;" showid="TablePower"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3431);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_3431);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_Battery</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3432" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3433" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3433);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_PortableBattery</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3434" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3435" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3435);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="399212023"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes d impression</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_3436" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_3436)" onchange="show(table_3436)" type="text" size="3" value="2">sur&nbsp;&nbsp;2</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_3436" style="table-layout: auto;" showid="TablePrinting"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3436);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_3436);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3437)"> <DIV style="float: left;"><IMG id="e_c_3437" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_Printer</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3437" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3438" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3438);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3439)"> <DIV style="float: left;"><IMG id="e_c_3439" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Printer.DeviceID="Microsoft XPS Document Writer"</TD></TR> <TR id="c_3439" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3440" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3440);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3440);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Attributes</TD> <TD class="string">580</TD></TR> <TR class="b1" index="2"> <TD class="string">AveragePagesPerMinute</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Default</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="4"> <TD class="string">DefaultPriority</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">DetectedErrorState</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">Direct</TD> <TD class="string">0</TD></TR> <TR class="b2" index="7"> <TD class="string">DoCompleteFirst</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="8"> <TD class="string">DriverName</TD> <TD class="string">Microsoft XPS Document Writer v4</TD></TR> <TR class="b2" index="9"> <TD class="string">EnableBIDI</TD> <TD class="string">0</TD></TR> <TR class="b1" index="10"> <TD class="string">EnableDevQueryPrint</TD> <TD class="string">0</TD></TR> <TR class="b2" index="11"> <TD class="string">ExtendedDetectedErrorState</TD> <TD class="string">0</TD></TR> <TR class="b1" index="12"> <TD class="string">ExtendedPrinterStatus</TD> <TD class="string">2</TD></TR> <TR class="b2" index="13"> <TD class="string">Hidden</TD> <TD class="string">0</TD></TR> <TR class="b1" index="14"> <TD class="string">HorizontalResolution</TD> <TD class="string">600</TD></TR> <TR class="b2" index="15"> <TD class="string">JobCountSinceLastReset</TD> <TD class="string">0</TD></TR> <TR class="b1" index="16"> <TD class="string">KeepPrintedJobs</TD> <TD class="string">0</TD></TR> <TR class="b2" index="17"> <TD class="string">Local</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="18"> <TD class="string">Name</TD> <TD class="string">Microsoft XPS Document Writer</TD></TR> <TR class="b2" index="19"> <TD class="string">Network</TD> <TD class="string">0</TD></TR> <TR class="b1" index="20"> <TD class="string">PortName</TD> <TD class="string">PORTPROMPT:</TD></TR> <TR class="b2" index="21"> <TD class="string">PrinterState</TD> <TD class="string">0</TD></TR> <TR class="b1" index="22"> <TD class="string">PrinterStatus</TD> <TD class="string">3</TD></TR> <TR class="b2" index="23"> <TD class="string">PrintJobDataType</TD> <TD class="string">RAW</TD></TR> <TR class="b1" index="24"> <TD class="string">PrintProcessor</TD> <TD class="string">winprint</TD></TR> <TR class="b2" index="25"> <TD class="string">Priority</TD> <TD class="string">1</TD></TR> <TR class="b1" index="26"> <TD class="string">Published</TD> <TD class="string">0</TD></TR> <TR class="b2" index="27"> <TD class="string">Queued</TD> <TD class="string">0</TD></TR> <TR class="b1" index="28"> <TD class="string">RawOnly</TD> <TD class="string">0</TD></TR> <TR class="b2" index="29"> <TD class="string">Shared</TD> <TD class="string">0</TD></TR> <TR class="b1" index="30"> <TD class="string">SpoolEnabled</TD> <TD class="string">-1</TD></TR> <TR class="b2" index="31"> <TD class="string">Status</TD> <TD class="string">Unknown</TD></TR> <TR class="b1" index="32"> <TD class="string">VerticalResolution</TD> <TD class="string">600</TD></TR> <TR class="b2" index="33"> <TD class="string">WorkOffline</TD> <TD class="string">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3474)"> <DIV style="float: left;"><IMG id="e_c_3474" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_Printer.DeviceID="Fax"</TD></TR> <TR id="c_3474" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3475" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3475);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3475);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Attributes</TD> <TD class="string">16448</TD></TR> <TR class="b1" index="2"> <TD class="string">AveragePagesPerMinute</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Default</TD> <TD class="string">0</TD></TR> <TR class="b1" index="4"> <TD class="string">DefaultPriority</TD> <TD class="string">0</TD></TR> <TR class="b2" index="5"> <TD class="string">DetectedErrorState</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">Direct</TD> <TD class="string">0</TD></TR> <TR class="b2" index="7"> <TD class="string">DoCompleteFirst</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">DriverName</TD> <TD class="string">Microsoft Shared Fax Driver</TD></TR> <TR class="b2" index="9"> <TD class="string">EnableBIDI</TD> <TD class="string">0</TD></TR> <TR class="b1" index="10"> <TD class="string">EnableDevQueryPrint</TD> <TD class="string">0</TD></TR> <TR class="b2" index="11"> <TD class="string">ExtendedDetectedErrorState</TD> <TD class="string">0</TD></TR> <TR class="b1" index="12"> <TD class="string">ExtendedPrinterStatus</TD> <TD class="string">2</TD></TR> <TR class="b2" index="13"> <TD class="string">Hidden</TD> <TD class="string">0</TD></TR> <TR class="b1" index="14"> <TD class="string">HorizontalResolution</TD> <TD class="string">200</TD></TR> <TR class="b2" index="15"> <TD class="string">JobCountSinceLastReset</TD> <TD class="string">0</TD></TR> <TR class="b1" index="16"> <TD class="string">KeepPrintedJobs</TD> <TD class="string">0</TD></TR> <TR class="b2" index="17"> <TD class="string">Local</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="18"> <TD class="string">Name</TD> <TD class="string">Fax</TD></TR> <TR class="b2" index="19"> <TD class="string">Network</TD> <TD class="string">0</TD></TR> <TR class="b1" index="20"> <TD class="string">PortName</TD> <TD class="string">SHRFAX:</TD></TR> <TR class="b2" index="21"> <TD class="string">PrinterState</TD> <TD class="string">0</TD></TR> <TR class="b1" index="22"> <TD class="string">PrinterStatus</TD> <TD class="string">3</TD></TR> <TR class="b2" index="23"> <TD class="string">PrintJobDataType</TD> <TD class="string">RAW</TD></TR> <TR class="b1" index="24"> <TD class="string">PrintProcessor</TD> <TD class="string">winprint</TD></TR> <TR class="b2" index="25"> <TD class="string">Priority</TD> <TD class="string">1</TD></TR> <TR class="b1" index="26"> <TD class="string">Published</TD> <TD class="string">0</TD></TR> <TR class="b2" index="27"> <TD class="string">Queued</TD> <TD class="string">0</TD></TR> <TR class="b1" index="28"> <TD class="string">RawOnly</TD> <TD class="string">0</TD></TR> <TR class="b2" index="29"> <TD class="string">Shared</TD> <TD class="string">0</TD></TR> <TR class="b1" index="30"> <TD class="string">SpoolEnabled</TD> <TD class="string">-1</TD></TR> <TR class="b2" index="31"> <TD class="string">Status</TD> <TD class="string">Unknown</TD></TR> <TR class="b1" index="32"> <TD class="string">VerticalResolution</TD> <TD class="string">200</TD></TR> <TR class="b2" index="33"> <TD class="string">WorkOffline</TD> <TD class="string">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3509)"> <DIV style="float: left;"><IMG id="e_c_3509" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_PrinterDriver</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3509" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3510" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3510);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3511)"> <DIV style="float: left;"><IMG id="e_c_3511" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PrinterDriver.Name="Microsoft XPS Document Writer v4,4,Windows x64"</TD></TR> <TR id="c_3511" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3512" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3512);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3512);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigFile</TD> <TD class="string">C:\Windows\System32\DriverStore\FileRepository\prnms003.inf_amd64_864418199e8fa69d\Amd64\PrintConfig.dll</TD></TR> <TR class="b1" index="2"> <TD class="string">DataFile</TD> <TD class="string">C:\Windows\System32\DriverStore\FileRepository\prnms001.inf_amd64_4fa1863520b2418e\MXDW.gpd</TD></TR> <TR class="b2" index="3"> <TD class="string">DriverPath</TD> <TD class="string">C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_e8fcb2dca56ca9f9\Amd64\mxdwdrv.dll</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Microsoft XPS Document Writer v4,4,Windows x64</TD></TR> <TR class="b2" index="5"> <TD class="string">SupportedPlatform</TD> <TD class="string">Windows x64</TD></TR> <TR class="b1" index="6"> <TD class="string">Version</TD> <TD class="string">4</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3519)"> <DIV style="float: left;"><IMG id="e_c_3519" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PrinterDriver.Name="Microsoft Shared Fax Driver,3,Windows x64"</TD></TR> <TR id="c_3519" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3520" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3520);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3520);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigFile</TD> <TD class="string">C:\Windows\system32\spool\DRIVERS\x64\3\FXSUI.DLL</TD></TR> <TR class="b1" index="2"> <TD class="string">DataFile</TD> <TD class="string">C:\Windows\system32\spool\DRIVERS\x64\3\FXSUI.DLL</TD></TR> <TR class="b2" index="3"> <TD class="string">DriverPath</TD> <TD class="string">C:\Windows\system32\spool\DRIVERS\x64\3\FXSDRV.DLL</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Microsoft Shared Fax Driver,3,Windows x64</TD></TR> <TR class="b2" index="5"> <TD class="string">SupportedPlatform</TD> <TD class="string">Windows x64</TD></TR> <TR class="b1" index="6"> <TD class="string">Version</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3527)"> <DIV style="float: left;"><IMG id="e_c_3527" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PrinterDriver.Name="Microsoft enhanced Point and Print compatibility driver,3,Windows x64"</TD></TR> <TR id="c_3527" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3528" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3528);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3528);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigFile</TD> <TD class="string">C:\Windows\system32\spool\DRIVERS\x64\3\PrintConfig.dll</TD></TR> <TR class="b1" index="2"> <TD class="string">DataFile</TD> <TD class="string">C:\Windows\system32\spool\DRIVERS\x64\3\unishare.gpd</TD></TR> <TR class="b2" index="3"> <TD class="string">DriverPath</TD> <TD class="string">C:\Windows\system32\spool\DRIVERS\x64\3\mxdwdrv.dll</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Microsoft enhanced Point and Print compatibility driver,3,Windows x64</TD></TR> <TR class="b2" index="5"> <TD class="string">SupportedPlatform</TD> <TD class="string">Windows x64</TD></TR> <TR class="b1" index="6"> <TD class="string">Version</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3535)"> <DIV style="float: left;"><IMG id="e_c_3535" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PrinterDriver.Name="Microsoft enhanced Point and Print compatibility driver,3,Windows NT x86"</TD></TR> <TR id="c_3535" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3536" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3536);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3536);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigFile</TD> <TD class="string">C:\Windows\system32\spool\DRIVERS\W32X86\3\PrintConfig.dll</TD></TR> <TR class="b1" index="2"> <TD class="string">DataFile</TD> <TD class="string">C:\Windows\system32\spool\DRIVERS\W32X86\3\unishare.gpd</TD></TR> <TR class="b2" index="3"> <TD class="string">DriverPath</TD> <TD class="string">C:\Windows\system32\spool\DRIVERS\W32X86\3\mxdwdrv.dll</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Microsoft enhanced Point and Print compatibility driver,3,Windows NT x86</TD></TR> <TR class="b2" index="5"> <TD class="string">SupportedPlatform</TD> <TD class="string">Windows NT x86</TD></TR> <TR class="b1" index="6"> <TD class="string">Version</TD> <TD class="string">3</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="231545668"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes de stockage</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_3543" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_3543)" onchange="show(table_3543)" type="text" size="3" value="4">sur&nbsp;&nbsp;4</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_3543" style="table-layout: auto;" showid="TableStorage"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3543);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_3543);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3544)"> <DIV style="float: left;"><IMG id="e_c_3544" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_CDROMDrive</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3544" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3545" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3545);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3546)"> <DIV style="float: left;"><IMG id="e_c_3546" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_CDROMDrive.DeviceID="SCSI\\CDROM&amp;VEN_MATSHITA&amp;PROD_DVD-RAM_UJ8C0\\4&amp;25DEEA54&amp;0&amp;020000"</TD></TR> <TR id="c_3546" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3547" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3547);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3547);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">CompressionMethod</TD> <TD class="string">Unknown</TD></TR> <TR class="b2" index="3"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="4"> <TD class="string">Description</TD> <TD class="string">CD-ROM Drive</TD></TR> <TR class="b2" index="5"> <TD class="string">Drive</TD> <TD class="string">D:</TD></TR> <TR class="b1" index="6"> <TD class="string">Id</TD> <TD class="string">D:</TD></TR> <TR class="b2" index="7"> <TD class="string">MediaLoaded</TD> <TD class="string">0</TD></TR> <TR class="b1" index="8"> <TD class="string">MediaType</TD> <TD class="string">DVD Writer</TD></TR> <TR class="b2" index="9"> <TD class="string">MfrAssignedRevisionLevel</TD> <TD class="string">1.00</TD></TR> <TR class="b1" index="10"> <TD class="string">Name</TD> <TD class="string">MATSHITA DVD-RAM UJ8C0</TD></TR> <TR class="b2" index="11"> <TD class="string">SCSIBus</TD> <TD class="string">2</TD></TR> <TR class="b1" index="12"> <TD class="string">SCSILogicalUnit</TD> <TD class="string">0</TD></TR> <TR class="b2" index="13"> <TD class="string">SCSIPort</TD> <TD class="string">0</TD></TR> <TR class="b1" index="14"> <TD class="string">SCSITargetId</TD> <TD class="string">0</TD></TR> <TR class="b2" index="15"> <TD class="string">TransferRate</TD> <TD class="string">-1</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3563)"> <DIV style="float: left;"><IMG id="e_c_3563" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_DiskDrive</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3563" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3564" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3564);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3565)"> <DIV style="float: left;"><IMG id="e_c_3565" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"</TD></TR> <TR id="c_3565" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3566" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3566);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3566);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">BytesPerSector</TD> <TD class="string">512</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Disk drive</TD></TR> <TR class="b1" index="4"> <TD class="string">FirmwareRevision</TD> <TD class="string">2AR10001</TD></TR> <TR class="b2" index="5"> <TD class="string">Index</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">InterfaceType</TD> <TD class="string">IDE</TD></TR> <TR class="b2" index="7"> <TD class="string">MediaLoaded</TD> <TD class="string">-1</TD></TR> <TR class="b1" index="8"> <TD class="string">MediaType</TD> <TD class="string">Fixed hard disk media</TD></TR> <TR class="b2" index="9"> <TD class="string">Model</TD> <TD class="string">SAMSUNG HN-M500MBB</TD></TR> <TR class="b1" index="10"> <TD class="string">Name</TD> <TD class="string">\\.\PHYSICALDRIVE0</TD></TR> <TR class="b2" index="11"> <TD class="string">Partitions</TD> <TD class="string">3</TD></TR> <TR class="b1" index="12"> <TD class="string">SCSIBus</TD> <TD class="string">0</TD></TR> <TR class="b2" index="13"> <TD class="string">SCSILogicalUnit</TD> <TD class="string">0</TD></TR> <TR class="b1" index="14"> <TD class="string">SCSIPort</TD> <TD class="string">0</TD></TR> <TR class="b2" index="15"> <TD class="string">SCSITargetId</TD> <TD class="string">0</TD></TR> <TR class="b1" index="16"> <TD class="string">SectorsPerTrack</TD> <TD class="string">63</TD></TR> <TR class="b2" index="17"> <TD class="string">SerialNumber</TD> <TD class="string">S2RSJ9BB911447</TD></TR> <TR class="b1" index="18"> <TD class="string">Size</TD> <TD class="string">500105249280</TD></TR> <TR class="b2" index="19"> <TD class="string">TotalCylinders</TD> <TD class="string">60801</TD></TR> <TR class="b1" index="20"> <TD class="string">TotalHeads</TD> <TD class="string">255</TD></TR> <TR class="b2" index="21"> <TD class="string">TotalSectors</TD> <TD class="string">976768065</TD></TR> <TR class="b1" index="22"> <TD class="string">TotalTracks</TD> <TD class="string">15504255</TD></TR> <TR class="b2" index="23"> <TD class="string">TracksPerCylinder</TD> <TD class="string">255</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_FloppyDrive</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3590" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3591" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3591);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_TapeDrive</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3592" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3593" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3593);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="88657986"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes vidéo</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_3594" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_3594)" onchange="show(table_3594)" type="text" size="3" value="2">sur&nbsp;&nbsp;2</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_3594" style="table-layout: auto;" showid="TableVideo"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3594);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_3594);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3595)"> <DIV style="float: left;"><IMG id="e_c_3595" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_DesktopMonitor</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3595" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3596" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3596);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3597)"> <DIV style="float: left;"><IMG id="e_c_3597" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DesktopMonitor.DeviceID="DesktopMonitor1"</TD></TR> <TR id="c_3597" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3598" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3598);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3598);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">8</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Écran par défaut</TD></TR> <TR class="b2" index="3"> <TD class="string">MonitorType</TD> <TD class="string">Écran par défaut</TD></TR> <TR class="b1" index="4"> <TD class="string">Name</TD> <TD class="string">Écran par défaut</TD></TR> <TR class="b2" index="5"> <TD class="string">PixelsPerXLogicalInch</TD> <TD class="string">96</TD></TR> <TR class="b1" index="6"> <TD class="string">PixelsPerYLogicalInch</TD> <TD class="string">96</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3605)"> <DIV style="float: left;"><IMG id="e_c_3605" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_DesktopMonitor.DeviceID="DesktopMonitor2"</TD></TR> <TR id="c_3605" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3606" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3606);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3606);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Generic PnP Monitor</TD></TR> <TR class="b1" index="4"> <TD class="string">MonitorManufacturer</TD> <TD class="string">(Standard monitor types)</TD></TR> <TR class="b2" index="5"> <TD class="string">MonitorType</TD> <TD class="string">Generic PnP Monitor</TD></TR> <TR class="b1" index="6"> <TD class="string">Name</TD> <TD class="string">Generic PnP Monitor</TD></TR> <TR class="b2" index="7"> <TD class="string">PixelsPerXLogicalInch</TD> <TD class="string">96</TD></TR> <TR class="b1" index="8"> <TD class="string">PixelsPerYLogicalInch</TD> <TD class="string">96</TD></TR> <TR class="b2" index="9"> <TD class="string">ScreenHeight</TD> <TD class="string">900</TD></TR> <TR class="b1" index="10"> <TD class="string">ScreenWidth</TD> <TD class="string">1600</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3617)"> <DIV style="float: left;"><IMG id="e_c_3617" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_VideoController</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3617" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3618" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3618);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3619)"> <DIV style="float: left;"><IMG id="e_c_3619" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_VideoController.DeviceID="VideoController1"</TD></TR> <TR id="c_3619" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3620" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3620);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3620);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AdapterCompatibility</TD> <TD class="string">NVIDIA</TD></TR> <TR class="b1" index="2"> <TD class="string">AdapterDACType</TD> <TD class="string">Integrated RAMDAC</TD></TR> <TR class="b2" index="3"> <TD class="string">AdapterRAM</TD> <TD class="string">1073741824</TD></TR> <TR class="b1" index="4"> <TD class="string">Availability</TD> <TD class="string">8</TD></TR> <TR class="b2" index="5"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">Description</TD> <TD class="string">NVIDIA GeForce 610M</TD></TR> <TR class="b2" index="7"> <TD class="string">DriverDate</TD> <TD class="string">20161211000000.000000-000</TD></TR> <TR class="b1" index="8"> <TD class="string">DriverVersion</TD> <TD class="string">21.21.13.7633</TD></TR> <TR class="b2" index="9"> <TD class="string">InfFilename</TD> <TD class="string">oem13.inf</TD></TR> <TR class="b1" index="10"> <TD class="string">InfSection</TD> <TD class="string">Section042</TD></TR> <TR class="b2" index="11"> <TD class="string">InstalledDisplayDrivers</TD> <TD class="string">nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um</TD></TR> <TR class="b1" index="12"> <TD class="string">Monochrome</TD> <TD class="string">0</TD></TR> <TR class="b2" index="13"> <TD class="string">Name</TD> <TD class="string">NVIDIA GeForce 610M</TD></TR> <TR class="b1" index="14"> <TD class="string">VideoArchitecture</TD> <TD class="string">5</TD></TR> <TR class="b2" index="15"> <TD class="string">VideoMemoryType</TD> <TD class="string">2</TD></TR> <TR class="b1" index="16"> <TD class="string">VideoProcessor</TD> <TD class="string">GeForce 610M</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3637)"> <DIV style="float: left;"><IMG id="e_c_3637" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_VideoController.DeviceID="VideoController2"</TD></TR> <TR id="c_3637" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3638" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3638);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3638);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AdapterCompatibility</TD> <TD class="string">Intel Corporation</TD></TR> <TR class="b1" index="2"> <TD class="string">AdapterDACType</TD> <TD class="string">Internal</TD></TR> <TR class="b2" index="3"> <TD class="string">AdapterRAM</TD> <TD class="string">-2084569088</TD></TR> <TR class="b1" index="4"> <TD class="string">Availability</TD> <TD class="string">3</TD></TR> <TR class="b2" index="5"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="6"> <TD class="string">CurrentBitsPerPixel</TD> <TD class="string">32</TD></TR> <TR class="b2" index="7"> <TD class="string">CurrentHorizontalResolution</TD> <TD class="string">1600</TD></TR> <TR class="b1" index="8"> <TD class="string">CurrentNumberOfColors</TD> <TD class="string">4294967296</TD></TR> <TR class="b2" index="9"> <TD class="string">CurrentNumberOfColumns</TD> <TD class="string">0</TD></TR> <TR class="b1" index="10"> <TD class="string">CurrentNumberOfRows</TD> <TD class="string">0</TD></TR> <TR class="b2" index="11"> <TD class="string">CurrentRefreshRate</TD> <TD class="string">60</TD></TR> <TR class="b1" index="12"> <TD class="string">CurrentScanMode</TD> <TD class="string">4</TD></TR> <TR class="b2" index="13"> <TD class="string">CurrentVerticalResolution</TD> <TD class="string">900</TD></TR> <TR class="b1" index="14"> <TD class="string">Description</TD> <TD class="string">Intel(R) HD Graphics</TD></TR> <TR class="b2" index="15"> <TD class="string">DitherType</TD> <TD class="string">0</TD></TR> <TR class="b1" index="16"> <TD class="string">DriverDate</TD> <TD class="string">20150528000000.000000-000</TD></TR> <TR class="b2" index="17"> <TD class="string">DriverVersion</TD> <TD class="string">9.17.10.4229</TD></TR> <TR class="b1" index="18"> <TD class="string">InfFilename</TD> <TD class="string">oem10.inf</TD></TR> <TR class="b2" index="19"> <TD class="string">InfSection</TD> <TD class="string">iSNBM0</TD></TR> <TR class="b1" index="20"> <TD class="string">InstalledDisplayDrivers</TD> <TD class="string">igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd32</TD></TR> <TR class="b2" index="21"> <TD class="string">MaxRefreshRate</TD> <TD class="string">60</TD></TR> <TR class="b1" index="22"> <TD class="string">MinRefreshRate</TD> <TD class="string">60</TD></TR> <TR class="b2" index="23"> <TD class="string">Monochrome</TD> <TD class="string">0</TD></TR> <TR class="b1" index="24"> <TD class="string">Name</TD> <TD class="string">Intel(R) HD Graphics</TD></TR> <TR class="b2" index="25"> <TD class="string">VideoArchitecture</TD> <TD class="string">5</TD></TR> <TR class="b1" index="26"> <TD class="string">VideoMemoryType</TD> <TD class="string">2</TD></TR> <TR class="b2" index="27"> <TD class="string">VideoModeDescription</TD> <TD class="string">1600 x 900 x 4294967296 couleurs</TD></TR> <TR class="b1" index="28"> <TD class="string">VideoProcessor</TD> <TD class="string">Intel(R) HD Graphics Family</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="463591252"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Classes Plug-And-Play<A style="cursor: help;" onmouseover="popup(popup_3668)" onmouseout="popup_3668.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95BD(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_3668" style="width: 300px;">La classe WMI Win32_PnPEntity représente les propriétés d un périphérique Plug and Play. Les entités Plug and Play sont présentées comme des entrées dans le Gestionnaire de périphériques du Panneau de configuration. Voir la documentation en ligne Microsoft pour obtenir les descriptions des champs individuels sous chacun des périphériques ci-dessous.</DIV></TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_3667" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_3667)" onchange="show(table_3667)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_3667" style="table-layout: auto;" showid="TablePlugAndPlay"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3667);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_3667);" colspan="1">Résultat de requête</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3669)"> <DIV style="float: left;"><IMG id="e_c_3669" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">root\cimv2:SELECT * FROM Win32_PNPEntity</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_3669" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3670" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_3670);" colspan="1">Objets renvoyés</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3671)"> <DIV style="float: left;"><IMG id="e_c_3671" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\VID_045E&amp;PID_0745\\6&amp;2138CDA&amp;0&amp;4"</TD></TR> <TR id="c_3671" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3672" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3672);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3672);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft Mouse and Keyboard Detection Driver (USB)</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft Mouse and Keyboard Detection Driver (USB)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3676)"> <DIV style="float: left;"><IMG id="e_c_3676" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C01\\1"</TD></TR> <TR id="c_3676" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3677" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3677);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3677);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">System board</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">System board</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3684)"> <DIV style="float: left;"><IMG id="e_c_3684" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C01\\2"</TD></TR> <TR id="c_3684" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3685" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3685);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3685);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">System board</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">System board</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3692)"> <DIV style="float: left;"><IMG id="e_c_3692" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C02\\1"</TD></TR> <TR id="c_3692" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3693" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3693);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3693);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3700)"> <DIV style="float: left;"><IMG id="e_c_3700" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C02\\2"</TD></TR> <TR id="c_3700" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3701" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3701);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3701);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3708)"> <DIV style="float: left;"><IMG id="e_c_3708" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C02\\9"</TD></TR> <TR id="c_3708" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3709" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3709);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3709);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3716)"> <DIV style="float: left;"><IMG id="e_c_3716" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C0A\\0"</TD></TR> <TR id="c_3716" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3717" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3717);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3717);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft ACPI-Compliant Control Method Battery</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft ACPI-Compliant Control Method Battery</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3721)"> <DIV style="float: left;"><IMG id="e_c_3721" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E2D&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;D0"</TD></TR> <TR id="c_3721" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3722" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3722);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3722);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="9"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3726)"> <DIV style="float: left;"><IMG id="e_c_3726" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="{5D624F94-8850-40C3-A3FA-A4FD2080BAF3}\\VWIFIMP_WFD\\5&amp;15A28F8E&amp;0&amp;01"</TD></TR> <TR id="c_3726" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3727" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3727);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3727);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Carte virtuelle directe Wi-Fi Microsoft</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Carte virtuelle directe Wi-Fi Microsoft</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="10"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3731)"> <DIV style="float: left;"><IMG id="e_c_3731" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\PRINTENUM\\PRINTQUEUES"</TD></TR> <TR id="c_3731" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3732" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3732);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3732);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Local Print Queue</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">File d attente d impression racine</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="11"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3736)"> <DIV style="float: left;"><IMG id="e_c_3736" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C09\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_3736" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3737" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3737);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3737);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft ACPI-Compliant Embedded Controller</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft ACPI-Compliant Embedded Controller</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="12"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3741)"> <DIV style="float: left;"><IMG id="e_c_3741" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HID\\VID_045E&amp;PID_0745&amp;MI_02&amp;COL03\\8&amp;268ADB29&amp;0&amp;0002"</TD></TR> <TR id="c_3741" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3742" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3742);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3742);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">HID-compliant vendor-defined device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">HID-compliant vendor-defined device</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="13"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3746)"> <DIV style="float: left;"><IMG id="e_c_3746" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\VOLMGR\\0000"</TD></TR> <TR id="c_3746" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3747" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3747);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3747);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Volume Manager</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Volume Manager</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="14"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3751)"> <DIV style="float: left;"><IMG id="e_c_3751" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0100\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_3751" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3752" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3752);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3752);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">System timer</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">System timer</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="15"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3759)"> <DIV style="float: left;"><IMG id="e_c_3759" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="STORAGE\\VOLUME\\{19EA4DB9-DFA5-11E6-824E-806E6F6E6963}#0000000022700000"</TD></TR> <TR id="c_3759" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3760" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3760);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3760);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic volume</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic volume</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="16"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3764)"> <DIV style="float: left;"><IMG id="e_c_3764" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="DISPLAY\\LGD02D1\\4&amp;27D7E383&amp;0&amp;UID67568640"</TD></TR> <TR id="c_3764" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3765" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3765);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3765);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic PnP Monitor</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic PnP Monitor</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="17"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3769)"> <DIV style="float: left;"><IMG id="e_c_3769" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\ETD0108\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_3769" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3770" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3770);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3770);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft PS/2 Mouse</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft PS/2 Mouse</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="18"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3774)"> <DIV style="float: left;"><IMG id="e_c_3774" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\BASICDISPLAY\\0000"</TD></TR> <TR id="c_3774" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3775" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3775);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3775);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft Basic Display Driver</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft Basic Display Driver</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="19"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3779)"> <DIV style="float: left;"><IMG id="e_c_3779" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\ATK3001\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_3779" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3780" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3780);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3780);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">PC/AT Enhanced PS/2 Keyboard (101/102-Key)</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">PC/AT Enhanced PS/2 Keyboard (101/102-Key)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="20"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3784)"> <DIV style="float: left;"><IMG id="e_c_3784" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\DAFUPNPPROVIDER\\UUID:3C6200F6-54AF-0000-14F4-3D21E4000001"</TD></TR> <TR id="c_3784" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3785" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3785);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3785);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic software device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Bbox</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="21"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3789)"> <DIV style="float: left;"><IMG id="e_c_3789" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\THERMALZONE\\THRM"</TD></TR> <TR id="c_3789" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3790" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3790);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3790);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">ACPI Thermal Zone</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">ACPI Thermal Zone</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="22"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3794)"> <DIV style="float: left;"><IMG id="e_c_3794" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C0E\\2&amp;DABA3FF&amp;2"</TD></TR> <TR id="c_3794" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3795" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3795);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3795);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">ACPI Sleep Button</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">ACPI Sleep Button</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="23"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3799)"> <DIV style="float: left;"><IMG id="e_c_3799" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\IP_TUNNEL_VBUS\\IP_TUNNEL_DEVICE_ROOT"</TD></TR> <TR id="c_3799" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3800" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3800);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3800);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic software device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft IPv4 IPv6 Transition Adapter Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="24"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3804)"> <DIV style="float: left;"><IMG id="e_c_3804" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\IP_TUNNEL_VBUS\\TEREDO_TUNNEL_DEVICE"</TD></TR> <TR id="c_3804" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3805" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3805);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3805);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft Teredo Tunneling Adapter</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="25"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3809)"> <DIV style="float: left;"><IMG id="e_c_3809" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E26&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;E8"</TD></TR> <TR id="c_3809" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3810" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3810);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3810);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="26"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3814)"> <DIV style="float: left;"><IMG id="e_c_3814" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0103\\0"</TD></TR> <TR id="c_3814" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3815" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3815);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3815);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">High precision event timer</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">High precision event timer</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="27"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3822)"> <DIV style="float: left;"><IMG id="e_c_3822" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\COMPOSITEBUS\\0000"</TD></TR> <TR id="c_3822" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3823" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3823);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3823);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Composite Bus Enumerator</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Composite Bus Enumerator</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="28"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3827)"> <DIV style="float: left;"><IMG id="e_c_3827" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\VDRVROOT\\0000"</TD></TR> <TR id="c_3827" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3828" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3828);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3828);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft Virtual Drive Enumerator</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft Virtual Drive Enumerator</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="29"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3832)"> <DIV style="float: left;"><IMG id="e_c_3832" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\IP_TUNNEL_VBUS\\ISATAP_0"</TD></TR> <TR id="c_3832" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3833" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3833);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3833);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Carte Microsoft ISATAP</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Carte Microsoft ISATAP</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="30"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3837)"> <DIV style="float: left;"><IMG id="e_c_3837" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\SPACEPORT\\0000"</TD></TR> <TR id="c_3837" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3838" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3838);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3838);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft Storage Spaces Controller</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft Storage Spaces Controller</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="31"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3842)"> <DIV style="float: left;"><IMG id="e_c_3842" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HID\\VID_045E&amp;PID_0745&amp;MI_02&amp;COL04\\8&amp;268ADB29&amp;0&amp;0003"</TD></TR> <TR id="c_3842" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3843" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3843);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3843);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">HID-compliant system controller</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">HID-compliant system controller</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="32"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3847)"> <DIV style="float: left;"><IMG id="e_c_3847" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HID\\VID_045E&amp;PID_0745&amp;MI_00\\8&amp;1A911545&amp;0&amp;0000"</TD></TR> <TR id="c_3847" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3848" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3848);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3848);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Wireless Keyboard Filter Device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Wireless Keyboard Filter Device</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="33"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3852)"> <DIV style="float: left;"><IMG id="e_c_3852" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\KDNIC\\0000"</TD></TR> <TR id="c_3852" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3853" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3853);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3853);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Carte réseau de débogage du noyau Microsoft</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Carte réseau de débogage du noyau Microsoft</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="34"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3857)"> <DIV style="float: left;"><IMG id="e_c_3857" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\PRINTENUM\\{D943D8D8-F7EB-4400-8EEE-A8CFF8C894B5}"</TD></TR> <TR id="c_3857" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3858" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3858);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3858);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Local Print Queue</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft XPS Document Writer</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="35"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3862)"> <DIV style="float: left;"><IMG id="e_c_3862" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT1"</TD></TR> <TR id="c_3862" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3863" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3863);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3863);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic volume shadow copy</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic volume shadow copy</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="36"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3867)"> <DIV style="float: left;"><IMG id="e_c_3867" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT2"</TD></TR> <TR id="c_3867" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3868" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3868);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3868);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic volume shadow copy</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic volume shadow copy</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="37"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3872)"> <DIV style="float: left;"><IMG id="e_c_3872" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT3"</TD></TR> <TR id="c_3872" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3873" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3873);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3873);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic volume shadow copy</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic volume shadow copy</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="38"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3877)"> <DIV style="float: left;"><IMG id="e_c_3877" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT4"</TD></TR> <TR id="c_3877" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3878" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3878);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3878);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic volume shadow copy</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic volume shadow copy</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="39"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3882)"> <DIV style="float: left;"><IMG id="e_c_3882" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT5"</TD></TR> <TR id="c_3882" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3883" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3883);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3883);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic volume shadow copy</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic volume shadow copy</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="40"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3887)"> <DIV style="float: left;"><IMG id="e_c_3887" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_168C&amp;DEV_0032&amp;SUBSYS_11861A3B&amp;REV_01\\4&amp;B151A23&amp;0&amp;00E1"</TD></TR> <TR id="c_3887" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3888" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3888);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3888);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="41"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3892)"> <DIV style="float: left;"><IMG id="e_c_3892" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\VID_8087&amp;PID_0024\\5&amp;78A5BD6&amp;0&amp;1"</TD></TR> <TR id="c_3892" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3893" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3893);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3893);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic USB Hub</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic USB Hub</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="42"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3897)"> <DIV style="float: left;"><IMG id="e_c_3897" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\ACPI0003\\3&amp;11583659&amp;0"</TD></TR> <TR id="c_3897" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3898" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3898);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3898);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft AC Adapter</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft AC Adapter</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="43"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3902)"> <DIV style="float: left;"><IMG id="e_c_3902" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C0D\\2&amp;DABA3FF&amp;2"</TD></TR> <TR id="c_3902" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3903" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3903);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3903);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">ACPI Lid</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">ACPI Lid</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="44"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3907)"> <DIV style="float: left;"><IMG id="e_c_3907" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="STORAGE\\VOLUME\\{19EA4DB9-DFA5-11E6-824E-806E6F6E6963}#000000001C300000"</TD></TR> <TR id="c_3907" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3908" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3908);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3908);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic volume</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic volume</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="45"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3912)"> <DIV style="float: left;"><IMG id="e_c_3912" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\VID_045E&amp;PID_0745&amp;MI_00\\7&amp;2F4FA43F&amp;0&amp;0000"</TD></TR> <TR id="c_3912" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3913" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3913);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3913);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Clavier USB Microsoft Hardware</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Clavier USB Microsoft Hardware</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="46"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3917)"> <DIV style="float: left;"><IMG id="e_c_3917" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SCSI\\DISK&amp;VEN_SAMSUNG&amp;PROD_HN-M500MBB\\4&amp;25DEEA54&amp;0&amp;000000"</TD></TR> <TR id="c_3917" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3918" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3918);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3918);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Disk drive</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">SAMSUNG HN-M500MBB</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="47"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3922)"> <DIV style="float: left;"><IMG id="e_c_3922" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="{C5A047D8-CB5B-40E9-B9E3-316AB06B5A18}\\WIRELESSKEYBOARDFILTER\\9&amp;E7A99F0&amp;0&amp;01"</TD></TR> <TR id="c_3922" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3923" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3923);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3923);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Wireless Device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Wireless Device</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="48"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3927)"> <DIV style="float: left;"><IMG id="e_c_3927" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\MMDEVAPI\\{0.0.0.00000000}.{53E26FF7-BA6E-44E0-B61F-E55B5FF40983}"</TD></TR> <TR id="c_3927" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3928" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3928);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3928);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Audio Endpoint</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Haut-parleurs (Périphérique High Definition Audio)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="49"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3932)"> <DIV style="float: left;"><IMG id="e_c_3932" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E16&amp;SUBSYS_14C71043&amp;REV_C4\\3&amp;11583659&amp;0&amp;E3"</TD></TR> <TR id="c_3932" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3933" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3933);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3933);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 4 - 1E16</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 4 - 1E16</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="50"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3937)"> <DIV style="float: left;"><IMG id="e_c_3937" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\UMBUS\\0000"</TD></TR> <TR id="c_3937" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3938" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3938);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3938);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">UMBus Root Bus Enumerator</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">UMBus Root Bus Enumerator</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="51"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3942)"> <DIV style="float: left;"><IMG id="e_c_3942" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\VID_8087&amp;PID_0024\\5&amp;2DA1C3BE&amp;0&amp;1"</TD></TR> <TR id="c_3942" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3943" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3943);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3943);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic USB Hub</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic USB Hub</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="52"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3947)"> <DIV style="float: left;"><IMG id="e_c_3947" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HID\\VID_045E&amp;PID_0745&amp;MI_01&amp;COL02\\8&amp;2CD8900&amp;0&amp;0001"</TD></TR> <TR id="c_3947" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3948" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3948);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3948);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">HID-compliant consumer control device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">HID-compliant consumer control device</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="53"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3952)"> <DIV style="float: left;"><IMG id="e_c_3952" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E20&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;D8"</TD></TR> <TR id="c_3952" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3953" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3953);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3953);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">High Definition Audio Controller</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">High Definition Audio Controller</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="54"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3957)"> <DIV style="float: left;"><IMG id="e_c_3957" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_10DE&amp;DEV_1058&amp;SUBSYS_21301043&amp;REV_A1\\4&amp;18734C92&amp;0&amp;0008"</TD></TR> <TR id="c_3957" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3958" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3958);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3958);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">NVIDIA GeForce 610M</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">NVIDIA GeForce 610M</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="55"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3962)"> <DIV style="float: left;"><IMG id="e_c_3962" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HDAUDIO\\FUNC_01&amp;VEN_1106&amp;DEV_8446&amp;SUBSYS_104314C7&amp;REV_1000\\4&amp;2CC4BD35&amp;0&amp;0001"</TD></TR> <TR id="c_3962" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3963" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3963);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3963);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Périphérique High Definition Audio</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Périphérique High Definition Audio</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="56"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3967)"> <DIV style="float: left;"><IMG id="e_c_3967" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HID\\VID_045E&amp;PID_0745&amp;MI_01&amp;COL01\\8&amp;2CD8900&amp;0&amp;0000"</TD></TR> <TR id="c_3967" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3968" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3968);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3968);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft USB Dual Receiver Wireless Mouse (Mouse and Keyboard Center)</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft USB Dual Receiver Wireless Mouse (Mouse and Keyboard Center)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="57"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3972)"> <DIV style="float: left;"><IMG id="e_c_3972" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\MSDAS\\{CE958E9A-424F-4C88-86F4-11314821E75A}"</TD></TR> <TR id="c_3972" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3973" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3973);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3973);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic software device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft Device Association Root Enumerator</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="58"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3977)"> <DIV style="float: left;"><IMG id="e_c_3977" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\ACPI_HAL\\0000"</TD></TR> <TR id="c_3977" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3978" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3978);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3978);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">ACPI x64-based PC</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">ACPI x64-based PC</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="59"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3982)"> <DIV style="float: left;"><IMG id="e_c_3982" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0B00\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_3982" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3983" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3983);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3983);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">System CMOS/real time clock</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">System CMOS/real time clock</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="60"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3987)"> <DIV style="float: left;"><IMG id="e_c_3987" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C14\\ATK"</TD></TR> <TR id="c_3987" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3988" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3988);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3988);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft Windows Management Interface for ACPI</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft Windows Management Interface for ACPI</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="61"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3992)"> <DIV style="float: left;"><IMG id="e_c_3992" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0A08\\0"</TD></TR> <TR id="c_3992" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3993" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3993);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3993);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">PCI Express Root Complex</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">PCI Express Root Complex</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="62"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_3997)"> <DIV style="float: left;"><IMG id="e_c_3997" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E31&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;A0"</TD></TR> <TR id="c_3997" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_3998" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_3998);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_3998);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB xHCI Compliant Host Controller</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Contrôleur hôte Intel(R) USB&nbsp;3.0 eXtensible&nbsp;-&nbsp;0100 (Microsoft)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="63"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4002)"> <DIV style="float: left;"><IMG id="e_c_4002" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E03&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;FA"</TD></TR> <TR id="c_4002" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4003" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4003);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4003);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series Chipset Family SATA AHCI Controller</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series Chipset Family SATA AHCI Controller</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="64"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4007)"> <DIV style="float: left;"><IMG id="e_c_4007" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0000\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_4007" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4008" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4008);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4008);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Programmable interrupt controller</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Programmable interrupt controller</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="65"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4015)"> <DIV style="float: left;"><IMG id="e_c_4015" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI_HAL\\PNP0C08\\0"</TD></TR> <TR id="c_4015" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4016" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4016);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4016);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft ACPI-Compliant System</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft ACPI-Compliant System</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="66"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4020)"> <DIV style="float: left;"><IMG id="e_c_4020" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HTREE\\ROOT\\0"</TD></TR> <TR id="c_4020" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4021" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4021);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4021);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="67"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4023)"> <DIV style="float: left;"><IMG id="e_c_4023" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\BASICRENDER\\0000"</TD></TR> <TR id="c_4023" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4024" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4024);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4024);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft Basic Render Driver</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft Basic Render Driver</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="68"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4028)"> <DIV style="float: left;"><IMG id="e_c_4028" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\PRINTENUM\\{9D7DBACD-D102-4149-B2DB-FFEC94371EAB}"</TD></TR> <TR id="c_4028" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4029" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4029);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4029);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Local Print Queue</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Fax</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="69"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4033)"> <DIV style="float: left;"><IMG id="e_c_4033" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\VID_045E&amp;PID_0745&amp;MI_01\\7&amp;2F4FA43F&amp;0&amp;0001"</TD></TR> <TR id="c_4033" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4034" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4034);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4034);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Souris USB Microsoft Hardware</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Souris USB Microsoft Hardware</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="70"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4038)"> <DIV style="float: left;"><IMG id="e_c_4038" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E3A&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;B0"</TD></TR> <TR id="c_4038" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4039" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4039);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4039);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) Management Engine Interface </TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) Management Engine Interface </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="71"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4043)"> <DIV style="float: left;"><IMG id="e_c_4043" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\INT3F0D\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_4043" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4044" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4044);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4044);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="72"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4051)"> <DIV style="float: left;"><IMG id="e_c_4051" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_42_-__________INTEL(R)_PENTIUM(R)_CPU_B980_@_2.40GHZ\\_1"</TD></TR> <TR id="c_4051" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4052" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4052);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4052);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel Processor</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) Pentium(R) CPU B980 @ 2.40GHz</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="73"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4056)"> <DIV style="float: left;"><IMG id="e_c_4056" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_42_-__________INTEL(R)_PENTIUM(R)_CPU_B980_@_2.40GHZ\\_2"</TD></TR> <TR id="c_4056" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4057" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4057);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4057);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel Processor</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) Pentium(R) CPU B980 @ 2.40GHz</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="74"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4061)"> <DIV style="float: left;"><IMG id="e_c_4061" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\FIXEDBUTTON\\2&amp;DABA3FF&amp;2"</TD></TR> <TR id="c_4061" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4062" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4062);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4062);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">ACPI Fixed Feature Button</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">ACPI Fixed Feature Button</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="75"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4066)"> <DIV style="float: left;"><IMG id="e_c_4066" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0200\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_4066" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4067" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4067);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4067);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Direct memory access controller</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Direct memory access controller</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="76"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4074)"> <DIV style="float: left;"><IMG id="e_c_4074" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E10&amp;SUBSYS_14C71043&amp;REV_C4\\3&amp;11583659&amp;0&amp;E0"</TD></TR> <TR id="c_4074" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4075" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4075);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4075);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 1 - 1E10</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 1 - 1E10</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="77"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4079)"> <DIV style="float: left;"><IMG id="e_c_4079" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C02\\10"</TD></TR> <TR id="c_4079" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4080" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4080);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4080);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="78"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4087)"> <DIV style="float: left;"><IMG id="e_c_4087" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="STORAGE\\VOLUME\\{19EA4DB9-DFA5-11E6-824E-806E6F6E6963}#0000000000100000"</TD></TR> <TR id="c_4087" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4088" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4088);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4088);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic volume</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic volume</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="79"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4092)"> <DIV style="float: left;"><IMG id="e_c_4092" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HID\\VID_045E&amp;PID_0745&amp;MI_02&amp;COL01\\8&amp;268ADB29&amp;0&amp;0000"</TD></TR> <TR id="c_4092" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4093" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4093);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4093);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">HID-compliant consumer control device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">HID-compliant consumer control device</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="80"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4097)"> <DIV style="float: left;"><IMG id="e_c_4097" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C14\\MXM2"</TD></TR> <TR id="c_4097" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4098" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4098);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4098);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft Windows Management Interface for ACPI</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft Windows Management Interface for ACPI</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="81"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4102)"> <DIV style="float: left;"><IMG id="e_c_4102" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\ATK4001\\2&amp;DABA3FF&amp;2"</TD></TR> <TR id="c_4102" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4103" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4103);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4103);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">ASUS Wireless Radio Control</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">ASUS Wireless Radio Control</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="82"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4107)"> <DIV style="float: left;"><IMG id="e_c_4107" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E22&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;FB"</TD></TR> <TR id="c_4107" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4108" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4108);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4108);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family SMBus Host Controller - 1E22</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">Intel</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family SMBus Host Controller - 1E22</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="83"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4115)"> <DIV style="float: left;"><IMG id="e_c_4115" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HDAUDIO\\FUNC_01&amp;VEN_8086&amp;DEV_2806&amp;SUBSYS_80860101&amp;REV_1000\\4&amp;2CC4BD35&amp;0&amp;0301"</TD></TR> <TR id="c_4115" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4116" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4116);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4116);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Périphérique High Definition Audio</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Périphérique High Definition Audio</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="84"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4120)"> <DIV style="float: left;"><IMG id="e_c_4120" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\UNNAMED_DEVICE\\0000"</TD></TR> <TR id="c_4120" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4121" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4121);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4121);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">NVIDIA Virtual Audio Device (Wave Extensible) (WDM)</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">NVIDIA Virtual Audio Device (Wave Extensible) (WDM)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="85"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4125)"> <DIV style="float: left;"><IMG id="e_c_4125" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_0104&amp;SUBSYS_14C71043&amp;REV_09\\3&amp;11583659&amp;0&amp;00"</TD></TR> <TR id="c_4125" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4126" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4126);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4126);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">2nd Generation Intel(R) Core(TM) Processor Family DRAM Controller - 0104</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">2nd Generation Intel(R) Core(TM) Processor Family DRAM Controller - 0104</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="86"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4130)"> <DIV style="float: left;"><IMG id="e_c_4130" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\ROOT_HUB20\\4&amp;746C3A8&amp;0"</TD></TR> <TR id="c_4130" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4131" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4131);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4131);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB Root Hub</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">USB Root Hub</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="87"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4135)"> <DIV style="float: left;"><IMG id="e_c_4135" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_1969&amp;DEV_1091&amp;SUBSYS_14C71043&amp;REV_10\\4&amp;22EBC708&amp;0&amp;00E3"</TD></TR> <TR id="c_4135" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4136" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4136);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4136);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller (NDIS 6.30)</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller (NDIS 6.30)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="88"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4140)"> <DIV style="float: left;"><IMG id="e_c_4140" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\VID_045E&amp;PID_0745&amp;MI_02\\7&amp;2F4FA43F&amp;0&amp;0002"</TD></TR> <TR id="c_4140" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4141" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4141);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4141);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB Input Device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">USB Input Device</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="89"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4145)"> <DIV style="float: left;"><IMG id="e_c_4145" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\NDISVIRTUALBUS\\0000"</TD></TR> <TR id="c_4145" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4146" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4146);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4146);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">NDIS Virtual Network Adapter Enumerator</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">NDIS Virtual Network Adapter Enumerator</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="90"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4150)"> <DIV style="float: left;"><IMG id="e_c_4150" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\ROOT_HUB30\\4&amp;1B008C11&amp;0&amp;0"</TD></TR> <TR id="c_4150" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4151" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4151);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4151);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB Root Hub (xHCI)</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">USB Root Hub (xHCI)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="91"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4155)"> <DIV style="float: left;"><IMG id="e_c_4155" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\PNP0C04\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_4155" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4156" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4156);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4156);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Numeric data processor</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Numeric data processor</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="92"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4163)"> <DIV style="float: left;"><IMG id="e_c_4163" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_0101&amp;SUBSYS_14C71043&amp;REV_09\\3&amp;11583659&amp;0&amp;08"</TD></TR> <TR id="c_4163" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4164" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4164);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4164);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Xeon E3-1200/2nd Generation Intel(R) Core(TM) Processor Family PCI Express Root Port - 0101</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Xeon E3-1200/2nd Generation Intel(R) Core(TM) Processor Family PCI Express Root Port - 0101</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="93"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4168)"> <DIV style="float: left;"><IMG id="e_c_4168" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\DAFUPNPPROVIDER\\UUID:56076F6E-6B79-4D65-6435-3C6200F654B0"</TD></TR> <TR id="c_4168" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4169" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4169);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4169);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic software device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">BboxTV</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="94"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4173)"> <DIV style="float: left;"><IMG id="e_c_4173" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\ROOT_HUB20\\4&amp;396083A5&amp;0"</TD></TR> <TR id="c_4173" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4174" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4174);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4174);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB Root Hub</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">USB Root Hub</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="95"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4178)"> <DIV style="float: left;"><IMG id="e_c_4178" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HID\\VID_045E&amp;PID_0745&amp;MI_02&amp;COL02\\8&amp;268ADB29&amp;0&amp;0001"</TD></TR> <TR id="c_4178" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4179" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4179);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4179);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">HID-compliant consumer control device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">HID-compliant consumer control device</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="96"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4183)"> <DIV style="float: left;"><IMG id="e_c_4183" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\VID_1BCF&amp;PID_2883\\6&amp;2B8543D9&amp;0&amp;3"</TD></TR> <TR id="c_4183" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4184" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4184);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4184);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">USB Composite Device</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">USB Composite Device</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="97"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4188)"> <DIV style="float: left;"><IMG id="e_c_4188" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\MSSMBIOS\\0000"</TD></TR> <TR id="c_4188" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4189" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4189);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4189);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Microsoft System Management BIOS Driver</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microsoft System Management BIOS Driver</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="98"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4193)"> <DIV style="float: left;"><IMG id="e_c_4193" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\INT340E\\2&amp;DABA3FF&amp;2"</TD></TR> <TR id="c_4193" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4194" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4194);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4194);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">(Standard system devices)</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Motherboard resources</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="99"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4201)"> <DIV style="float: left;"><IMG id="e_c_4201" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SWD\\MMDEVAPI\\{0.0.1.00000000}.{68E3EFAA-1F83-4926-84FF-6BF9E234BCD9}"</TD></TR> <TR id="c_4201" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4202" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4202);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4202);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Audio Endpoint</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Microphone (Périphérique High Definition Audio)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="100"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4206)"> <DIV style="float: left;"><IMG id="e_c_4206" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E12&amp;SUBSYS_14C71043&amp;REV_C4\\3&amp;11583659&amp;0&amp;E1"</TD></TR> <TR id="c_4206" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4207" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4207);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4207);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 2 - 1E12</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 2 - 1E12</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="101"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4211)"> <DIV style="float: left;"><IMG id="e_c_4211" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_1E5E&amp;SUBSYS_14C71043&amp;REV_04\\3&amp;11583659&amp;0&amp;F8"</TD></TR> <TR id="c_4211" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4212" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4212);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4212);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) HM70 Express Chipset LPC Controller - 1E5E</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) HM70 Express Chipset LPC Controller - 1E5E</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="102"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4216)"> <DIV style="float: left;"><IMG id="e_c_4216" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="USB\\VID_1BCF&amp;PID_2883&amp;MI_00\\7&amp;27E71C76&amp;0&amp;0000"</TD></TR> <TR id="c_4216" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4217" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4217);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4217);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Périphérique vidéo USB</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">ASUS USB2.0 Webcam</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="103"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4221)"> <DIV style="float: left;"><IMG id="e_c_4221" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\SYSTEM\\0000"</TD></TR> <TR id="c_4221" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4222" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4222);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4222);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Plug and Play Software Device Enumerator</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Plug and Play Software Device Enumerator</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="104"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4226)"> <DIV style="float: left;"><IMG id="e_c_4226" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ROOT\\RDPBUS\\0000"</TD></TR> <TR id="c_4226" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4227" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4227);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4227);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Remote Desktop Device Redirector Bus</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Remote Desktop Device Redirector Bus</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="105"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4231)"> <DIV style="float: left;"><IMG id="e_c_4231" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="HID\\ATK4001\\3&amp;2B9532E0&amp;0&amp;0000"</TD></TR> <TR id="c_4231" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4232" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4232);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4232);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">HID-compliant wireless radio controls</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">HID-compliant wireless radio controls</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="106"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4236)"> <DIV style="float: left;"><IMG id="e_c_4236" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="STORAGE\\VOLUME\\{19EA4DB9-DFA5-11E6-824E-806E6F6E6963}#0000000023700000"</TD></TR> <TR id="c_4236" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4237" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4237);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4237);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Generic volume</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Generic volume</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="107"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4241)"> <DIV style="float: left;"><IMG id="e_c_4241" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="ACPI\\INT0800\\4&amp;258130EB&amp;0"</TD></TR> <TR id="c_4241" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4242" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4242);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4242);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">ConfigManagerUserConfig</TD> <TD class="string">0</TD></TR> <TR class="b2" index="3"> <TD class="string">Description</TD> <TD class="string">Intel(R) 82802 Firmware Hub Device</TD></TR> <TR class="b1" index="4"> <TD class="string">Manufacturer</TD> <TD class="string">Intel</TD></TR> <TR class="b2" index="5"> <TD class="string">Name</TD> <TD class="string">Intel(R) 82802 Firmware Hub Device</TD></TR> <TR class="b1" index="6"> <TD class="string">Status</TD> <TD class="string"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="108"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4249)"> <DIV style="float: left;"><IMG id="e_c_4249" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="SCSI\\CDROM&amp;VEN_MATSHITA&amp;PROD_DVD-RAM_UJ8C0\\4&amp;25DEEA54&amp;0&amp;020000"</TD></TR> <TR id="c_4249" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4250" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4250);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4250);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">CD-ROM Drive</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">MATSHITA DVD-RAM UJ8C0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="109"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4254)"> <DIV style="float: left;"><IMG id="e_c_4254" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">Win32_PnPEntity.DeviceID="PCI\\VEN_8086&amp;DEV_0106&amp;SUBSYS_14C71043&amp;REV_09\\3&amp;11583659&amp;0&amp;10"</TD></TR> <TR id="c_4254" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4255" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4255);" colspan="1">Propriété</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4255);" colspan="1">Valeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">ConfigManagerErrorCode</TD> <TD class="string">0</TD></TR> <TR class="b1" index="2"> <TD class="string">Description</TD> <TD class="string">Intel(R) HD Graphics</TD></TR> <TR class="b2" index="3"> <TD class="string">Name</TD> <TD class="string">Intel(R) HD Graphics</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV> <DIV class="title-bar" onclick="folder(c_4259)"> <TABLE class="layout"> <TBODY> <TR> <TD width="400" class="h1">Processeur</TD> <TD><A style="text-decoration: none; cursor: hand;" onclick="showTOC()"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res956A(1).tmp" border="0"></DIV></A></TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="float: right;"> <DIV style="float: left;"><IMG id="e_c_4259" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_4259" expandable="1"> <DIV class="topic-bar" onclick="folder(c_281605297673693080)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Processus</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_281605297673693080" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_281605297673693080" expandable="1"><A name="862512221"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Statistiques d images</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4260" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4260)" onchange="show(table_4260)" type="text" size="3" value="3">sur&nbsp;&nbsp;64</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4260" style="table-layout: auto;" showid="imageStats"> <THEAD style="display: table-header-group;"> <TR> <TH colspan="3"></TH> <TH class="span" colspan="2">Threads</TH> <TH colspan="3"></TH></TR> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_4260);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4260);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4260);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4260);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4260);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4260);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4260);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4261)"> <DIV style="float: left;"><IMG id="e_c_4261" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (netsvcs)</TD> <TD class="string">948</TD> <TD width="8%" class="number">108</TD> <TD width="8%" class="number">27</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">46.8</TD> <TD width="8%" class="number">46.9</TD></TR> <TR id="c_4261" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4262" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4262);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4262);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4262);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4262);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4262);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4262);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">wuauserv</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">46.6</TD> <TD width="8%" class="number">46.6</TD></TR> <TR class="b1" index="2"> <TD class="string">ProfSvc</TD> <TD width="8%" class="number">38</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0.1</TD></TR> <TR class="b2" index="3"> <TD class="string">MMCSS</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="4"> <TD class="string">Schedule</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="5"> <TD class="string">iphlpsvc</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="6"> <TD class="string">Browser</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="7"> <TD class="string">DsmSvc</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="8"> <TD class="string">LanmanServer</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="9"> <TD class="string">Winmgmt</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="10"> <TD class="string">ShellHWDetection</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="11"> <TD class="string">Themes</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD></TD> <TD class="string">Idle</TD> <TD class="string">0</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">39.9</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">39.9</TD></TR> <TR id="c_4274" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4275" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4275);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4275);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4275);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4275);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4275);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4275);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD></TD> <TD class="string">firefox.exe</TD> <TD class="string">3880</TD> <TD width="8%" class="number">50</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">0.4</TD> <TD width="8%" class="number">1.8</TD> <TD width="8%" class="number">2.2</TD></TR> <TR id="c_4276" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4277" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4277);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4277);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4277);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4277);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4277);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4277);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4278)"> <DIV style="float: left;"><IMG id="e_c_4278" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">MBAMService.exe</TD> <TD class="string">1944</TD> <TD width="8%" class="number">79</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">1.6</TD> <TD width="8%" class="number">1.7</TD></TR> <TR id="c_4278" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4279" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4279);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4279);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4279);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4279);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4279);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4279);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">MBAMService</TD> <TD width="8%" class="number">76</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">1.6</TD> <TD width="8%" class="number">1.7</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD></TD> <TD class="string">explorer.exe</TD> <TD class="string">1220</TD> <TD width="8%" class="number">55</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">0.8</TD> <TD width="8%" class="number">1.0</TD></TR> <TR id="c_4281" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4282" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4282);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4282);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4282);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4282);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4282);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4282);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD></TD> <TD class="string">System</TD> <TD class="string">4</TD> <TD width="8%" class="number">167</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">1.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1.0</TD></TR> <TR id="c_4283" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4284" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4284);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4284);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4284);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4284);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4284);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4284);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD></TD> <TD class="string">dwm.exe</TD> <TD class="string">796</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">5</TD> <TD width="8%" class="number">0.4</TD> <TD width="8%" class="number">0.3</TD> <TD width="8%" class="number">0.7</TD></TR> <TR id="c_4285" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4286" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4286);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4286);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4286);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4286);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4286);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4286);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD></TD> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">45</TD> <TD width="8%" class="number">30</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">0.3</TD> <TD width="8%" class="number">0.5</TD></TR> <TR id="c_4287" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4288" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4288);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4288);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4288);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4288);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4288);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4288);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="9"> <TD></TD> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">2036</TD> <TD width="8%" class="number">29</TD> <TD width="8%" class="number">17</TD> <TD width="8%" class="number">0.4</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0.5</TD></TR> <TR id="c_4289" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4290" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4290);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4290);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4290);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4290);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4290);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4290);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="10"> <TD></TD> <TD class="string">services.exe</TD> <TD class="string">544</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0.3</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.3</TD></TR> <TR id="c_4291" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4292" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4292);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4292);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4292);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4292);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4292);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4292);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="11"> <TD></TD> <TD class="string">nvxdsync.exe</TD> <TD class="string">908</TD> <TD width="8%" class="number">20</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.2</TD></TR> <TR id="c_4293" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4294" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4294);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4294);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4294);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4294);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4294);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4294);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="12"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4295)"> <DIV style="float: left;"><IMG id="e_c_4295" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (LocalSystemNetworkRestricted)</TD> <TD class="string">540</TD> <TD width="8%" class="number">33</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0.2</TD></TR> <TR id="c_4295" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4296" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4296);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4296);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4296);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4296);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4296);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4296);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">SysMain</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0.2</TD></TR> <TR class="b1" index="2"> <TD class="string">HomeGroupListener</TD> <TD width="8%" class="number">10</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="3"> <TD class="string">wudfsvc</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="4"> <TD class="string">hidserv</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="5"> <TD class="string">PcaSvc</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="6"> <TD class="string">WlanSvc</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="7"> <TD class="string">AudioEndpointBuilder</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="13"> <TD></TD> <TD class="string">consent.exe</TD> <TD class="string">2676</TD> <TD width="8%" class="number">10</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.1</TD></TR> <TR id="c_4304" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4305" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4305);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4305);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4305);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4305);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4305);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4305);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="14"> <TD></TD> <TD class="string">ipoint.exe</TD> <TD class="string">1328</TD> <TD width="8%" class="number">8</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.1</TD></TR> <TR id="c_4306" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4307" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4307);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4307);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4307);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4307);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4307);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4307);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="15"> <TD></TD> <TD class="string">csrss.exe</TD> <TD class="string">500</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.1</TD></TR> <TR id="c_4308" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4309" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4309);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4309);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4309);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4309);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4309);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4309);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="16"> <TD></TD> <TD class="string">itype.exe</TD> <TD class="string">1348</TD> <TD width="8%" class="number">8</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.1</TD></TR> <TR id="c_4310" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4311" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4311);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4311);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4311);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4311);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4311);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4311);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="17"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4312)"> <DIV style="float: left;"><IMG id="e_c_4312" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (LocalServiceNetworkRestricted)</TD> <TD class="string">900</TD> <TD width="8%" class="number">29</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4312" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4313" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4313);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4313);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4313);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4313);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4313);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4313);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">EventLog</TD> <TD width="8%" class="number">5</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="2"> <TD class="string">Audiosrv</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="3"> <TD class="string">Dhcp</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="4"> <TD class="string">HomeGroupProvider</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="5"> <TD class="string">wscsvc</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="6"> <TD class="string">Wcmsvc</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="7"> <TD class="string">lmhosts</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="18"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4321)"> <DIV style="float: left;"><IMG id="e_c_4321" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (RPCSS)</TD> <TD class="string">644</TD> <TD width="8%" class="number">26</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4321" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4322" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4322);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4322);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4322);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4322);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4322);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4322);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">RpcEptMapper</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="2"> <TD class="string">RpcSs</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="19"> <TD></TD> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">3996</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4325" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4326" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4326);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4326);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4326);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4326);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4326);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4326);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="20"> <TD></TD> <TD class="string">csrss.exe</TD> <TD class="string">416</TD> <TD width="8%" class="number">8</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4327" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4328" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4328);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4328);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4328);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4328);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4328);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4328);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="21"> <TD></TD> <TD class="string">nvtray.exe</TD> <TD class="string">2908</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4329" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4330" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4330);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4330);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4330);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4330);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4330);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4330);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="22"> <TD></TD> <TD class="string">nvtray.exe</TD> <TD class="string">3788</TD> <TD width="8%" class="number">13</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4331" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4332" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4332);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4332);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4332);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4332);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4332);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4332);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="23"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4333)"> <DIV style="float: left;"><IMG id="e_c_4333" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (LocalService)</TD> <TD class="string">68</TD> <TD width="8%" class="number">19</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4333" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4334" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4334);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4334);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4334);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4334);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4334);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4334);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">WdiServiceHost</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="2"> <TD class="string">netprofm</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="3"> <TD class="string">EventSystem</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="4"> <TD class="string">FontCache</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="24"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4339)"> <DIV style="float: left;"><IMG id="e_c_4339" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (LocalServicePeerNet)</TD> <TD class="string">2552</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4339" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4340" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4340);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4340);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4340);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4340);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4340);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4340);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">PNRPsvc</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="25"> <TD></TD> <TD class="string">cmd.exe</TD> <TD class="string">4408</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4342" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4343" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4343);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4343);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4343);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4343);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4343);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4343);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="26"> <TD></TD> <TD class="string">lsass.exe</TD> <TD class="string">552</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4344" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4345" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4345);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4345);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4345);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4345);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4345);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4345);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="27"> <TD></TD> <TD class="string">NVDisplay.Container.exe</TD> <TD class="string">816</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4346" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4347" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4347);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4347);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4347);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4347);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4347);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4347);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="28"> <TD></TD> <TD class="string">nvtray.exe</TD> <TD class="string">1152</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4348" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4349" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4349);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4349);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4349);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4349);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4349);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4349);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="29"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4350)"> <DIV style="float: left;"><IMG id="e_c_4350" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">SearchIndexer.exe</TD> <TD class="string">3856</TD> <TD width="8%" class="number">13</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4350" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4351" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4351);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4351);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4351);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4351);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4351);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4351);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">WSearch</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="30"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4353)"> <DIV style="float: left;"><IMG id="e_c_4353" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">spoolsv.exe</TD> <TD class="string">1276</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4353" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4354" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4354);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4354);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4354);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4354);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4354);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4354);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Spooler</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="31"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4356)"> <DIV style="float: left;"><IMG id="e_c_4356" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">armsvc.exe</TD> <TD class="string">1592</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4356" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4357" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4357);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4357);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4357);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4357);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4357);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4357);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AdobeARMservice</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="32"> <TD></TD> <TD class="string">audiodg.exe</TD> <TD class="string">4852</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4359" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4360" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4360);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4360);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4360);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4360);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4360);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4360);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="33"> <TD></TD> <TD class="string">conhost.exe</TD> <TD class="string">2932</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4361" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4362" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4362);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4362);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4362);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4362);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4362);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4362);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="34"> <TD></TD> <TD class="string">conhost.exe</TD> <TD class="string">2032</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4363" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4364" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4364);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4364);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4364);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4364);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4364);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4364);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="35"> <TD></TD> <TD class="string">dasHost.exe</TD> <TD class="string">1712</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4365" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4366" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4366);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4366);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4366);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4366);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4366);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4366);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="36"> <TD></TD> <TD class="string">dllhost.exe</TD> <TD class="string">3564</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4367" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4368" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4368);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4368);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4368);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4368);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4368);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4368);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="37"> <TD></TD> <TD class="string">dllhost.exe</TD> <TD class="string">3776</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4369" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4370" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4370);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4370);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4370);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4370);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4370);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4370);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="38"> <TD></TD> <TD class="string">hkcmd.exe</TD> <TD class="string">4060</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4371" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4372" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4372);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4372);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4372);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4372);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4372);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4372);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="39"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4373)"> <DIV style="float: left;"><IMG id="e_c_4373" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">IAStorDataMgrSvc.exe</TD> <TD class="string">2316</TD> <TD width="8%" class="number">5</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4373" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4374" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4374);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4374);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4374);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4374);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4374);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4374);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">IAStorDataMgrSvc</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="40"> <TD></TD> <TD class="string">IAStorIcon.exe</TD> <TD class="string">1612</TD> <TD width="8%" class="number">5</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4376" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4377" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4377);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4377);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4377);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4377);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4377);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4377);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="41"> <TD></TD> <TD class="string">igfxpers.exe</TD> <TD class="string">848</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4378" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4379" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4379);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4379);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4379);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4379);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4379);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4379);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="42"> <TD></TD> <TD class="string">igfxtray.exe</TD> <TD class="string">4016</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4380" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4381" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4381);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4381);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4381);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4381);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4381);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4381);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="43"> <TD></TD> <TD class="string">jusched.exe</TD> <TD class="string">4584</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4382" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4383" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4383);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4383);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4383);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4383);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4383);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4383);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="44"> <TD></TD> <TD class="string">mbamtray.exe</TD> <TD class="string">2116</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4384" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4385" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4385);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4385);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4385);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4385);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4385);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4385);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="45"> <TD></TD> <TD class="string">nvcontainer.exe</TD> <TD class="string">2196</TD> <TD width="8%" class="number">25</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4386" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4387" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4387);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4387);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4387);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4387);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4387);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4387);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="46"> <TD></TD> <TD class="string">nvcontainer.exe</TD> <TD class="string">1692</TD> <TD width="8%" class="number">18</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4388" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4389" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4389);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4389);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4389);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4389);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4389);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4389);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="47"> <TD></TD> <TD class="string">NVIDIA Web Helper.exe</TD> <TD class="string">1964</TD> <TD width="8%" class="number">18</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4390" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4391" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4391);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4391);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4391);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4391);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4391);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4391);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="48"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4392)"> <DIV style="float: left;"><IMG id="e_c_4392" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">nvwirelesscontroller.exe</TD> <TD class="string">1808</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4392" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4393" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4393);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4393);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4393);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4393);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4393);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4393);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">NVIDIA Wireless Controller Service</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="49"> <TD></TD> <TD class="string">perfmon.exe</TD> <TD class="string">4172</TD> <TD width="8%" class="number">18</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4395" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4396" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4396);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4396);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4396);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4396);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4396);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4396);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="50"> <TD></TD> <TD class="string">smss.exe</TD> <TD class="string">288</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4397" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4398" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4398);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4398);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4398);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4398);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4398);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4398);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="51"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4399)"> <DIV style="float: left;"><IMG id="e_c_4399" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (DcomLaunch)</TD> <TD class="string">604</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4399" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4400" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4400);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4400);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4400);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4400);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4400);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4400);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">SystemEventsBroker</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="2"> <TD class="string">LSM</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="52"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4403)"> <DIV style="float: left;"><IMG id="e_c_4403" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (LocalServiceAndNoImpersonation)</TD> <TD class="string">2276</TD> <TD width="8%" class="number">18</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4403" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4404" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4404);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4404);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4404);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4404);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4404);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4404);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">SSDPSRV</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="2"> <TD class="string">upnphost</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="3"> <TD class="string">FDResPub</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="53"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4408)"> <DIV style="float: left;"><IMG id="e_c_4408" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (LocalServiceNoNetwork)</TD> <TD class="string">1384</TD> <TD width="8%" class="number">22</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4408" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4409" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4409);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4409);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4409);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4409);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4409);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4409);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">MpsSvc</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="2"> <TD class="string">DPS</TD> <TD width="8%" class="number">8</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="3"> <TD class="string">BFE</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="54"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4413)"> <DIV style="float: left;"><IMG id="e_c_4413" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (NetworkService)</TD> <TD class="string">1076</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4413" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4414" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4414);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4414);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4414);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4414);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4414);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4414);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">CryptSvc</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="2"> <TD class="string">Dnscache</TD> <TD width="8%" class="number">5</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="3"> <TD class="string">NlaSvc</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="4"> <TD class="string">LanmanWorkstation</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="55"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4419)"> <DIV style="float: left;"><IMG id="e_c_4419" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe (wsappx)</TD> <TD class="string">3156</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4419" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4420" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4420);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4420);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4420);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4420);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4420);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4420);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">AppXSvc</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="56"> <TD></TD> <TD class="string">SystemSettings.exe</TD> <TD class="string">4992</TD> <TD width="8%" class="number">23</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4422" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4423" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4423);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4423);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4423);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4423);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4423);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4423);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="57"> <TD></TD> <TD class="string">taskhost.exe</TD> <TD class="string">2948</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4424" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4425" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4425);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4425);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4425);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4425);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4425);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4425);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="58"> <TD></TD> <TD class="string">taskhostex.exe</TD> <TD class="string">1360</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4426" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4427" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4427);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4427);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4427);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4427);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4427);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4427);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="59"> <TD></TD> <TD class="string">unchecky_bg.exe</TD> <TD class="string">1956</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4428" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4429" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4429);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4429);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4429);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4429);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4429);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4429);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="60"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4430)"> <DIV style="float: left;"><IMG id="e_c_4430" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">unchecky_svc.exe</TD> <TD class="string">1916</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4430" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4431" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4431);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4431);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4431);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4431);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4431);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4431);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Unchecky</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="61"> <TD></TD> <TD class="string">wininit.exe</TD> <TD class="string">492</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4433" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4434" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4434);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4434);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4434);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4434);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4434);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4434);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="62"> <TD></TD> <TD class="string">winlogon.exe</TD> <TD class="string">720</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4435" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4436" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4436);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4436);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4436);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4436);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4436);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4436);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="63"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4437)"> <DIV style="float: left;"><IMG id="e_c_4437" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">wmpnetwk.exe</TD> <TD class="string">2896</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4437" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4438" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4438);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4438);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4438);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4438);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4438);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4438);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">WMPNetworkSvc</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="64"> <TD></TD> <TD class="string">WUDFHost.exe</TD> <TD class="string">2344</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4440" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4441" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4441);" colspan="1">Service</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4441);" colspan="1">Lancés</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4441);" colspan="1">Utilisé</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4441);" colspan="1">Pourcentage UC noyau</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4441);" colspan="1">Pourcentage UC utilisateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4441);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY mode="child"></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY> <TFOOT> <TR> <TD width="1%"></TD> <TD class="string"></TD> <TD class="string"></TD> <TD class="number" style="border-top-color: black; border-top-width: 1px; border-top-style: solid;">1076</TD> <TD class="number" style="border-top-color: black; border-top-width: 1px; border-top-style: solid;">152</TD> <TD class="number"></TD> <TD class="number"></TD> <TD class="number" style="border-top-color: black; border-top-width: 1px; border-top-style: solid;">95.8</TD></TR></TFOOT></TABLE></TD></TR></TBODY></TABLE><A name="926158798"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Processeur</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4442" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4442)" onchange="show(table_4442)" type="text" size="3" value="9">sur&nbsp;&nbsp;9</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4442" style="table-layout: auto;" showid="processorCounters"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4442);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4442);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4442);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4442);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Interruptions/s</TD> <TD width="8%" class="number">1,976</TD> <TD width="8%" class="number">598</TD> <TD width="8%" class="number">4,499</TD></TR> <TR class="b1" index="2"> <TD>DPC mis en file d attente/s</TD> <TD width="8%" class="number">344</TD> <TD width="8%" class="number">141</TD> <TD width="8%" class="number">816</TD></TR> <TR class="b2" index="3"> <TD>% temps processeur</TD> <TD width="8%" class="number">57</TD> <TD width="8%" class="number">50</TD> <TD width="8%" class="number">100</TD></TR> <TR class="b1" index="4"> <TD>% temps utilisateur</TD> <TD width="8%" class="number">54</TD> <TD width="8%" class="number">49</TD> <TD width="8%" class="number">98</TD></TR> <TR class="b2" index="5"> <TD>% d inactivité</TD> <TD width="8%" class="number">42</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">49</TD></TR> <TR class="b1" index="6"> <TD>Taux DPC</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">15</TD></TR> <TR class="b2" index="7"> <TD>% temps privilégié</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">22</TD></TR> <TR class="b1" index="8"> <TD>% temps DPC</TD> <TD width="8%" class="number">0.104</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.793</TD></TR> <TR class="b2" index="9"> <TD>% temps d interruption</TD> <TD width="8%" class="number">0.104</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">2</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="26156050"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Temps utilisateur processeur par UC</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4452" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4452)" onchange="show(table_4452)" type="text" size="3" value="3">sur&nbsp;&nbsp;3</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4452" style="table-layout: auto;" showid="processorUserProcessorCounters"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4452);" colspan="1">Instance</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4452);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4452);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4452);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD class="string">1</TD> <TD width="8%" class="number">58</TD> <TD width="8%" class="number">39</TD> <TD width="8%" class="number">100</TD></TR> <TR class="b1" index="2"> <TD class="string">_Total</TD> <TD width="8%" class="number">57</TD> <TD width="8%" class="number">50</TD> <TD width="8%" class="number">100</TD></TR> <TR class="b2" index="3"> <TD class="string">0</TD> <TD width="8%" class="number">56</TD> <TD width="8%" class="number">23</TD> <TD width="8%" class="number">100</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="81773655"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Interruptions processeur par UC</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4456" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4456)" onchange="show(table_4456)" type="text" size="3" value="3">sur&nbsp;&nbsp;3</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4456" style="table-layout: auto;" showid="processorInterruptCounters"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4456);" colspan="1">Instance</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4456);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4456);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4456);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD class="string">_Total</TD> <TD width="8%" class="number">1,976</TD> <TD width="8%" class="number">598</TD> <TD width="8%" class="number">4,499</TD></TR> <TR class="b1" index="2"> <TD class="string">0</TD> <TD width="8%" class="number">1,089</TD> <TD width="8%" class="number">328</TD> <TD width="8%" class="number">2,682</TD></TR> <TR class="b2" index="3"> <TD class="string">1</TD> <TD width="8%" class="number">887</TD> <TD width="8%" class="number">224</TD> <TD width="8%" class="number">2,119</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_738549137673693080)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Service</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_738549137673693080" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_738549137673693080" expandable="1"><A name="988904405"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Statistiques du service</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4460" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4460)" onchange="show(table_4460)" type="text" size="3" value="3">sur&nbsp;&nbsp;174</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4460" style="table-layout: auto;" showid="serviceStats"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4460);" colspan="1">Service</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4460);" colspan="1">ID de processus</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4460);" colspan="1">Description</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4460);" colspan="1">Statut</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4460);" colspan="1">Groupe</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4460);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD class="string">wuauserv</TD> <TD class="string">948</TD> <TD class="string">Windows Update</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">46.6</TD></TR> <TR class="b1" index="2"> <TD class="string">MBAMService</TD> <TD class="string">1944</TD> <TD class="string">Malwarebytes Service</TD> <TD class="string">Running</TD> <TD class="string">-</TD> <TD width="8%" class="number">1.7</TD></TR> <TR class="b2" index="3"> <TD class="string">SysMain</TD> <TD class="string">540</TD> <TD class="string">Superfetch</TD> <TD class="string">Running</TD> <TD class="string">LocalSystemNetworkRestricted</TD> <TD width="8%" class="number">0.2</TD></TR> <TR class="b1" index="4"> <TD class="string">ProfSvc</TD> <TD class="string">948</TD> <TD class="string">Service de profil utilisateur</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.1</TD></TR> <TR class="b2" index="5"> <TD class="string">EventLog</TD> <TD class="string">900</TD> <TD class="string">Journal d événements Windows</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="6"> <TD class="string">MMCSS</TD> <TD class="string">948</TD> <TD class="string">Planificateur de classes multimédias</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="7"> <TD class="string">WSearch</TD> <TD class="string">3856</TD> <TD class="string">Windows Search</TD> <TD class="string">Running</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="8"> <TD class="string">AdobeARMservice</TD> <TD class="string">1592</TD> <TD class="string">Adobe Acrobat Update Service</TD> <TD class="string">Running</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="9"> <TD class="string">AeLookupSvc</TD> <TD class="string">-</TD> <TD class="string">Expérience d application</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="10"> <TD class="string">ALG</TD> <TD class="string">-</TD> <TD class="string">Service de la passerelle de la couche Application</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="11"> <TD class="string">AppIDSvc</TD> <TD class="string">-</TD> <TD class="string">Identité de l application</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="12"> <TD class="string">Appinfo</TD> <TD class="string">-</TD> <TD class="string">Informations d application</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="13"> <TD class="string">AppReadiness</TD> <TD class="string">-</TD> <TD class="string">Préparation des applications</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="14"> <TD class="string">AppXSvc</TD> <TD class="string">3156</TD> <TD class="string">Service de déploiement AppX (AppXSVC)</TD> <TD class="string">Running</TD> <TD class="string">wsappx</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="15"> <TD class="string">AudioEndpointBuilder</TD> <TD class="string">540</TD> <TD class="string">Générateur de points de terminaison du service Audio Windows</TD> <TD class="string">Running</TD> <TD class="string">LocalSystemNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="16"> <TD class="string">Audiosrv</TD> <TD class="string">900</TD> <TD class="string">Audio Windows</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="17"> <TD class="string">AxInstSV</TD> <TD class="string">-</TD> <TD class="string">Programme d installation ActiveX (AxInstSV)</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="18"> <TD class="string">BDESVC</TD> <TD class="string">-</TD> <TD class="string">Service de chiffrement de lecteur BitLocker</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="19"> <TD class="string">BFE</TD> <TD class="string">1384</TD> <TD class="string">Moteur de filtrage de base</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNoNetwork</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="20"> <TD class="string">BITS</TD> <TD class="string">-</TD> <TD class="string">Service de transfert intelligent en arrière-plan</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="21"> <TD class="string">BrokerInfrastructure</TD> <TD class="string">-</TD> <TD class="string">Service d infrastructure des tâches en arrière-plan</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="22"> <TD class="string">Browser</TD> <TD class="string">948</TD> <TD class="string">Explorateur d ordinateurs</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="23"> <TD class="string">BthHFSrv</TD> <TD class="string">-</TD> <TD class="string">Service mains libres Bluetooth</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="24"> <TD class="string">bthserv</TD> <TD class="string">-</TD> <TD class="string">Service de prise en charge Bluetooth</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="25"> <TD class="string">CertPropSvc</TD> <TD class="string">-</TD> <TD class="string">Propagation du certificat</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="26"> <TD class="string">COMSysApp</TD> <TD class="string">-</TD> <TD class="string">Application système COM+</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="27"> <TD class="string">cphs</TD> <TD class="string">-</TD> <TD class="string">Intel(R) Content Protection HECI Service</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="28"> <TD class="string">CryptSvc</TD> <TD class="string">1076</TD> <TD class="string">Services de chiffrement</TD> <TD class="string">Running</TD> <TD class="string">NetworkService</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="29"> <TD class="string">DcomLaunch</TD> <TD class="string">-</TD> <TD class="string">Lanceur de processus serveur DCOM</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="30"> <TD class="string">defragsvc</TD> <TD class="string">-</TD> <TD class="string">Optimiser les lecteurs</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="31"> <TD class="string">DeviceAssociationService</TD> <TD class="string">-</TD> <TD class="string">Service d association de périphérique</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="32"> <TD class="string">DeviceInstall</TD> <TD class="string">-</TD> <TD class="string">Service d installation de périphérique</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="33"> <TD class="string">Dhcp</TD> <TD class="string">900</TD> <TD class="string">Client DHCP</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="34"> <TD class="string">Dnscache</TD> <TD class="string">1076</TD> <TD class="string">Client DNS</TD> <TD class="string">Running</TD> <TD class="string">NetworkService</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="35"> <TD class="string">dot3svc</TD> <TD class="string">-</TD> <TD class="string">Configuration automatique de réseau câblé</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="36"> <TD class="string">DPS</TD> <TD class="string">1384</TD> <TD class="string">Service de stratégie de diagnostic</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNoNetwork</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="37"> <TD class="string">DsmSvc</TD> <TD class="string">948</TD> <TD class="string">Gestionnaire d installation de périphérique</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="38"> <TD class="string">Eaphost</TD> <TD class="string">-</TD> <TD class="string">Protocole EAP (Extensible Authentication Protocol)</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="39"> <TD class="string">EFS</TD> <TD class="string">-</TD> <TD class="string">Système de fichiers EFS (Encrypting File System)</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="40"> <TD class="string">EventSystem</TD> <TD class="string">68</TD> <TD class="string">Système d événement COM+</TD> <TD class="string">Running</TD> <TD class="string">LocalService</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="41"> <TD class="string">Fax</TD> <TD class="string">-</TD> <TD class="string">Télécopie</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="42"> <TD class="string">fdPHost</TD> <TD class="string">-</TD> <TD class="string">Hôte du fournisseur de découverte de fonctions</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="43"> <TD class="string">FDResPub</TD> <TD class="string">2276</TD> <TD class="string">Publication des ressources de découverte de fonctions</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceAndNoImpersonation</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="44"> <TD class="string">fhsvc</TD> <TD class="string">-</TD> <TD class="string">Service d historique des fichiers</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="45"> <TD class="string">FontCache</TD> <TD class="string">68</TD> <TD class="string">Service de cache de police Windows</TD> <TD class="string">Running</TD> <TD class="string">LocalService</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="46"> <TD class="string">gpsvc</TD> <TD class="string">-</TD> <TD class="string">Client de stratégie de groupe</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="47"> <TD class="string">hidserv</TD> <TD class="string">540</TD> <TD class="string">Service du périphérique d interface utilisateur</TD> <TD class="string">Running</TD> <TD class="string">LocalSystemNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="48"> <TD class="string">hkmsvc</TD> <TD class="string">-</TD> <TD class="string">Gestion des clés et des certificats d intégrité</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="49"> <TD class="string">HomeGroupListener</TD> <TD class="string">540</TD> <TD class="string">Écouteur du Groupement résidentiel</TD> <TD class="string">Running</TD> <TD class="string">LocalSystemNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="50"> <TD class="string">HomeGroupProvider</TD> <TD class="string">900</TD> <TD class="string">Fournisseur du Groupement résidentiel</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="51"> <TD class="string">IAStorDataMgrSvc</TD> <TD class="string">2316</TD> <TD class="string">Intel(R) Rapid Storage Technology</TD> <TD class="string">Running</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="52"> <TD class="string">IEEtwCollectorService</TD> <TD class="string">-</TD> <TD class="string">Service Collecteur ETW d Internet Explorer</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="53"> <TD class="string">IKEEXT</TD> <TD class="string">-</TD> <TD class="string">Modules de génération de clés IKE et AuthIP</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="54"> <TD class="string">iphlpsvc</TD> <TD class="string">948</TD> <TD class="string">Assistance IP</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="55"> <TD class="string">KeyIso</TD> <TD class="string">-</TD> <TD class="string">Isolation de clé CNG</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="56"> <TD class="string">KtmRm</TD> <TD class="string">-</TD> <TD class="string">Service KtmRm pour Distributed Transaction Coordinator</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="57"> <TD class="string">LanmanServer</TD> <TD class="string">948</TD> <TD class="string">Serveur</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="58"> <TD class="string">LanmanWorkstation</TD> <TD class="string">1076</TD> <TD class="string">Station de travail</TD> <TD class="string">Running</TD> <TD class="string">NetworkService</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="59"> <TD class="string">lfsvc</TD> <TD class="string">-</TD> <TD class="string">Service d infrastructure de localisation Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="60"> <TD class="string">lltdsvc</TD> <TD class="string">-</TD> <TD class="string">Mappage de découverte de topologie de la couche de liaison</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="61"> <TD class="string">lmhosts</TD> <TD class="string">900</TD> <TD class="string">Assistance NetBIOS sur TCP/IP</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="62"> <TD class="string">LSM</TD> <TD class="string">604</TD> <TD class="string">Gestionnaire de session locale</TD> <TD class="string">Running</TD> <TD class="string">DcomLaunch</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="63"> <TD class="string">MozillaMaintenance</TD> <TD class="string">-</TD> <TD class="string">Mozilla Maintenance Service</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="64"> <TD class="string">MpsSvc</TD> <TD class="string">1384</TD> <TD class="string">Pare-feu Windows</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNoNetwork</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="65"> <TD class="string">MSDTC</TD> <TD class="string">-</TD> <TD class="string">Coordinateur de transactions distribuées</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="66"> <TD class="string">MSiSCSI</TD> <TD class="string">-</TD> <TD class="string">Service Initiateur iSCSI de Microsoft</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="67"> <TD class="string">msiserver</TD> <TD class="string">-</TD> <TD class="string">Windows Installer</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="68"> <TD class="string">napagent</TD> <TD class="string">-</TD> <TD class="string">Agent de protection d accès réseau</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="69"> <TD class="string">NcaSvc</TD> <TD class="string">-</TD> <TD class="string">Assistant Connectivité réseau</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="70"> <TD class="string">NcbService</TD> <TD class="string">-</TD> <TD class="string">Service Broker pour les connexions réseau</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="71"> <TD class="string">NcdAutoSetup</TD> <TD class="string">-</TD> <TD class="string">Configuration automatique des périphériques connectés au réseau</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="72"> <TD class="string">Netlogon</TD> <TD class="string">-</TD> <TD class="string">Netlogon</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="73"> <TD class="string">Netman</TD> <TD class="string">-</TD> <TD class="string">Connexions réseau</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="74"> <TD class="string">netprofm</TD> <TD class="string">68</TD> <TD class="string">Service Liste des réseaux</TD> <TD class="string">Running</TD> <TD class="string">LocalService</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="75"> <TD class="string">NetTcpPortSharing</TD> <TD class="string">-</TD> <TD class="string">Service de partage de ports Net.Tcp</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="76"> <TD class="string">NlaSvc</TD> <TD class="string">1076</TD> <TD class="string">Connaissance des emplacements réseau</TD> <TD class="string">Running</TD> <TD class="string">NetworkService</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="77"> <TD class="string">nsi</TD> <TD class="string">-</TD> <TD class="string">Service Interface du magasin réseau</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="78"> <TD class="string">NvContainerLocalSystem</TD> <TD class="string">-</TD> <TD class="string">NVIDIA LocalSystem Container</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="79"> <TD class="string">NvContainerNetworkService</TD> <TD class="string">-</TD> <TD class="string">NVIDIA NetworkService Container</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="80"> <TD class="string">NVDisplay.ContainerLocalSystem</TD> <TD class="string">-</TD> <TD class="string">NVIDIA Display Container LS</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="81"> <TD class="string">NVIDIA Wireless Controller Service</TD> <TD class="string">1808</TD> <TD class="string">NVIDIA Wireless Controller Service</TD> <TD class="string">Running</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="82"> <TD class="string">p2pimsvc</TD> <TD class="string">-</TD> <TD class="string">Gestionnaire d identité réseau homologue</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="83"> <TD class="string">p2psvc</TD> <TD class="string">-</TD> <TD class="string">Groupement de mise en réseau de pairs</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="84"> <TD class="string">PcaSvc</TD> <TD class="string">540</TD> <TD class="string">Service de l Assistant Compatibilité des programmes</TD> <TD class="string">Running</TD> <TD class="string">LocalSystemNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="85"> <TD class="string">PerfHost</TD> <TD class="string">-</TD> <TD class="string">Hôte de DLL de compteur de performance</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="86"> <TD class="string">pla</TD> <TD class="string">-</TD> <TD class="string">Journaux &amp; alertes de performance</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="87"> <TD class="string">PlugPlay</TD> <TD class="string">-</TD> <TD class="string">Plug-and-Play</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="88"> <TD class="string">PNRPAutoReg</TD> <TD class="string">-</TD> <TD class="string">Service de publication des noms d ordinateurs PNRP</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="89"> <TD class="string">PNRPsvc</TD> <TD class="string">2552</TD> <TD class="string">Protocole PNRP</TD> <TD class="string">Running</TD> <TD class="string">LocalServicePeerNet</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="90"> <TD class="string">PolicyAgent</TD> <TD class="string">-</TD> <TD class="string">Agent de stratégie IPsec</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="91"> <TD class="string">Power</TD> <TD class="string">-</TD> <TD class="string">Alimentation</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="92"> <TD class="string">PrintNotify</TD> <TD class="string">-</TD> <TD class="string">Extensions et notifications des imprimantes</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="93"> <TD class="string">QWAVE</TD> <TD class="string">-</TD> <TD class="string">Expérience audio-vidéo haute qualité Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="94"> <TD class="string">RasAuto</TD> <TD class="string">-</TD> <TD class="string">Gestionnaire des connexions automatiques d accès à distance</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="95"> <TD class="string">RasMan</TD> <TD class="string">-</TD> <TD class="string">Gestionnaire des connexions d accès à distance</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="96"> <TD class="string">RemoteAccess</TD> <TD class="string">-</TD> <TD class="string">Routage et accès distant</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="97"> <TD class="string">RemoteRegistry</TD> <TD class="string">-</TD> <TD class="string">Registre à distance</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="98"> <TD class="string">RpcEptMapper</TD> <TD class="string">644</TD> <TD class="string">Mappeur de point de terminaison RPC</TD> <TD class="string">Running</TD> <TD class="string">RPCSS</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="99"> <TD class="string">RpcLocator</TD> <TD class="string">-</TD> <TD class="string">Localisateur d appels de procédure distante (RPC)</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="100"> <TD class="string">RpcSs</TD> <TD class="string">644</TD> <TD class="string">Appel de procédure distante (RPC)</TD> <TD class="string">Running</TD> <TD class="string">RPCSS</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="101"> <TD class="string">SamSs</TD> <TD class="string">-</TD> <TD class="string">Gestionnaire de comptes de sécurité</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="102"> <TD class="string">SCardSvr</TD> <TD class="string">-</TD> <TD class="string">Carte à puce</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="103"> <TD class="string">ScDeviceEnum</TD> <TD class="string">-</TD> <TD class="string">Service d énumération de périphériques de carte à puce</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="104"> <TD class="string">Schedule</TD> <TD class="string">948</TD> <TD class="string">Planificateur de tâches</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="105"> <TD class="string">SCPolicySvc</TD> <TD class="string">-</TD> <TD class="string">Stratégie de retrait de la carte à puce</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="106"> <TD class="string">seclogon</TD> <TD class="string">-</TD> <TD class="string">Ouverture de session secondaire</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="107"> <TD class="string">SENS</TD> <TD class="string">-</TD> <TD class="string">Service de notification d événements système</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="108"> <TD class="string">SensrSvc</TD> <TD class="string">-</TD> <TD class="string">Service de surveillance des capteurs</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="109"> <TD class="string">SessionEnv</TD> <TD class="string">-</TD> <TD class="string">Configuration des services Bureau à distance</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="110"> <TD class="string">SharedAccess</TD> <TD class="string">-</TD> <TD class="string">Partage de connexion Internet (ICS)</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="111"> <TD class="string">ShellHWDetection</TD> <TD class="string">948</TD> <TD class="string">Détection matériel noyau</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="112"> <TD class="string">smphost</TD> <TD class="string">-</TD> <TD class="string">SMP de l Espace de stockages Microsoft</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="113"> <TD class="string">SNMPTRAP</TD> <TD class="string">-</TD> <TD class="string">Interruption SNMP</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="114"> <TD class="string">Spooler</TD> <TD class="string">1276</TD> <TD class="string">Spouleur d impression</TD> <TD class="string">Running</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="115"> <TD class="string">sppsvc</TD> <TD class="string">-</TD> <TD class="string">Protection logicielle</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="116"> <TD class="string">SSDPSRV</TD> <TD class="string">2276</TD> <TD class="string">Découverte SSDP</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceAndNoImpersonation</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="117"> <TD class="string">SstpSvc</TD> <TD class="string">-</TD> <TD class="string">Service&nbsp;SSTP (Secure Socket Tunneling Protocol)</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="118"> <TD class="string">stisvc</TD> <TD class="string">-</TD> <TD class="string">Acquisition d image Windows (WIA)</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="119"> <TD class="string">StorSvc</TD> <TD class="string">-</TD> <TD class="string">Service de stockage</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="120"> <TD class="string">svsvc</TD> <TD class="string">-</TD> <TD class="string">Vérificateur de points</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="121"> <TD class="string">swprv</TD> <TD class="string">-</TD> <TD class="string">Fournisseur de cliché instantané de logiciel Microsoft</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="122"> <TD class="string">SystemEventsBroker</TD> <TD class="string">604</TD> <TD class="string">Service Broker des événements système</TD> <TD class="string">Running</TD> <TD class="string">DcomLaunch</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="123"> <TD class="string">TabletInputService</TD> <TD class="string">-</TD> <TD class="string">Service du clavier tactile et du volet d écriture manuscrite</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="124"> <TD class="string">TapiSrv</TD> <TD class="string">-</TD> <TD class="string">Téléphonie</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="125"> <TD class="string">TermService</TD> <TD class="string">-</TD> <TD class="string">Services Bureau à distance</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="126"> <TD class="string">Themes</TD> <TD class="string">948</TD> <TD class="string">Thèmes</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="127"> <TD class="string">THREADORDER</TD> <TD class="string">-</TD> <TD class="string">Serveur de priorités des threads</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="128"> <TD class="string">TimeBroker</TD> <TD class="string">-</TD> <TD class="string">Service Broker pour les événements horaires</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="129"> <TD class="string">TrkWks</TD> <TD class="string">-</TD> <TD class="string">Client de suivi de lien distribué</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="130"> <TD class="string">TrustedInstaller</TD> <TD class="string">-</TD> <TD class="string">Programme d installation pour les modules Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="131"> <TD class="string">UI0Detect</TD> <TD class="string">-</TD> <TD class="string">Détection de services interactifs</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="132"> <TD class="string">UmRdpService</TD> <TD class="string">-</TD> <TD class="string">Redirecteur de port du mode utilisateur des services Bureau à distance</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="133"> <TD class="string">Unchecky</TD> <TD class="string">1916</TD> <TD class="string">Unchecky</TD> <TD class="string">Running</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="134"> <TD class="string">upnphost</TD> <TD class="string">2276</TD> <TD class="string">Hôte de périphérique UPnP</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceAndNoImpersonation</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="135"> <TD class="string">VaultSvc</TD> <TD class="string">-</TD> <TD class="string">Gestionnaire d informations d identification</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="136"> <TD class="string">vds</TD> <TD class="string">-</TD> <TD class="string">Disque virtuel</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="137"> <TD class="string">vmicguestinterface</TD> <TD class="string">-</TD> <TD class="string">Interface de services d invité Hyper-V</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="138"> <TD class="string">vmicheartbeat</TD> <TD class="string">-</TD> <TD class="string">Service Pulsation Microsoft Hyper-V</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="139"> <TD class="string">vmickvpexchange</TD> <TD class="string">-</TD> <TD class="string">Service Échange de données Microsoft Hyper-V</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="140"> <TD class="string">vmicrdv</TD> <TD class="string">-</TD> <TD class="string">Service de virtualisation Bureau à distance Hyper-V</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="141"> <TD class="string">vmicshutdown</TD> <TD class="string">-</TD> <TD class="string">Service Arrêt de l invité Microsoft Hyper-V</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="142"> <TD class="string">vmictimesync</TD> <TD class="string">-</TD> <TD class="string">Service Synchronisation date/heure Microsoft Hyper-V</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="143"> <TD class="string">vmicvss</TD> <TD class="string">-</TD> <TD class="string">Requête du service VSS Microsoft Hyper-V</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="144"> <TD class="string">VSS</TD> <TD class="string">-</TD> <TD class="string">Cliché instantané des volumes</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="145"> <TD class="string">W32Time</TD> <TD class="string">-</TD> <TD class="string">Temps Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="146"> <TD class="string">wbengine</TD> <TD class="string">-</TD> <TD class="string">Service de moteur de sauvegarde en mode bloc</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="147"> <TD class="string">WbioSrvc</TD> <TD class="string">-</TD> <TD class="string">Service de biométrie Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="148"> <TD class="string">Wcmsvc</TD> <TD class="string">900</TD> <TD class="string">Gestionnaire des connexions Windows</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="149"> <TD class="string">wcncsvc</TD> <TD class="string">-</TD> <TD class="string">Windows Connect Now&nbsp;-&nbsp;Registre de configuration</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="150"> <TD class="string">WcsPlugInService</TD> <TD class="string">-</TD> <TD class="string">Système de couleurs Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="151"> <TD class="string">WdiServiceHost</TD> <TD class="string">68</TD> <TD class="string">Service hôte WDIServiceHost</TD> <TD class="string">Running</TD> <TD class="string">LocalService</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="152"> <TD class="string">WdiSystemHost</TD> <TD class="string">-</TD> <TD class="string">Hôte système de diagnostics</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="153"> <TD class="string">WdNisSvc</TD> <TD class="string">-</TD> <TD class="string">Service Inspection du réseau Windows Defender</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="154"> <TD class="string">WebClient</TD> <TD class="string">-</TD> <TD class="string">WebClient</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="155"> <TD class="string">Wecsvc</TD> <TD class="string">-</TD> <TD class="string">Collecteur d événements de Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="156"> <TD class="string">WEPHOSTSVC</TD> <TD class="string">-</TD> <TD class="string">Service hôte du fournisseur de chiffrement Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="157"> <TD class="string">wercplsupport</TD> <TD class="string">-</TD> <TD class="string">Prise en charge de l application Rapports et solutions aux problèmes du Panneau de configuration</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="158"> <TD class="string">WerSvc</TD> <TD class="string">-</TD> <TD class="string">Service de rapport d erreurs Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="159"> <TD class="string">WiaRpc</TD> <TD class="string">-</TD> <TD class="string">Événements d acquisition d images fixes</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="160"> <TD class="string">WinDefend</TD> <TD class="string">-</TD> <TD class="string">Service Windows Defender</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="161"> <TD class="string">WinHttpAutoProxySvc</TD> <TD class="string">-</TD> <TD class="string">Service de découverte automatique de Proxy Web pour les services HTTP Windows</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="162"> <TD class="string">Winmgmt</TD> <TD class="string">948</TD> <TD class="string">Infrastructure de gestion Windows</TD> <TD class="string">Running</TD> <TD class="string">netsvcs</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="163"> <TD class="string">WinRM</TD> <TD class="string">-</TD> <TD class="string">Gestion à distance de Windows (Gestion WSM)</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="164"> <TD class="string">WlanSvc</TD> <TD class="string">540</TD> <TD class="string">Service de configuration automatique WLAN</TD> <TD class="string">Running</TD> <TD class="string">LocalSystemNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="165"> <TD class="string">wlidsvc</TD> <TD class="string">-</TD> <TD class="string">Assistant Connexion avec un compte Microsoft</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="166"> <TD class="string">wmiApSrv</TD> <TD class="string">-</TD> <TD class="string">Carte de performance WMI</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="167"> <TD class="string">WMPNetworkSvc</TD> <TD class="string">2896</TD> <TD class="string">Service Partage réseau du Lecteur Windows Media</TD> <TD class="string">Running</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="168"> <TD class="string">workfolderssvc</TD> <TD class="string">-</TD> <TD class="string">Dossiers de travail</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="169"> <TD class="string">WPCSvc</TD> <TD class="string">-</TD> <TD class="string">Contrôle parental</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="170"> <TD class="string">WPDBusEnum</TD> <TD class="string">-</TD> <TD class="string">Service Énumérateur d appareil mobile</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="171"> <TD class="string">wscsvc</TD> <TD class="string">900</TD> <TD class="string">Centre de sécurité</TD> <TD class="string">Running</TD> <TD class="string">LocalServiceNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="172"> <TD class="string">WSService</TD> <TD class="string">-</TD> <TD class="string">Service Windows Store (WSService)</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b2" index="173"> <TD class="string">wudfsvc</TD> <TD class="string">540</TD> <TD class="string">Windows Driver Foundation - Infrastructure de pilote mode-utilisateur</TD> <TD class="string">Running</TD> <TD class="string">LocalSystemNetworkRestricted</TD> <TD width="8%" class="number">0.0</TD></TR> <TR class="b1" index="174"> <TD class="string">WwanSvc</TD> <TD class="string">-</TD> <TD class="string">Service de configuration automatique WWAN</TD> <TD class="string">Stopped</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR></TBODY> <TFOOT> <TR> <TD class="string"></TD> <TD class="string"></TD> <TD class="string"></TD> <TD class="string"></TD> <TD class="string"></TD> <TD class="number" style="border-top-color: black; border-top-width: 1px; border-top-style: solid;">48.6</TD></TR></TFOOT></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_667838656673693080)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Services</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_667838656673693080" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_667838656673693080" expandable="1"><A name="257139897"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Services</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4635" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4635)" onchange="show(table_4635)" type="text" size="3" value="23">sur&nbsp;&nbsp;23</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4635" style="table-layout: auto;" showid="configService"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_4635);" colspan="1">Processus</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4635);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4635);" colspan="1">Pourcentage processeur</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4636)"> <DIV style="float: left;"><IMG id="e_c_4636" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">948</TD> <TD width="8%" class="number">46.9</TD></TR> <TR id="c_4636" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4637" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4637);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4637);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Thèmes</TD> <TD class="string">Themes</TD></TR> <TR class="b1" index="2"> <TD class="string">Gestionnaire d installation de périphérique</TD> <TD class="string">DsmSvc</TD></TR> <TR class="b2" index="3"> <TD class="string">Planificateur de classes multimédias</TD> <TD class="string">MMCSS</TD></TR> <TR class="b1" index="4"> <TD class="string">Détection matériel noyau</TD> <TD class="string">ShellHWDetection</TD></TR> <TR class="b2" index="5"> <TD class="string">Service de notification d événements système</TD> <TD class="string">SENS</TD></TR> <TR class="b1" index="6"> <TD class="string">Planificateur de tâches</TD> <TD class="string">Schedule</TD></TR> <TR class="b2" index="7"> <TD class="string">Serveur</TD> <TD class="string">LanmanServer</TD></TR> <TR class="b1" index="8"> <TD class="string">Service de profil utilisateur</TD> <TD class="string">ProfSvc</TD></TR> <TR class="b2" index="9"> <TD class="string">Windows Update</TD> <TD class="string">wuauserv</TD></TR> <TR class="b1" index="10"> <TD class="string">Assistance IP</TD> <TD class="string">iphlpsvc</TD></TR> <TR class="b2" index="11"> <TD class="string">Infrastructure de gestion Windows</TD> <TD class="string">Winmgmt</TD></TR> <TR class="b1" index="12"> <TD class="string">Explorateur d ordinateurs</TD> <TD class="string">Browser</TD></TR> <TR class="b2" index="13"> <TD class="string">Informations d application</TD> <TD class="string">Appinfo</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4651)"> <DIV style="float: left;"><IMG id="e_c_4651" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">MBAMService.exe</TD> <TD class="string">1944</TD> <TD width="8%" class="number">1.7</TD></TR> <TR id="c_4651" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4652" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4652);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4652);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Malwarebytes Service</TD> <TD class="string">MBAMService</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4654)"> <DIV style="float: left;"><IMG id="e_c_4654" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">540</TD> <TD width="8%" class="number">0.2</TD></TR> <TR id="c_4654" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4655" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4655);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4655);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Client de suivi de lien distribué</TD> <TD class="string">TrkWks</TD></TR> <TR class="b1" index="2"> <TD class="string">Superfetch</TD> <TD class="string">SysMain</TD></TR> <TR class="b2" index="3"> <TD class="string">Écouteur du Groupement résidentiel</TD> <TD class="string">HomeGroupListener</TD></TR> <TR class="b1" index="4"> <TD class="string">Générateur de points de terminaison du service Audio Windows</TD> <TD class="string">AudioEndpointBuilder</TD></TR> <TR class="b2" index="5"> <TD class="string">Service d association de périphérique</TD> <TD class="string">DeviceAssociationService</TD></TR> <TR class="b1" index="6"> <TD class="string">Windows Driver Foundation - Infrastructure de pilote mode-utilisateur</TD> <TD class="string">wudfsvc</TD></TR> <TR class="b2" index="7"> <TD class="string">Service de configuration automatique WLAN</TD> <TD class="string">WlanSvc</TD></TR> <TR class="b1" index="8"> <TD class="string">Service du périphérique d interface utilisateur</TD> <TD class="string">hidserv</TD></TR> <TR class="b2" index="9"> <TD class="string">Service de l Assistant Compatibilité des programmes</TD> <TD class="string">PcaSvc</TD></TR> <TR class="b1" index="10"> <TD class="string">Service Broker pour les connexions réseau</TD> <TD class="string">NcbService</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4666)"> <DIV style="float: left;"><IMG id="e_c_4666" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">644</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4666" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4667" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4667);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4667);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Appel de procédure distante (RPC)</TD> <TD class="string">RpcSs</TD></TR> <TR class="b1" index="2"> <TD class="string">Mappeur de point de terminaison RPC</TD> <TD class="string">RpcEptMapper</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4670)"> <DIV style="float: left;"><IMG id="e_c_4670" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">900</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4670" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4671" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4671);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4671);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Audio Windows</TD> <TD class="string">Audiosrv</TD></TR> <TR class="b1" index="2"> <TD class="string">Assistance NetBIOS sur TCP/IP</TD> <TD class="string">lmhosts</TD></TR> <TR class="b2" index="3"> <TD class="string">Client DHCP</TD> <TD class="string">Dhcp</TD></TR> <TR class="b1" index="4"> <TD class="string">Fournisseur du Groupement résidentiel</TD> <TD class="string">HomeGroupProvider</TD></TR> <TR class="b2" index="5"> <TD class="string">Centre de sécurité</TD> <TD class="string">wscsvc</TD></TR> <TR class="b1" index="6"> <TD class="string">Journal d événements Windows</TD> <TD class="string">EventLog</TD></TR> <TR class="b2" index="7"> <TD class="string">Gestionnaire des connexions Windows</TD> <TD class="string">Wcmsvc</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4679)"> <DIV style="float: left;"><IMG id="e_c_4679" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">68</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4679" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4680" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4680);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4680);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Service de découverte automatique de Proxy Web pour les services HTTP Windows</TD> <TD class="string">WinHttpAutoProxySvc</TD></TR> <TR class="b1" index="2"> <TD class="string">Service de cache de police Windows</TD> <TD class="string">FontCache</TD></TR> <TR class="b2" index="3"> <TD class="string">Service hôte WDIServiceHost</TD> <TD class="string">WdiServiceHost</TD></TR> <TR class="b1" index="4"> <TD class="string">Service Interface du magasin réseau</TD> <TD class="string">nsi</TD></TR> <TR class="b2" index="5"> <TD class="string">Service Liste des réseaux</TD> <TD class="string">netprofm</TD></TR> <TR class="b1" index="6"> <TD class="string">Hôte du fournisseur de découverte de fonctions</TD> <TD class="string">fdPHost</TD></TR> <TR class="b2" index="7"> <TD class="string">Système d événement COM+</TD> <TD class="string">EventSystem</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4688)"> <DIV style="float: left;"><IMG id="e_c_4688" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">2552</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4688" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4689" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4689);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4689);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Groupement de mise en réseau de pairs</TD> <TD class="string">p2psvc</TD></TR> <TR class="b1" index="2"> <TD class="string">Protocole PNRP</TD> <TD class="string">PNRPsvc</TD></TR> <TR class="b2" index="3"> <TD class="string">Gestionnaire d identité réseau homologue</TD> <TD class="string">p2pimsvc</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4693)"> <DIV style="float: left;"><IMG id="e_c_4693" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">lsass.exe</TD> <TD class="string">552</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4693" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4694" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4694);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4694);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Gestionnaire de comptes de sécurité</TD> <TD class="string">SamSs</TD></TR> <TR class="b1" index="2"> <TD class="string">Isolation de clé CNG</TD> <TD class="string">KeyIso</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="9"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4697)"> <DIV style="float: left;"><IMG id="e_c_4697" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">NVDisplay.Container.exe</TD> <TD class="string">816</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4697" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4698" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4698);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4698);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">NVIDIA Display Container LS</TD> <TD class="string">NVDisplay.ContainerLocalSystem</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="10"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4700)"> <DIV style="float: left;"><IMG id="e_c_4700" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">SearchIndexer.exe</TD> <TD class="string">3856</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4700" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4701" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4701);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4701);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Windows Search</TD> <TD class="string">WSearch</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="11"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4703)"> <DIV style="float: left;"><IMG id="e_c_4703" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">spoolsv.exe</TD> <TD class="string">1276</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4703" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4704" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4704);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4704);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Spouleur d impression</TD> <TD class="string">Spooler</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="12"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4706)"> <DIV style="float: left;"><IMG id="e_c_4706" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">armsvc.exe</TD> <TD class="string">1592</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4706" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4707" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4707);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4707);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Adobe Acrobat Update Service</TD> <TD class="string">AdobeARMservice</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="13"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4709)"> <DIV style="float: left;"><IMG id="e_c_4709" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">IAStorDataMgrSvc.exe</TD> <TD class="string">2316</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4709" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4710" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4710);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4710);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Intel(R) Rapid Storage Technology</TD> <TD class="string">IAStorDataMgrSvc</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="14"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4712)"> <DIV style="float: left;"><IMG id="e_c_4712" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">nvcontainer.exe</TD> <TD class="string">1692</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4712" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4713" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4713);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4713);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">NVIDIA LocalSystem Container</TD> <TD class="string">NvContainerLocalSystem</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="15"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4715)"> <DIV style="float: left;"><IMG id="e_c_4715" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">nvwirelesscontroller.exe</TD> <TD class="string">1808</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4715" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4716" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4716);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4716);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">NVIDIA Wireless Controller Service</TD> <TD class="string">NVIDIA Wireless Controller Service</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="16"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4718)"> <DIV style="float: left;"><IMG id="e_c_4718" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string italic">Services arrêtés</TD> <TD class="string">-</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4718" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4719" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4719);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4719);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Stratégie de retrait de la carte à puce</TD> <TD class="string">SCPolicySvc</TD></TR> <TR class="b1" index="2"> <TD class="string">Ouverture de session secondaire</TD> <TD class="string">seclogon</TD></TR> <TR class="b2" index="3"> <TD class="string">Service Énumérateur d appareil mobile</TD> <TD class="string">WPDBusEnum</TD></TR> <TR class="b1" index="4"> <TD class="string">Interruption SNMP</TD> <TD class="string">SNMPTRAP</TD></TR> <TR class="b2" index="5"> <TD class="string">Service de surveillance des capteurs</TD> <TD class="string">SensrSvc</TD></TR> <TR class="b1" index="6"> <TD class="string">Partage de connexion Internet (ICS)</TD> <TD class="string">SharedAccess</TD></TR> <TR class="b2" index="7"> <TD class="string">Configuration des services Bureau à distance</TD> <TD class="string">SessionEnv</TD></TR> <TR class="b1" index="8"> <TD class="string">Agent de protection d accès réseau</TD> <TD class="string">napagent</TD></TR> <TR class="b2" index="9"> <TD class="string">Prise en charge de l application Rapports et solutions aux problèmes du Panneau de configuration</TD> <TD class="string">wercplsupport</TD></TR> <TR class="b1" index="10"> <TD class="string">NVIDIA NetworkService Container</TD> <TD class="string">NvContainerNetworkService</TD></TR> <TR class="b2" index="11"> <TD class="string">Fournisseur de cliché instantané de logiciel Microsoft</TD> <TD class="string">swprv</TD></TR> <TR class="b1" index="12"> <TD class="string">Protection logicielle</TD> <TD class="string">sppsvc</TD></TR> <TR class="b2" index="13"> <TD class="string">SMP de l Espace de stockages Microsoft</TD> <TD class="string">smphost</TD></TR> <TR class="b1" index="14"> <TD class="string">Mappage de découverte de topologie de la couche de liaison</TD> <TD class="string">lltdsvc</TD></TR> <TR class="b2" index="15"> <TD class="string">Acquisition d image Windows (WIA)</TD> <TD class="string">stisvc</TD></TR> <TR class="b1" index="16"> <TD class="string">Programme d installation pour les modules Windows</TD> <TD class="string">TrustedInstaller</TD></TR> <TR class="b2" index="17"> <TD class="string">Gestionnaire d informations d identification</TD> <TD class="string">VaultSvc</TD></TR> <TR class="b1" index="18"> <TD class="string">Vérificateur de points</TD> <TD class="string">svsvc</TD></TR> <TR class="b2" index="19"> <TD class="string">Serveur de priorités des threads</TD> <TD class="string">THREADORDER</TD></TR> <TR class="b1" index="20"> <TD class="string">Service du clavier tactile et du volet d écriture manuscrite</TD> <TD class="string">TabletInputService</TD></TR> <TR class="b2" index="21"> <TD class="string">Service Arrêt de l invité Microsoft Hyper-V</TD> <TD class="string">vmicshutdown</TD></TR> <TR class="b1" index="22"> <TD class="string">Application système COM+</TD> <TD class="string">COMSysApp</TD></TR> <TR class="b2" index="23"> <TD class="string">WebClient</TD> <TD class="string">WebClient</TD></TR> <TR class="b1" index="24"> <TD class="string">Service de rapport d erreurs Windows</TD> <TD class="string">WerSvc</TD></TR> <TR class="b2" index="25"> <TD class="string">Requête du service VSS Microsoft Hyper-V</TD> <TD class="string">vmicvss</TD></TR> <TR class="b1" index="26"> <TD class="string">Services Bureau à distance</TD> <TD class="string">TermService</TD></TR> <TR class="b2" index="27"> <TD class="string">Interface de services d invité Hyper-V</TD> <TD class="string">vmicguestinterface</TD></TR> <TR class="b1" index="28"> <TD class="string">Service&nbsp;SSTP (Secure Socket Tunneling Protocol)</TD> <TD class="string">SstpSvc</TD></TR> <TR class="b2" index="29"> <TD class="string">Service Pulsation Microsoft Hyper-V</TD> <TD class="string">vmicheartbeat</TD></TR> <TR class="b1" index="30"> <TD class="string">Service mains libres Bluetooth</TD> <TD class="string">BthHFSrv</TD></TR> <TR class="b2" index="31"> <TD class="string">Événements d acquisition d images fixes</TD> <TD class="string">WiaRpc</TD></TR> <TR class="b1" index="32"> <TD class="string">Agent de stratégie IPsec</TD> <TD class="string">PolicyAgent</TD></TR> <TR class="b2" index="33"> <TD class="string">Service hôte du fournisseur de chiffrement Windows</TD> <TD class="string">WEPHOSTSVC</TD></TR> <TR class="b1" index="34"> <TD class="string">Service de biométrie Windows</TD> <TD class="string">WbioSrvc</TD></TR> <TR class="b2" index="35"> <TD class="string">Disque virtuel</TD> <TD class="string">vds</TD></TR> <TR class="b1" index="36"> <TD class="string">Expérience d application</TD> <TD class="string">AeLookupSvc</TD></TR> <TR class="b2" index="37"> <TD class="string">Téléphonie</TD> <TD class="string">TapiSrv</TD></TR> <TR class="b1" index="38"> <TD class="string">Détection de services interactifs</TD> <TD class="string">UI0Detect</TD></TR> <TR class="b2" index="39"> <TD class="string">Redirecteur de port du mode utilisateur des services Bureau à distance</TD> <TD class="string">UmRdpService</TD></TR> <TR class="b1" index="40"> <TD class="string">Service de virtualisation Bureau à distance Hyper-V</TD> <TD class="string">vmicrdv</TD></TR> <TR class="b2" index="41"> <TD class="string">Windows Installer</TD> <TD class="string">msiserver</TD></TR> <TR class="b1" index="42"> <TD class="string">Temps Windows</TD> <TD class="string">W32Time</TD></TR> <TR class="b2" index="43"> <TD class="string">Service Synchronisation date/heure Microsoft Hyper-V</TD> <TD class="string">vmictimesync</TD></TR> <TR class="b1" index="44"> <TD class="string">Carte de performance WMI</TD> <TD class="string">wmiApSrv</TD></TR> <TR class="b2" index="45"> <TD class="string">Service Collecteur ETW d Internet Explorer</TD> <TD class="string">IEEtwCollectorService</TD></TR> <TR class="b1" index="46"> <TD class="string">Modules de génération de clés IKE et AuthIP</TD> <TD class="string">IKEEXT</TD></TR> <TR class="b2" index="47"> <TD class="string">Collecteur d événements de Windows</TD> <TD class="string">Wecsvc</TD></TR> <TR class="b1" index="48"> <TD class="string">Service Initiateur iSCSI de Microsoft</TD> <TD class="string">MSiSCSI</TD></TR> <TR class="b2" index="49"> <TD class="string">Service KtmRm pour Distributed Transaction Coordinator</TD> <TD class="string">KtmRm</TD></TR> <TR class="b1" index="50"> <TD class="string">Gestion à distance de Windows (Gestion WSM)</TD> <TD class="string">WinRM</TD></TR> <TR class="b2" index="51"> <TD class="string">Hôte système de diagnostics</TD> <TD class="string">WdiSystemHost</TD></TR> <TR class="b1" index="52"> <TD class="string">Service d infrastructure de localisation Windows</TD> <TD class="string">lfsvc</TD></TR> <TR class="b2" index="53"> <TD class="string">Identité de l application</TD> <TD class="string">AppIDSvc</TD></TR> <TR class="b1" index="54"> <TD class="string">Configuration automatique de réseau câblé</TD> <TD class="string">dot3svc</TD></TR> <TR class="b2" index="55"> <TD class="string">Système de couleurs Windows</TD> <TD class="string">WcsPlugInService</TD></TR> <TR class="b1" index="56"> <TD class="string">Service de stockage</TD> <TD class="string">StorSvc</TD></TR> <TR class="b2" index="57"> <TD class="string">Service Échange de données Microsoft Hyper-V</TD> <TD class="string">vmickvpexchange</TD></TR> <TR class="b1" index="58"> <TD class="string">Mozilla Maintenance Service</TD> <TD class="string">MozillaMaintenance</TD></TR> <TR class="b2" index="59"> <TD class="string">Cliché instantané des volumes</TD> <TD class="string">VSS</TD></TR> <TR class="b1" index="60"> <TD class="string">Coordinateur de transactions distribuées</TD> <TD class="string">MSDTC</TD></TR> <TR class="b2" index="61"> <TD class="string">Protocole EAP (Extensible Authentication Protocol)</TD> <TD class="string">Eaphost</TD></TR> <TR class="b1" index="62"> <TD class="string">Système de fichiers EFS (Encrypting File System)</TD> <TD class="string">EFS</TD></TR> <TR class="b2" index="63"> <TD class="string">Service Windows Defender</TD> <TD class="string">WinDefend</TD></TR> <TR class="b1" index="64"> <TD class="string">Assistant Connectivité réseau</TD> <TD class="string">NcaSvc</TD></TR> <TR class="b2" index="65"> <TD class="string">Service de configuration automatique WWAN</TD> <TD class="string">WwanSvc</TD></TR> <TR class="b1" index="66"> <TD class="string">Service de la passerelle de la couche Application</TD> <TD class="string">ALG</TD></TR> <TR class="b2" index="67"> <TD class="string">Netlogon</TD> <TD class="string">Netlogon</TD></TR> <TR class="b1" index="68"> <TD class="string">Connexions réseau</TD> <TD class="string">Netman</TD></TR> <TR class="b2" index="69"> <TD class="string">Télécopie</TD> <TD class="string">Fax</TD></TR> <TR class="b1" index="70"> <TD class="string">Service de partage de ports Net.Tcp</TD> <TD class="string">NetTcpPortSharing</TD></TR> <TR class="b2" index="71"> <TD class="string">Propagation du certificat</TD> <TD class="string">CertPropSvc</TD></TR> <TR class="b1" index="72"> <TD class="string">Contrôle parental</TD> <TD class="string">WPCSvc</TD></TR> <TR class="b2" index="73"> <TD class="string">Programme d installation ActiveX (AxInstSV)</TD> <TD class="string">AxInstSV</TD></TR> <TR class="b1" index="74"> <TD class="string">Windows Connect Now&nbsp;-&nbsp;Registre de configuration</TD> <TD class="string">wcncsvc</TD></TR> <TR class="b2" index="75"> <TD class="string">Service d historique des fichiers</TD> <TD class="string">fhsvc</TD></TR> <TR class="b1" index="76"> <TD class="string">Intel(R) Content Protection HECI Service</TD> <TD class="string">cphs</TD></TR> <TR class="b2" index="77"> <TD class="string">Hôte de DLL de compteur de performance</TD> <TD class="string">PerfHost</TD></TR> <TR class="b1" index="78"> <TD class="string">Client de stratégie de groupe</TD> <TD class="string">gpsvc</TD></TR> <TR class="b2" index="79"> <TD class="string">Service de prise en charge Bluetooth</TD> <TD class="string">bthserv</TD></TR> <TR class="b1" index="80"> <TD class="string">Service de moteur de sauvegarde en mode bloc</TD> <TD class="string">wbengine</TD></TR> <TR class="b2" index="81"> <TD class="string">Service de chiffrement de lecteur BitLocker</TD> <TD class="string">BDESVC</TD></TR> <TR class="b1" index="82"> <TD class="string">Service Inspection du réseau Windows Defender</TD> <TD class="string">WdNisSvc</TD></TR> <TR class="b2" index="83"> <TD class="string">Service de publication des noms d ordinateurs PNRP</TD> <TD class="string">PNRPAutoReg</TD></TR> <TR class="b1" index="84"> <TD class="string">Gestion des clés et des certificats d intégrité</TD> <TD class="string">hkmsvc</TD></TR> <TR class="b2" index="85"> <TD class="string">Service Windows Store (WSService)</TD> <TD class="string">WSService</TD></TR> <TR class="b1" index="86"> <TD class="string">Assistant Connexion avec un compte Microsoft</TD> <TD class="string">wlidsvc</TD></TR> <TR class="b2" index="87"> <TD class="string">Extensions et notifications des imprimantes</TD> <TD class="string">PrintNotify</TD></TR> <TR class="b1" index="88"> <TD class="string">Optimiser les lecteurs</TD> <TD class="string">defragsvc</TD></TR> <TR class="b2" index="89"> <TD class="string">Expérience audio-vidéo haute qualité Windows</TD> <TD class="string">QWAVE</TD></TR> <TR class="b1" index="90"> <TD class="string">Gestionnaire des connexions automatiques d accès à distance</TD> <TD class="string">RasAuto</TD></TR> <TR class="b2" index="91"> <TD class="string">Gestionnaire des connexions d accès à distance</TD> <TD class="string">RasMan</TD></TR> <TR class="b1" index="92"> <TD class="string">Routage et accès distant</TD> <TD class="string">RemoteAccess</TD></TR> <TR class="b2" index="93"> <TD class="string">Registre à distance</TD> <TD class="string">RemoteRegistry</TD></TR> <TR class="b1" index="94"> <TD class="string">Préparation des applications</TD> <TD class="string">AppReadiness</TD></TR> <TR class="b2" index="95"> <TD class="string">Localisateur d appels de procédure distante (RPC)</TD> <TD class="string">RpcLocator</TD></TR> <TR class="b1" index="96"> <TD class="string">Service d installation de périphérique</TD> <TD class="string">DeviceInstall</TD></TR> <TR class="b2" index="97"> <TD class="string">Dossiers de travail</TD> <TD class="string">workfolderssvc</TD></TR> <TR class="b1" index="98"> <TD class="string">Carte à puce</TD> <TD class="string">SCardSvr</TD></TR> <TR class="b2" index="99"> <TD class="string">Service d énumération de périphériques de carte à puce</TD> <TD class="string">ScDeviceEnum</TD></TR> <TR class="b1" index="100"> <TD class="string">Service de transfert intelligent en arrière-plan</TD> <TD class="string">BITS</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="17"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4820)"> <DIV style="float: left;"><IMG id="e_c_4820" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">1076</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4820" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4821" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4821);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4821);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Client DNS</TD> <TD class="string">Dnscache</TD></TR> <TR class="b1" index="2"> <TD class="string">Station de travail</TD> <TD class="string">LanmanWorkstation</TD></TR> <TR class="b2" index="3"> <TD class="string">Services de chiffrement</TD> <TD class="string">CryptSvc</TD></TR> <TR class="b1" index="4"> <TD class="string">Connaissance des emplacements réseau</TD> <TD class="string">NlaSvc</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="18"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4826)"> <DIV style="float: left;"><IMG id="e_c_4826" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">3156</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4826" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4827" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4827);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4827);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Service de déploiement AppX (AppXSVC)</TD> <TD class="string">AppXSvc</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="19"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4829)"> <DIV style="float: left;"><IMG id="e_c_4829" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">604</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4829" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4830" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4830);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4830);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Service Broker des événements système</TD> <TD class="string">SystemEventsBroker</TD></TR> <TR class="b1" index="2"> <TD class="string">Service d infrastructure des tâches en arrière-plan</TD> <TD class="string">BrokerInfrastructure</TD></TR> <TR class="b2" index="3"> <TD class="string">Gestionnaire de session locale</TD> <TD class="string">LSM</TD></TR> <TR class="b1" index="4"> <TD class="string">Alimentation</TD> <TD class="string">Power</TD></TR> <TR class="b2" index="5"> <TD class="string">Plug-and-Play</TD> <TD class="string">PlugPlay</TD></TR> <TR class="b1" index="6"> <TD class="string">Lanceur de processus serveur DCOM</TD> <TD class="string">DcomLaunch</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="20"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4837)"> <DIV style="float: left;"><IMG id="e_c_4837" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">1384</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4837" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4838" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4838);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4838);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Pare-feu Windows</TD> <TD class="string">MpsSvc</TD></TR> <TR class="b1" index="2"> <TD class="string">Service de stratégie de diagnostic</TD> <TD class="string">DPS</TD></TR> <TR class="b2" index="3"> <TD class="string">Journaux &amp; alertes de performance</TD> <TD class="string">pla</TD></TR> <TR class="b1" index="4"> <TD class="string">Moteur de filtrage de base</TD> <TD class="string">BFE</TD></TR> <TR class="b2" index="5"> <TD class="string">Configuration automatique des périphériques connectés au réseau</TD> <TD class="string">NcdAutoSetup</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="21"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4844)"> <DIV style="float: left;"><IMG id="e_c_4844" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">svchost.exe</TD> <TD class="string">2276</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4844" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4845" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4845);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4845);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Service Broker pour les événements horaires</TD> <TD class="string">TimeBroker</TD></TR> <TR class="b1" index="2"> <TD class="string">Découverte SSDP</TD> <TD class="string">SSDPSRV</TD></TR> <TR class="b2" index="3"> <TD class="string">Publication des ressources de découverte de fonctions</TD> <TD class="string">FDResPub</TD></TR> <TR class="b1" index="4"> <TD class="string">Hôte de périphérique UPnP</TD> <TD class="string">upnphost</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="22"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4850)"> <DIV style="float: left;"><IMG id="e_c_4850" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">unchecky_svc.exe</TD> <TD class="string">1916</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4850" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4851" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4851);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4851);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Unchecky</TD> <TD class="string">Unchecky</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="23"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_4853)"> <DIV style="float: left;"><IMG id="e_c_4853" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">wmpnetwk.exe</TD> <TD class="string">2896</TD> <TD width="8%" class="number">0.0</TD></TR> <TR id="c_4853" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_4854" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4854);" colspan="1">Nom complet</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4854);" colspan="1">Service</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">Service Partage réseau du Lecteur Windows Media</TD> <TD class="string">WMPNetworkSvc</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_214139161673693080)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Système</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_214139161673693080" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_214139161673693080" expandable="1"><A name="214139161"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Système</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4856" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4856)" onchange="show(table_4856)" type="text" size="3" value="15">sur&nbsp;&nbsp;15</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4856" style="table-layout: auto;" showid="system"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4856);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4856);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4856);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4856);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Pourcentage de quota du Registre utilisé</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">2</TD></TR> <TR class="b1" index="2"> <TD>Changements de contexte/s</TD> <TD width="8%" class="number">3,113</TD> <TD width="8%" class="number">1,157</TD> <TD width="8%" class="number">12,339</TD></TR> <TR class="b2" index="3"> <TD>Envois d exception/s</TD> <TD width="8%" class="number">0.117</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">4</TD></TR> <TR class="b1" index="4"> <TD>Octets de contrôle de fichier/s</TD> <TD width="8%" class="number">12,608</TD> <TD width="8%" class="number">5,584</TD> <TD width="8%" class="number">56,136</TD></TR> <TR class="b2" index="5"> <TD>Opérations de contrôle de fichier/s</TD> <TD width="8%" class="number">452</TD> <TD width="8%" class="number">101</TD> <TD width="8%" class="number">3,182</TD></TR> <TR class="b1" index="6"> <TD>Opérations de fichier/s</TD> <TD width="8%" class="number">65</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">804</TD></TR> <TR class="b2" index="7"> <TD>Octets lus sur fichier/s</TD> <TD width="8%" class="number">587,979</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">8,225,142</TD></TR> <TR class="b1" index="8"> <TD>Opérations de lecture de fichier/s</TD> <TD width="8%" class="number">61</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">802</TD></TR> <TR class="b2" index="9"> <TD>Octets écrits sur fichier/s</TD> <TD width="8%" class="number">59,347</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">307,244</TD></TR> <TR class="b1" index="10"> <TD>Opérations d écriture de fichier/s</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">65</TD></TR> <TR class="b2" index="11"> <TD>Processus</TD> <TD width="8%" class="number">59</TD> <TD width="8%" class="number">58</TD> <TD width="8%" class="number">61</TD></TR> <TR class="b1" index="12"> <TD>Longueur de la file du processeur</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">10</TD></TR> <TR class="b2" index="13"> <TD>Appels système/s</TD> <TD width="8%" class="number">11,388</TD> <TD width="8%" class="number">3,413</TD> <TD width="8%" class="number">88,532</TD></TR> <TR class="b1" index="14"> <TD>Temps d activité système</TD> <TD width="8%" class="number">993</TD> <TD width="8%" class="number">963</TD> <TD width="8%" class="number">1,023</TD></TR> <TR class="b2" index="15"> <TD>Threads</TD> <TD width="8%" class="number">989</TD> <TD width="8%" class="number">973</TD> <TD width="8%" class="number">1,026</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="703267520"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Serveur</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4872" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4872)" onchange="show(table_4872)" type="text" size="3" value="20">sur&nbsp;&nbsp;20</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4872" style="table-layout: auto;" showid="server"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4872);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4872);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4872);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4872);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Octets reçus/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="2"> <TD>Total des octets/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="3"> <TD>Octets transmis/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="4"> <TD>Blocs de contexte en attente/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="5"> <TD>Octets de réserve non paginée</TD> <TD width="8%" class="number">41,875</TD> <TD width="8%" class="number">41,875</TD> <TD width="8%" class="number">41,875</TD></TR> <TR class="b1" index="6"> <TD>Octets de réserve paginée</TD> <TD width="8%" class="number">7,830</TD> <TD width="8%" class="number">7,830</TD> <TD width="8%" class="number">7,830</TD></TR> <TR class="b2" index="7"> <TD>Handles durables reconnectés</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="8"> <TD>Sessions serveur</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="9"> <TD>Octets de hachage SMB BranchCache envoyés</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="10"> <TD>Demandes de génération de hachage SMB BranchCache</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="11"> <TD>Demandes d en-tête de hachage SMB BranchCache</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="12"> <TD>Demandes de hachage SMB BranchCache reçues</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="13"> <TD>Réponses de hachage SMB BranchCache envoyées</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="14"> <TD>Octets de hachage SMB BranchCache V2 envoyés</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="15"> <TD>Demandes de génération de hachage SMB BranchCache V2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="16"> <TD>Demandes d en-tête de hachage SMB BranchCache V2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="17"> <TD>Demandes de hachage SMB BranchCache V2 reçues</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="18"> <TD>Demandes SMB BranchCache Hash V2 servies à partir de Dedup</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="19"> <TD>Réponses de hachage SMB BranchCache V2 envoyées</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="20"> <TD>Total des handles durables</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV> <DIV class="title-bar" onclick="folder(c_4893)"> <TABLE class="layout"> <TBODY> <TR> <TD width="400" class="h1">Réseau</TD> <TD><A style="text-decoration: none; cursor: hand;" onclick="showTOC()"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res956A(1).tmp" border="0"></DIV></A></TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="float: right;"> <DIV style="float: left;"><IMG id="e_c_4893" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_4893" expandable="1"> <DIV class="topic-bar" onclick="folder(c_61805287550002664)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">TCP</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_61805287550002664" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_61805287550002664" expandable="1"><A name="342555628"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Trafic TCP sortant<A style="cursor: help;" onmouseover="popup(popup_4895)" onmouseout="popup_4895.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95BD(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_4895" style="width: 300px;">Cette table est limitée aux 25&nbsp;éléments les plus élevés.</DIV></TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4894" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4894)" onchange="show(table_4894)" type="text" size="3" value="16">sur&nbsp;&nbsp;16</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4894" style="table-layout: auto;" showid="tcpSendTable"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4894);" colspan="1">Vers l ordinateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4894);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4894);" colspan="1">Port</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4894);" colspan="1">Demandes/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4894);" colspan="1">Octets sortants/s</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49584</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">23</TD></TR> <TR class="b1" index="2"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49580</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">23</TD></TR> <TR class="b2" index="3"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49585</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">15</TD></TR> <TR class="b1" index="4"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49581</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">15</TD></TR> <TR class="b2" index="5"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49583</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">15</TD></TR> <TR class="b1" index="6"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49579</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">15</TD></TR> <TR class="b2" index="7"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49586</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">10</TD></TR> <TR class="b1" index="8"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49582</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">10</TD></TR> <TR class="b2" index="9"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">2869</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">6</TD></TR> <TR class="b1" index="10"> <TD class="string">127.0.0.1</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49226</TD> <TD width="8%" class="number">0.8</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="11"> <TD class="string">216.58.208.238</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49545</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="12"> <TD class="string">216.58.205.3</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49517</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="13"> <TD class="string">216.58.204.142</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49260</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="14"> <TD class="string">179.60.192.36</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49253</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="15"> <TD class="string">179.60.192.7</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49510</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="16"> <TD class="string">2.20.10.219</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49512</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="445149851"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Trafic TCP entrant<A style="cursor: help;" onmouseover="popup(popup_4913)" onmouseout="popup_4913.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95BD(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_4913" style="width: 300px;">Cette table est limitée aux 25&nbsp;éléments les plus élevés.</DIV></TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4912" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4912)" onchange="show(table_4912)" type="text" size="3" value="16">sur&nbsp;&nbsp;16</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4912" style="table-layout: auto;" showid="tcpRecvTable"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4912);" colspan="1">Depuis l ordinateur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4912);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4912);" colspan="1">Port</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4912);" colspan="1">Demandes/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4912);" colspan="1">Octets entrants/s</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">2869</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">34</TD></TR> <TR class="b1" index="2"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49585</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">12</TD></TR> <TR class="b2" index="3"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49581</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">12</TD></TR> <TR class="b1" index="4"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49586</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">9</TD></TR> <TR class="b2" index="5"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49582</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">9</TD></TR> <TR class="b1" index="6"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49583</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">8</TD></TR> <TR class="b2" index="7"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49579</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">8</TD></TR> <TR class="b1" index="8"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49584</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">7</TD></TR> <TR class="b2" index="9"> <TD class="string">192.168.1.254</TD> <TD width="8%" class="number">948</TD> <TD width="8%" class="number">49580</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">7</TD></TR> <TR class="b1" index="10"> <TD class="string">216.58.205.3</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49517</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="11"> <TD class="string">127.0.0.1</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49225</TD> <TD width="8%" class="number">0.8</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="12"> <TD class="string">216.58.208.238</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49545</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="13"> <TD class="string">216.58.204.142</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49260</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="14"> <TD class="string">179.60.192.36</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49253</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="15"> <TD class="string">179.60.192.7</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49510</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="16"> <TD class="string">2.20.10.219</TD> <TD width="8%" class="number">3880</TD> <TD width="8%" class="number">49512</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">1</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="312164455"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">TCP version 4</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4930" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4930)" onchange="show(table_4930)" type="text" size="3" value="9">sur&nbsp;&nbsp;9</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4930" style="table-layout: auto;" showid="tcpv4counter"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4930);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4930);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4930);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4930);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Échecs lors d une connexion</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">2</TD></TR> <TR class="b1" index="2"> <TD>Connexions actives</TD> <TD width="8%" class="number">415</TD> <TD width="8%" class="number">410</TD> <TD width="8%" class="number">418</TD></TR> <TR class="b2" index="3"> <TD>Connexions établies</TD> <TD width="8%" class="number">13</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">16</TD></TR> <TR class="b1" index="4"> <TD>Connexions passives</TD> <TD width="8%" class="number">60</TD> <TD width="8%" class="number">58</TD> <TD width="8%" class="number">61</TD></TR> <TR class="b2" index="5"> <TD>Connexions réinitialisées</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">9</TD></TR> <TR class="b1" index="6"> <TD>Segments reçus/s</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">33</TD></TR> <TR class="b2" index="7"> <TD>Segments retransmis/s</TD> <TD width="8%" class="number">0.35</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">3</TD></TR> <TR class="b1" index="8"> <TD>Segments envoyés/s</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">30</TD></TR> <TR class="b2" index="9"> <TD>Segments/s</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">63</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="69932374"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">TCP version 6</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4940" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4940)" onchange="show(table_4940)" type="text" size="3" value="9">sur&nbsp;&nbsp;9</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4940" style="table-layout: auto;" showid="tcpv6counter"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4940);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4940);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4940);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4940);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Échecs lors d une connexion</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="2"> <TD>Connexions actives</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">9</TD></TR> <TR class="b2" index="3"> <TD>Connexions établies</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="4"> <TD>Connexions passives</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">9</TD></TR> <TR class="b2" index="5"> <TD>Connexions réinitialisées</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="6"> <TD>Segments reçus/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="7"> <TD>Segments retransmis/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="8"> <TD>Segments envoyés/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="9"> <TD>Segments/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_766908772550002664)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Interface</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_766908772550002664" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_766908772550002664" expandable="1"><A name="320387463"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Interface réseau</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4950" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4950)" onchange="show(table_4950)" type="text" size="3" value="39">sur&nbsp;&nbsp;39</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4950" style="table-layout: auto;" showid="networkinterface"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4950);" colspan="1">counter</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_4950);" colspan="1">Instance</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4950);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4950);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4950);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Octets reçus/s</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="2"> <TD>Octets envoyés/s</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="3"> <TD>Total des octets/s</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="4"> <TD>Bande passante actuelle</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="5"> <TD>Connexions déchargées</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="6"> <TD>Longueur de la file d attente de sortie</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="7"> <TD>Paquets sortants rejetés</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="8"> <TD>Paquets sortants, erreurs</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="9"> <TD>Paquets/s</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="10"> <TD>Connexions TCP RSC actives</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="11"> <TD>Taille moyenne des paquets TCP RSC</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="12"> <TD>Paquets TCP RSC fusionnés/seconde</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="13"> <TD>Exceptions TCP RSC/seconde</TD> <TD class="string">Qualcomm Atheros AR8161 PCI-E Gigabit Ethernet Controller [NDIS 6.30]</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="14"> <TD>Octets reçus/s</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">218</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">5,720</TD></TR> <TR class="b2" index="15"> <TD>Octets envoyés/s</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">260</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">6,040</TD></TR> <TR class="b1" index="16"> <TD>Total des octets/s</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">478</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">11,760</TD></TR> <TR class="b2" index="17"> <TD>Bande passante actuelle</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">108,300,000</TD> <TD width="8%" class="number">108,300,000</TD> <TD width="8%" class="number">108,300,000</TD></TR> <TR class="b1" index="18"> <TD>Connexions déchargées</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="19"> <TD>Longueur de la file d attente de sortie</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="20"> <TD>Paquets sortants rejetés</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="21"> <TD>Paquets sortants, erreurs</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="22"> <TD>Paquets/s</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">66</TD></TR> <TR class="b2" index="23"> <TD>Connexions TCP RSC actives</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="24"> <TD>Taille moyenne des paquets TCP RSC</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="25"> <TD>Paquets TCP RSC fusionnés/seconde</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="26"> <TD>Exceptions TCP RSC/seconde</TD> <TD class="string">Qualcomm Atheros AR9485 Wireless Network Adapter</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="27"> <TD>Octets reçus/s</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="28"> <TD>Octets envoyés/s</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="29"> <TD>Total des octets/s</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="30"> <TD>Bande passante actuelle</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">100,000</TD> <TD width="8%" class="number">100,000</TD> <TD width="8%" class="number">100,000</TD></TR> <TR class="b2" index="31"> <TD>Connexions déchargées</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="32"> <TD>Longueur de la file d attente de sortie</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="33"> <TD>Paquets sortants rejetés</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="34"> <TD>Paquets sortants, erreurs</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="35"> <TD>Paquets/s</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="36"> <TD>Connexions TCP RSC actives</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="37"> <TD>Taille moyenne des paquets TCP RSC</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="38"> <TD>Paquets TCP RSC fusionnés/seconde</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="39"> <TD>Exceptions TCP RSC/seconde</TD> <TD class="string">Teredo Tunneling Pseudo-Interface</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_83384080550002664)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">IP</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_83384080550002664" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_83384080550002664" expandable="1"><A name="596419586"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">IP version 4</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_4990" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_4990)" onchange="show(table_4990)" type="text" size="3" value="17">sur&nbsp;&nbsp;17</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_4990" style="table-layout: auto;" showid="ipv4counter"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_4990);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4990);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4990);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_4990);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Datagrammes transmis/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="2"> <TD>Datagrammes sortants rejetés</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="3"> <TD>Datagrammes sortants non routés</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="4"> <TD>Datagrammes reçus, erreurs d adresse</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="5"> <TD>Datagrammes reçus et livrés/s</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">35</TD></TR> <TR class="b1" index="6"> <TD>Datagrammes reçus et rejetés</TD> <TD width="8%" class="number">142</TD> <TD width="8%" class="number">142</TD> <TD width="8%" class="number">142</TD></TR> <TR class="b2" index="7"> <TD>Datagrammes reçus, erreurs d en-tête</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="8"> <TD>Datagrammes reçus, protocole inconnu</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="9"> <TD>Datagrammes reçus/s</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">35</TD></TR> <TR class="b1" index="10"> <TD>Datagrammes envoyés/s</TD> <TD width="8%" class="number">2</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">32</TD></TR> <TR class="b2" index="11"> <TD>Datagrammes/s</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">67</TD></TR> <TR class="b1" index="12"> <TD>Échecs de réassemblage</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="13"> <TD>Échecs de fragmentation</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="14"> <TD>Datagrammes fragmentés/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="15"> <TD>Fragments créés/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="16"> <TD>Fragments réassemblés/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="17"> <TD>Fragments reçus/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="663614590"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">IP version 6</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5008" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5008)" onchange="show(table_5008)" type="text" size="3" value="17">sur&nbsp;&nbsp;17</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5008" style="table-layout: auto;" showid="ipv6counter"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5008);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5008);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5008);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5008);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Datagrammes transmis/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="2"> <TD>Datagrammes sortants rejetés</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="3"> <TD>Datagrammes sortants non routés</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">4</TD></TR> <TR class="b1" index="4"> <TD>Datagrammes reçus, erreurs d adresse</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="5"> <TD>Datagrammes reçus et livrés/s</TD> <TD width="8%" class="number">0.234</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">4</TD></TR> <TR class="b1" index="6"> <TD>Datagrammes reçus et rejetés</TD> <TD width="8%" class="number">137</TD> <TD width="8%" class="number">136</TD> <TD width="8%" class="number">139</TD></TR> <TR class="b2" index="7"> <TD>Datagrammes reçus, erreurs d en-tête</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="8"> <TD>Datagrammes reçus, protocole inconnu</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="9"> <TD>Datagrammes reçus/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="10"> <TD>Datagrammes envoyés/s</TD> <TD width="8%" class="number">0.284</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">4</TD></TR> <TR class="b2" index="11"> <TD>Datagrammes/s</TD> <TD width="8%" class="number">0.284</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">4</TD></TR> <TR class="b1" index="12"> <TD>Échecs de réassemblage</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="13"> <TD>Échecs de fragmentation</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="14"> <TD>Datagrammes fragmentés/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="15"> <TD>Fragments créés/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="16"> <TD>Fragments réassemblés/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="17"> <TD>Fragments reçus/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_96840363550002664)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">UDP</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_96840363550002664" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_96840363550002664" expandable="1"><A name="852178532"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">UDP version 4</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5026" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5026)" onchange="show(table_5026)" type="text" size="3" value="5">sur&nbsp;&nbsp;5</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5026" style="table-layout: auto;" showid="udpv4counters"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5026);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5026);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5026);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5026);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Datagrammes reçus sans port/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="2"> <TD>Datagrammes reçus, erreurs</TD> <TD width="8%" class="number">176</TD> <TD width="8%" class="number">176</TD> <TD width="8%" class="number">176</TD></TR> <TR class="b2" index="3"> <TD>Datagrammes reçus/s</TD> <TD width="8%" class="number">0.05</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="4"> <TD>Datagrammes envoyés/s</TD> <TD width="8%" class="number">0.05</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="5"> <TD>Datagrammes/s</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">2</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="712400993"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">UDP version 6</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5032" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5032)" onchange="show(table_5032)" type="text" size="3" value="5">sur&nbsp;&nbsp;5</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5032" style="table-layout: auto;" showid="udpv6counters"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5032);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5032);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5032);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5032);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Datagrammes reçus sans port/s</TD> <TD width="8%" class="number">0.05</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="2"> <TD>Datagrammes reçus, erreurs</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="3"> <TD>Datagrammes reçus/s</TD> <TD width="8%" class="number">0.234</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">4</TD></TR> <TR class="b1" index="4"> <TD>Datagrammes envoyés/s</TD> <TD width="8%" class="number">0.284</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">4</TD></TR> <TR class="b2" index="5"> <TD>Datagrammes/s</TD> <TD width="8%" class="number">0.517</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">8</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV> <DIV class="title-bar" onclick="folder(c_5038)"> <TABLE class="layout"> <TBODY> <TR> <TD width="400" class="h1">Disque</TD> <TD><A style="text-decoration: none; cursor: hand;" onclick="showTOC()"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res956A(1).tmp" border="0"></DIV></A></TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="float: right;"> <DIV style="float: left;"><IMG id="e_c_5038" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_5038" expandable="1"> <DIV class="topic-bar" onclick="folder(c_434125872713552553)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Fichiers fréquemment utilisés</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_434125872713552553" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_434125872713552553" expandable="1"><A name="504828673"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Fichiers causant le plus d E/S disque</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5039" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5039)" onchange="show(table_5039)" type="text" size="3" value="10">sur&nbsp;&nbsp;20</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5039" style="table-layout: auto;" showid="hotFile"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_5039);" colspan="1">Disque</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5039);" colspan="1">Fichier</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5039);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5039);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5039);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5039);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5040)"> <DIV style="float: left;"><IMG id="e_c_5040" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\$Mft</TD> <TD width="8%" class="number">0.4</TD> <TD width="8%" class="number">7</TD> <TD width="8%" class="number">0.8</TD> <TD width="8%" class="number">4</TD></TR> <TR id="c_5040" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5041" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5041);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5041);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5041);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5041);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5041);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5041);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">System</TD> <TD class="string">4</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">0.8</TD> <TD width="8%" class="number">4</TD></TR> <TR class="b1" index="2"> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">2036</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="3"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5045)"> <DIV style="float: left;"><IMG id="e_c_5045" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\..\{9cc39a04-e0ba-11e6-825a-50465d2cfe8a}{3808876b-c176-4e48-b7ae-04046e6cc752}</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.8</TD> <TD width="8%" class="number">23</TD></TR> <TR id="c_5045" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5046" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5046);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5046);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5046);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5046);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5046);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5046);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">System</TD> <TD class="string">4</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.5</TD> <TD width="8%" class="number">23</TD></TR> <TR class="b1" index="2"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">23</TD></TR> <TR class="b2" index="3"> <TD class="string">svchost.exe</TD> <TD class="string">948</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">28</TD></TR> <TR class="b1" index="4"> <TD class="string">svchost.exe</TD> <TD class="string">900</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">16</TD></TR> <TR class="b2" index="5"> <TD class="string">lsass.exe</TD> <TD class="string">552</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">16</TD></TR> <TR class="b1" index="6"> <TD class="string">firefox.exe</TD> <TD class="string">3880</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">16</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="3"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5053)"> <DIV style="float: left;"><IMG id="e_c_5053" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\$LogFile</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.8</TD> <TD width="8%" class="number">14</TD></TR> <TR id="c_5053" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5054" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5054);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5054);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5054);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5054);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5054);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5054);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">System</TD> <TD class="string">4</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.5</TD> <TD width="8%" class="number">9</TD></TR> <TR class="b1" index="2"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">39</TD></TR> <TR class="b2" index="3"> <TD class="string">svchost.exe</TD> <TD class="string">948</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">8</TD></TR> <TR class="b1" index="4"> <TD class="string">svchost.exe</TD> <TD class="string">900</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">6</TD></TR> <TR class="b2" index="5"> <TD class="string">firefox.exe</TD> <TD class="string">3880</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">14</TD></TR> <TR class="b1" index="6"> <TD class="string">lsass.exe</TD> <TD class="string">552</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">8</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="4"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5061)"> <DIV style="float: left;"><IMG id="e_c_5061" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\System32\wbem\Repository\OBJECTS.DATA</TD> <TD width="8%" class="number">0.7</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">8</TD></TR> <TR id="c_5061" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5062" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5062);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5062);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5062);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5062);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5062);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5062);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">svchost.exe</TD> <TD class="string">948</TD> <TD width="8%" class="number">0.6</TD> <TD width="8%" class="number">8</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">8</TD></TR> <TR class="b1" index="2"> <TD class="string">System</TD> <TD class="string">4</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">40</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="5"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5065)"> <DIV style="float: left;"><IMG id="e_c_5065" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\PerfLogs\System\Diagnostics\PC-DJAZI_20170122-000001\Performance Counter.blg</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">8</TD> <TD width="8%" class="number">0.6</TD> <TD width="8%" class="number">60</TD></TR> <TR id="c_5065" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5066" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5066);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5066);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5066);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5066);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5066);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5066);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">8</TD> <TD width="8%" class="number">0.6</TD> <TD width="8%" class="number">60</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="6"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5068)"> <DIV style="float: left;"><IMG id="e_c_5068" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\$BitMap</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.4</TD> <TD width="8%" class="number">4</TD></TR> <TR id="c_5068" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5069" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5069);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5069);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5069);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5069);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5069);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5069);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">System</TD> <TD class="string">4</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.4</TD> <TD width="8%" class="number">4</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="7"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5071)"> <DIV style="float: left;"><IMG id="e_c_5071" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\System32\wbem\cimwin32.dll</TD> <TD width="8%" class="number">0.4</TD> <TD width="8%" class="number">27</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR id="c_5071" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5072" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5072);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5072);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5072);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5072);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5072);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5072);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">2036</TD> <TD width="8%" class="number">0.4</TD> <TD width="8%" class="number">27</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="8"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5074)"> <DIV style="float: left;"><IMG id="e_c_5074" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\PerfLogs\System\Diagnostics\PC-DJAZI_20170122-000001\NtKernel.etl</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">0.3</TD> <TD width="8%" class="number">16</TD></TR> <TR id="c_5074" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5075" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5075);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5075);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5075);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5075);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5075);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5075);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">System</TD> <TD class="string">4</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">0.3</TD> <TD width="8%" class="number">16</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="9"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5077)"> <DIV style="float: left;"><IMG id="e_c_5077" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\Microsoft.NET\Framework64\v4.0.30319\PerfCounter.dll</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">14</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR id="c_5077" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5078" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5078);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5078);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5078);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5078);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5078);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5078);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">14</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="10"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5080)"> <DIV style="float: left;"><IMG id="e_c_5080" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\PerfLogs\System\Diagnostics\PC-DJAZI_20170122-000001\PlugAndPlay Classes.xml</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">37</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">43</TD></TR> <TR id="c_5080" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5081" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5081);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5081);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5081);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5081);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5081);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5081);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">37</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">43</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="11"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5083)"> <DIV style="float: left;"><IMG id="e_c_5083" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\Microsoft.NET\Framework64\v4.0.30319\CORPerfMonExt.dll</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR id="c_5083" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5084" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5084);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5084);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5084);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5084);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5084);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5084);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">11</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="12"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5086)"> <DIV style="float: left;"><IMG id="e_c_5086" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\PerfLogs\System\Diagnostics\PC-DJAZI_20170122-000001\Processes.xml</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">39</TD></TR> <TR id="c_5086" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5087" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5087);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5087);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5087);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5087);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5087);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5087);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">39</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="13"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5089)"> <DIV style="float: left;"><IMG id="e_c_5089" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\System32\prntvpt.dll</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR id="c_5089" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5090" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5090);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5090);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5090);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5090);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5090);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5090);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">2036</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="14"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5092)"> <DIV style="float: left;"><IMG id="e_c_5092" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\System32\provthrd.dll</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">14</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR id="c_5092" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5093" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5093);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5093);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5093);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5093);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5093);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5093);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">2036</TD> <TD width="8%" class="number">0.2</TD> <TD width="8%" class="number">14</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="15"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5095)"> <DIV style="float: left;"><IMG id="e_c_5095" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\System32\tapi32.dll</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR id="c_5095" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5096" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5096);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5096);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5096);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5096);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5096);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5096);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">2036</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="16"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5098)"> <DIV style="float: left;"><IMG id="e_c_5098" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\System32\wbem\ntevt.dll</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">21</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR id="c_5098" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5099" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5099);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5099);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5099);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5099);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5099);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5099);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">2036</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">21</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="17"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5101)"> <DIV style="float: left;"><IMG id="e_c_5101" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\System32\msscntrs.dll</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">5</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR id="c_5101" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5102" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5102);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5102);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5102);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5102);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5102);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5102);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">5</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="18"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5104)"> <DIV style="float: left;"><IMG id="e_c_5104" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\System32\msvcirt.dll</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR id="c_5104" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5105" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5105);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5105);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5105);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5105);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5105);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5105);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">2036</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b2" index="19"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5107)"> <DIV style="float: left;"><IMG id="e_c_5107" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\Windows\System32\wbem\Repository\INDEX.BTR</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">13</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">8</TD></TR> <TR id="c_5107" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5108" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5108);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5108);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5108);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5108);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5108);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5108);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">svchost.exe</TD> <TD class="string">948</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">13</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">8</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="20"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5110)"> <DIV style="float: left;"><IMG id="e_c_5110" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD class="string">C:\PerfLogs\System\Diagnostics\PC-DJAZI_20170122-000001\Memory Classes.xml</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">37</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">33</TD></TR> <TR id="c_5110" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5111" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5111);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5111);" colspan="1">ID de processus</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5111);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5111);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5111);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5111);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">37</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">33</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_226899657713552553)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Division du disque</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_226899657713552553" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_226899657713552553" expandable="1"><A name="506144919"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Totaux disque</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5113" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5113)" onchange="show(table_5113)" type="text" size="3" value="1">sur&nbsp;&nbsp;1</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5113" style="table-layout: auto;" showid="diskTotals"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_5113);" colspan="1">Numéro du disque</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5113);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5113);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5113);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5113);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5114)"> <DIV style="float: left;"><IMG id="e_c_5114" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">0</TD> <TD width="8%" class="number">8.7</TD> <TD width="8%" class="number">41</TD> <TD width="8%" class="number">5.8</TD> <TD width="8%" class="number">21</TD></TR> <TR id="c_5114" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5115" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5115);" colspan="1">Nom de l image</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5115);" colspan="1">ID de processus</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5115);" colspan="1">Autorité</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5115);" colspan="1">Lectures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5115);" colspan="1">Ko/lecture</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5115);" colspan="1">Écritures/s</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5115);" colspan="1">Ko/écriture</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">System</TD> <TD class="string">4</TD> <TD class="string">\\AUTORITE NT\Système</TD> <TD width="8%" class="number">0.4</TD> <TD width="8%" class="number">57</TD> <TD width="8%" class="number">3.6</TD> <TD width="8%" class="number">14</TD></TR> <TR class="b1" index="2"> <TD class="string">services.exe</TD> <TD class="string">544</TD> <TD class="string">\\AUTORITE NT\Système</TD> <TD width="8%" class="number">3.7</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="3"> <TD class="string">rundll32.exe</TD> <TD class="string">824</TD> <TD class="string">\\PC-djazi\Djazi</TD> <TD width="8%" class="number">1.6</TD> <TD width="8%" class="number">13</TD> <TD width="8%" class="number">1.5</TD> <TD width="8%" class="number">41</TD></TR> <TR class="b1" index="4"> <TD class="string">WmiPrvSE.exe</TD> <TD class="string">2036</TD> <TD class="string">\\AUTORITE NT\SERVICE RÉSEAU</TD> <TD width="8%" class="number">1.6</TD> <TD width="8%" class="number">18</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="5"> <TD class="string">svchost.exe</TD> <TD class="string">948</TD> <TD class="string">\\AUTORITE NT\Système</TD> <TD width="8%" class="number">0.8</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">0.3</TD> <TD width="8%" class="number">22</TD></TR> <TR class="b1" index="6"> <TD class="string">MBAMService.exe</TD> <TD class="string">1944</TD> <TD class="string">\\AUTORITE NT\Système</TD> <TD width="8%" class="number">0.3</TD> <TD width="8%" class="number">581</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="7"> <TD class="string">svchost.exe</TD> <TD class="string">900</TD> <TD class="string">\\AUTORITE NT\SERVICE LOCAL</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">32</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">8</TD></TR> <TR class="b1" index="8"> <TD class="string">lsass.exe</TD> <TD class="string">552</TD> <TD class="string">\\AUTORITE NT\Système</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">24</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">10</TD></TR> <TR class="b2" index="9"> <TD class="string">firefox.exe</TD> <TD class="string">3880</TD> <TD class="string">\\PC-djazi\Djazi</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">12</TD></TR> <TR class="b1" index="10"> <TD class="string">explorer.exe</TD> <TD class="string">1220</TD> <TD class="string">\\PC-djazi\Djazi</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">16</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="11"> <TD class="string">spoolsv.exe</TD> <TD class="string">1276</TD> <TD class="string">\\AUTORITE NT\Système</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">12</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b1" index="12"> <TD class="string">nvxdsync.exe</TD> <TD class="string">908</TD> <TD class="string">\\AUTORITE NT\Système</TD> <TD width="8%" class="number">0.1</TD> <TD width="8%" class="number">1199</TD> <TD width="8%" class="number">0.0</TD> <TD width="8%" class="number">0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_455675144713552553)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Disque physique</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_455675144713552553" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_455675144713552553" expandable="1"><A name="728078088"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Compteurs de disque physique</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5128" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5128)" onchange="show(table_5128)" type="text" size="3" value="17">sur&nbsp;&nbsp;17</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5128" style="table-layout: auto;" showid="physicalDiskCounters"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5128);" colspan="1">counter</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5128);" colspan="1">Instance</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5128);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5128);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5128);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Pourcentage du temps de lecture du disque</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">9</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">238</TD></TR> <TR class="b1" index="2"> <TD>Pourcentage du temps disque</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">10</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">239</TD></TR> <TR class="b2" index="3"> <TD>Pourcentage du temps écriture du disque</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">0.854</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">13</TD></TR> <TR class="b1" index="4"> <TD>Moyenne disque, octets/lecture</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">59,287</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">1,228,288</TD></TR> <TR class="b2" index="5"> <TD>Moyenne disque, octets/transfert</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">41,462</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">527,667</TD></TR> <TR class="b1" index="6"> <TD>Moyenne disque, octets/écriture</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">20,594</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">83,968</TD></TR> <TR class="b2" index="7"> <TD>Longueur moyenne de file d attente du disque</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">0.097</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">2</TD></TR> <TR class="b1" index="8"> <TD>Longueur moyenne de file d attente lecture disque</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">0.089</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">2</TD></TR> <TR class="b2" index="9"> <TD>Longueur moyenne de file d attente écriture disque</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">0.009</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.125</TD></TR> <TR class="b1" index="10"> <TD>Taille de file d attente du disque actuelle</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">0.148</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">3</TD></TR> <TR class="b2" index="11"> <TD>Octets disque/s</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">431,088</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">8,451,044</TD></TR> <TR class="b1" index="12"> <TD>Lectures disque, octets/s</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">332,448</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">8,365,340</TD></TR> <TR class="b2" index="13"> <TD>Lectures disque/s</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">6</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">135</TD></TR> <TR class="b1" index="14"> <TD>Transferts disque/s</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">10</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">137</TD></TR> <TR class="b2" index="15"> <TD>Écritures disque, octets/s</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">98,640</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">1,038,611</TD></TR> <TR class="b1" index="16"> <TD>Écritures disque/s</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">5</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">86</TD></TR> <TR class="b2" index="17"> <TD>E/S partagées/s</TD> <TD class="string">_Total</TD> <TD width="8%" class="number">0.234</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">4</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="35058890"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Pourcentage de temps d inactivité du disque physique<A style="cursor: help;" onmouseover="popup(popup_5147)" onmouseout="popup_5147.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95BD(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_5147" style="width: 300px;">Le temps d inactivité constitue un bon indicateur de l activité du disque. Les sous-systèmes de disque maintiennent divers taux d E/S et compteur d inactivité normalise ces données pour indiquer à quel moment le disque est susceptible d être occupé. Plus le disque est occupé, plus la valeur du compteur a tendance à diminuer.</DIV></TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5146" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5146)" onchange="show(table_5146)" type="text" size="3" value="2">sur&nbsp;&nbsp;2</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5146" style="table-layout: auto;" showid="physicalDiskIdle"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5146);" colspan="1">Instance</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5146);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5146);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5146);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD class="string">0 C:</TD> <TD width="8%" class="number">94</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">101</TD></TR> <TR class="b1" index="2"> <TD class="string">_Total</TD> <TD width="8%" class="number">94</TD> <TD width="8%" class="number">3</TD> <TD width="8%" class="number">101</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="494275670"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Compteurs du nombre moyen de secondes par opération du disque physique<A style="cursor: help;" onmouseover="popup(popup_5151)" onmouseout="popup_5151.style.display='none'"> <DIV style="position: absolute;"> <DIV style="left: 3px; top: -2px; position: absolute;"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95BD(1).tmp" border="0"></DIV></DIV></DIV>&nbsp;&nbsp;&nbsp;</A> <DIV class="popup" id="popup_5151" style="width: 300px;">Le nombre moyen de secondes par opération constitue un bon indicateur de l activité du disque et de son intégrité. Une opération d E/S est censée durer moins de 0,015&nbsp;ms sur un sous-système de disque en bon état. Les valeurs supérieures, surtout si le temps d inactivité est élevé ou si le taux d E/S du disque est faible, indique que le disque rencontre des difficultés de lecture ou d écriture. Dans ce dernier cas, utilisez les tests de diagnostics de disque suggérés.</DIV></TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5150" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5150)" onchange="show(table_5150)" type="text" size="3" value="3">sur&nbsp;&nbsp;3</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5150" style="table-layout: auto;" showid="physicalDiskAveDiskSec"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5150);" colspan="1">counter</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5150);" colspan="1">Instance</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5150);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5150);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5150);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Moyenne disque s/lecture</TD> <TD class="string">0 C:</TD> <TD width="8%" class="number">0.016</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.03</TD></TR> <TR class="b1" index="2"> <TD>Moyenne disque s/transfert</TD> <TD class="string">0 C:</TD> <TD width="8%" class="number">0.009</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.03</TD></TR> <TR class="b2" index="3"> <TD>Moyenne disque s/écriture</TD> <TD class="string">0 C:</TD> <TD width="8%" class="number">0.002</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0.027</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="topic-bar" onclick="folder(c_578510289713552553)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Performances NTFS</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_578510289713552553" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_578510289713552553" expandable="1"><A name="578510289"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Paramètres de performances</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5155" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5155)" onchange="show(table_5155)" type="text" size="3" value="2">sur&nbsp;&nbsp;2</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5155" style="table-layout: auto;" showid="TableNTFSPerformance"> <THEAD style="display: table-header-group;"> <TR> <TD width="1%"></TD> <TH class="string" style="cursor: hand;" onclick="sort(table_5155);" colspan="1">Requête</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5155);" colspan="1">Résultat</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5156)"> <DIV style="float: left;"><IMG id="e_c_5156" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">HKLM\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_5156" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5157" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5157);" colspan="1">Clé</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5157);" colspan="1">Valeur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5157);" colspan="1">Type</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5157);" colspan="1">Résultat</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">HKLM\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation</TD> <TD class="string">2</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR class="b1" index="2"> <TD> <DIV style="width: 12px;"><A style="text-decoration: none; cursor: hand;" onclick="folder(c_5159)"> <DIV style="float: left;"><IMG id="e_c_5159" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95AB(1).tmp" border="0" altimage="res://wdc.dll/close.gif"></DIV></A></DIV></TD> <TD class="string">HKLM\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisableLastAccessUpdate</TD> <TD width="8%" class="number">0x0</TD></TR> <TR id="c_5159" expandable="1" child="true"> <TD colspan="100"> <TABLE width="100%" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD width="10"></TD> <TD> <TABLE class="block" id="table_5160" style="table-layout: auto;" showid=""> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5160);" colspan="1">Clé</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5160);" colspan="1">Valeur</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5160);" colspan="1">Type</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5160);" colspan="1">Résultat</TH></TR></THEAD> <TBODY mode="child"> <TR class="b2" index="1"> <TD class="string">HKLM\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisableLastAccessUpdate</TD> <TD class="string">1</TD> <TD width="8%" class="number">4</TD> <TD width="8%" class="number">0x0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV> <DIV class="title-bar" onclick="folder(c_5162)"> <TABLE class="layout"> <TBODY> <TR> <TD width="400" class="h1">Mémoire</TD> <TD><A style="text-decoration: none; cursor: hand;" onclick="showTOC()"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res956A(1).tmp" border="0"></DIV></A></TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="float: right;"> <DIV style="float: left;"><IMG id="e_c_5162" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_5162" expandable="1"> <DIV class="topic-bar" onclick="folder(c_249335531395172930)"> <TABLE class="layout" cellspacing="0" cellpadding="0"> <TBODY> <TR> <TD class="h3">Compteurs</TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="margin-right: 2px; float: right;"> <DIV style="float: left;"><IMG id="e_c_249335531395172930" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_249335531395172930" expandable="1"><A name="736373561"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Mémoire</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5163" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5163)" onchange="show(table_5163)" type="text" size="3" value="29">sur&nbsp;&nbsp;29</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5163" style="table-layout: auto;" showid="memory"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5163);" colspan="1">counter</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5163);" colspan="1">Moyen</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5163);" colspan="1">Minimum</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5163);" colspan="1">Maximum</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD>Pourcentage d octets dédiés utilisés</TD> <TD width="8%" class="number">23</TD> <TD width="8%" class="number">23</TD> <TD width="8%" class="number">23</TD></TR> <TR class="b1" index="2"> <TD>Octets disponibles</TD> <TD width="8%" class="number">4,382,477,530</TD> <TD width="8%" class="number">4,358,815,744</TD> <TD width="8%" class="number">4,393,562,112</TD></TR> <TR class="b2" index="3"> <TD>Octets du cache</TD> <TD width="8%" class="number">127,688,771</TD> <TD width="8%" class="number">127,090,688</TD> <TD width="8%" class="number">130,813,952</TD></TR> <TR class="b1" index="4"> <TD>Défauts de cache/s</TD> <TD width="8%" class="number">71</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">1,962</TD></TR> <TR class="b2" index="5"> <TD>Limite de mémoire dédiée</TD> <TD width="8%" class="number">8,065,355,776</TD> <TD width="8%" class="number">8,065,355,776</TD> <TD width="8%" class="number">8,065,355,776</TD></TR> <TR class="b1" index="6"> <TD>Octets validés</TD> <TD width="8%" class="number">1,858,452,362</TD> <TD width="8%" class="number">1,849,331,712</TD> <TD width="8%" class="number">1,882,193,920</TD></TR> <TR class="b2" index="7"> <TD>Défauts de page à zéro/s</TD> <TD width="8%" class="number">772</TD> <TD width="8%" class="number">1</TD> <TD width="8%" class="number">9,548</TD></TR> <TR class="b1" index="8"> <TD>Octets des listes de pages vides et pages de zéros</TD> <TD width="8%" class="number">2,839,427,643</TD> <TD width="8%" class="number">2,817,888,256</TD> <TD width="8%" class="number">2,867,564,544</TD></TR> <TR class="b2" index="9"> <TD>Entrées libres en table des pages système</TD> <TD width="8%" class="number">16,498,634</TD> <TD width="8%" class="number">16,498,352</TD> <TD width="8%" class="number">16,498,769</TD></TR> <TR class="b1" index="10"> <TD>Durée de vie moyenne de la mémoire cache d attente à long terme (s)</TD> <TD width="8%" class="number">14,400</TD> <TD width="8%" class="number">14,400</TD> <TD width="8%" class="number">14,400</TD></TR> <TR class="b2" index="11"> <TD>Octets de la liste des pages modifiées</TD> <TD width="8%" class="number">71,228,433</TD> <TD width="8%" class="number">65,277,952</TD> <TD width="8%" class="number">72,413,184</TD></TR> <TR class="b1" index="12"> <TD>Défauts de page/s</TD> <TD width="8%" class="number">1,411</TD> <TD width="8%" class="number">66</TD> <TD width="8%" class="number">17,688</TD></TR> <TR class="b2" index="13"> <TD>Lectures de pages/s</TD> <TD width="8%" class="number">8</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">218</TD></TR> <TR class="b1" index="14"> <TD>Écritures de pages/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="15"> <TD>Pages en entrée/s</TD> <TD width="8%" class="number">61</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">2,094</TD></TR> <TR class="b1" index="16"> <TD>Pages en sortie/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="17"> <TD>Pages/s</TD> <TD width="8%" class="number">61</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">2,094</TD></TR> <TR class="b1" index="18"> <TD>Allocations de réserve non paginée</TD> <TD width="8%" class="number">113,239</TD> <TD width="8%" class="number">112,871</TD> <TD width="8%" class="number">113,809</TD></TR> <TR class="b2" index="19"> <TD>Octets de réserve non paginée</TD> <TD width="8%" class="number">95,369,988</TD> <TD width="8%" class="number">95,186,944</TD> <TD width="8%" class="number">97,714,176</TD></TR> <TR class="b1" index="20"> <TD>Allocations de réserve paginée</TD> <TD width="8%" class="number">151,090</TD> <TD width="8%" class="number">150,217</TD> <TD width="8%" class="number">151,387</TD></TR> <TR class="b2" index="21"> <TD>Octets de réserve paginée</TD> <TD width="8%" class="number">155,080,335</TD> <TD width="8%" class="number">154,832,896</TD> <TD width="8%" class="number">155,234,304</TD></TR> <TR class="b1" index="22"> <TD>Octets résidants de réserve paginée</TD> <TD width="8%" class="number">141,891,953</TD> <TD width="8%" class="number">141,455,360</TD> <TD width="8%" class="number">142,061,568</TD></TR> <TR class="b2" index="23"> <TD>Octets de base du cache en attente</TD> <TD width="8%" class="number">297,109,873</TD> <TD width="8%" class="number">294,875,136</TD> <TD width="8%" class="number">298,299,392</TD></TR> <TR class="b1" index="24"> <TD>Octets du cache en attente de priorité normale</TD> <TD width="8%" class="number">429,279,266</TD> <TD width="8%" class="number">417,292,288</TD> <TD width="8%" class="number">430,194,688</TD></TR> <TR class="b2" index="25"> <TD>Octets de réserve du cache en attente</TD> <TD width="8%" class="number">816,660,681</TD> <TD width="8%" class="number">812,843,008</TD> <TD width="8%" class="number">818,462,720</TD></TR> <TR class="b1" index="26"> <TD>Octets résidants dans le cache système</TD> <TD width="8%" class="number">127,688,771</TD> <TD width="8%" class="number">127,090,688</TD> <TD width="8%" class="number">130,813,952</TD></TR> <TR class="b2" index="27"> <TD>Défauts en transit/s</TD> <TD width="8%" class="number">456</TD> <TD width="8%" class="number">59</TD> <TD width="8%" class="number">6,332</TD></TR> <TR class="b1" index="28"> <TD>Pages de transition avec nouvel objet/s</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">0</TD></TR> <TR class="b2" index="29"> <TD>Copies pour écriture/s</TD> <TD width="8%" class="number">13</TD> <TD width="8%" class="number">0</TD> <TD width="8%" class="number">244</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV> <DIV class="title-bar" onclick="folder(c_5193)"> <TABLE class="layout"> <TBODY> <TR> <TD width="400" class="h1">Statistiques de rapport</TD> <TD><A style="text-decoration: none; cursor: hand;" onclick="showTOC()"> <DIV style="float: left;"><IMG style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res956A(1).tmp" border="0"></DIV></A></TD> <TD><A style="text-decoration: none; cursor: hand;"> <DIV style="float: right;"> <DIV style="float: left;"><IMG id="e_c_5193" style="margin-right: 5px;" src="Rapport%20Perfmom_fichiers/res95CD(1).tmp" border="0" altimage="res://wdc.dll/collapse.gif"></DIV></DIV></A></TD></TR></TBODY></TABLE></DIV> <DIV id="c_5193" expandable="1"><A name="934055310"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Informations sur l ordinateur</TD> <TD align="right" valign="top"></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5194"> <TBODY> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Ordinateur:</TD> <TD class="info" valign="center">PC-DJAZI</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Version de Windows:</TD> <TD class="info b2" valign="center">9600</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Processeurs:</TD> <TD class="info" valign="center">2</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Vitesse du processeur:</TD> <TD class="info b2" valign="center">2395&nbsp;MHz</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Mémoire:</TD> <TD class="info" valign="center">6028&nbsp;Mo</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Plateforme:</TD> <TD class="info b2" valign="center">64&nbsp;Bit</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="474686761"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Fichiers</TD> <TD align="right" valign="top"></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5195"> <TBODY> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Fichier:</TD> <TD class="info" valign="center">C:\perflogs\System\Diagnostics\PC-DJAZI_20170122-000001\NtKernel.etl</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Nom du créateur du journal:</TD> <TD class="info b2" valign="center">NT Kernel Logger</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Heure de début:</TD> <TD class="info" valign="center">dimanche 22 janvier 2017 19:40:31</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Heure de fin:</TD> <TD class="info b2" valign="center">dimanche 22 janvier 2017 19:41:36</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Durée du fichier:</TD> <TD class="info" valign="center">64&nbsp;secondes</TD></TR> <TR> <TD colspan="3"> <HR> </TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Fichier:</TD> <TD class="info" valign="center">Performance Counter.blg</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Heure de début:</TD> <TD class="info b2" valign="center">dimanche 22 janvier 2017 19:40:33</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Heure de fin:</TD> <TD class="info" valign="center">dimanche 22 janvier 2017 19:41:33</TD></TR> <TR> <TD width="12%" class="h4" valign="top" style="white-space: nowrap;">Durée du fichier:</TD> <TD class="info b2" valign="center">59&nbsp;secondes</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><A name="946823519"></A> <TABLE class="block" style="margin-top: 5px;" cellspacing="3" cellpadding="0"> <TBODY> <TR> <TD> <TABLE width="100%"> <TBODY> <TR> <TD class="h2">Événements traités</TD> <TD align="right" valign="top"><FONT size="-2">Affichage&nbsp;:&nbsp;<INPUT class="top b1" id="top_table_5196" onmouseover="style.border='inset 1px';style.margin='0px'" onmouseout="style.border='none';style.margin='1px'" onkeypress="pressTop(table_5196)" onchange="show(table_5196)" type="text" size="3" value="3">sur&nbsp;&nbsp;42</FONT>&nbsp;</TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE class="block" id="table_5196" style="table-layout: auto;" showid="events"> <THEAD style="display: table-header-group;"> <TR> <TH class="string" style="cursor: hand;" onclick="sort(table_5196);" colspan="1">Événement</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5196);" colspan="1">Opcode</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5196);" colspan="1">Tâche</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5196);" colspan="1">GUID de charge utile</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5196);" colspan="1">ID de charge utile</TH> <TH class="string" style="cursor: hand;" onclick="sort(table_5196);" colspan="1">Version</TH> <TH class="number" style="cursor: hand;" onclick="sort(table_5196);" colspan="1">Nombre</TH></TR></THEAD> <TBODY> <TR class="b2" index="1"> <TD class="string">FileIo</TD> <TD class="string">FileRundown</TD> <TD class="string">0</TD> <TD class="code">{90cbdc39-4a3e-11d1-84f4-0000f80464e3}</TD> <TD class="string">36</TD> <TD class="string">2</TD> <TD width="8%" class="number">6547</TD></TR> <TR class="b1" index="2"> <TD class="string">Thread</TD> <TD class="string">DCEnd</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d1-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">4</TD> <TD class="string">3</TD> <TD width="8%" class="number">976</TD></TR> <TR class="b2" index="3"> <TD class="string">Thread</TD> <TD class="string">DCStart</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d1-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">3</TD> <TD class="string">3</TD> <TD width="8%" class="number">911</TD></TR> <TR class="b1" index="4"> <TD class="string">DiskIo</TD> <TD class="string">Read</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d4-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">10</TD> <TD class="string">3</TD> <TD width="8%" class="number">537</TD></TR> <TR class="b2" index="5"> <TD class="string">DiskIo</TD> <TD class="string">Write</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d4-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">11</TD> <TD class="string">3</TD> <TD width="8%" class="number">358</TD></TR> <TR class="b1" index="6"> <TD class="string">FileIo</TD> <TD class="string">FileCreate</TD> <TD class="string">0</TD> <TD class="code">{90cbdc39-4a3e-11d1-84f4-0000f80464e3}</TD> <TD class="string">32</TD> <TD class="string">2</TD> <TD width="8%" class="number">247</TD></TR> <TR class="b2" index="7"> <TD class="string">SystemConfig</TD> <TD class="string">Services</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">15</TD> <TD class="string">3</TD> <TD width="8%" class="number">174</TD></TR> <TR class="b1" index="8"> <TD class="string">Thread</TD> <TD class="string">Start</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d1-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">1</TD> <TD class="string">3</TD> <TD width="8%" class="number">164</TD></TR> <TR class="b2" index="9"> <TD class="string">SystemConfig</TD> <TD class="string">PnP</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">22</TD> <TD class="string">5</TD> <TD width="8%" class="number">109</TD></TR> <TR class="b1" index="10"> <TD class="string">FileIo</TD> <TD class="string">FileDelete</TD> <TD class="string">0</TD> <TD class="code">{90cbdc39-4a3e-11d1-84f4-0000f80464e3}</TD> <TD class="string">35</TD> <TD class="string">2</TD> <TD width="8%" class="number">104</TD></TR> <TR class="b2" index="11"> <TD class="string">Thread</TD> <TD class="string">End</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d1-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">2</TD> <TD class="string">3</TD> <TD width="8%" class="number">99</TD></TR> <TR class="b1" index="12"> <TD class="string">TcpIp</TD> <TD class="string">SendIPV4</TD> <TD class="string">0</TD> <TD class="code">{9a280ac0-c8e0-11d1-84e2-00c04fb998a2}</TD> <TD class="string">10</TD> <TD class="string">2</TD> <TD width="8%" class="number">77</TD></TR> <TR class="b2" index="13"> <TD class="string">TcpIp</TD> <TD class="string">RecvIPV4</TD> <TD class="string">0</TD> <TD class="code">{9a280ac0-c8e0-11d1-84e2-00c04fb998a2}</TD> <TD class="string">11</TD> <TD class="string">2</TD> <TD width="8%" class="number">72</TD></TR> <TR class="b1" index="14"> <TD class="string">Process</TD> <TD class="string">DCStart</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d0-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">3</TD> <TD class="string">4</TD> <TD width="8%" class="number">61</TD></TR> <TR class="b2" index="15"> <TD class="string">Process</TD> <TD class="string">DCEnd</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d0-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">4</TD> <TD class="string">4</TD> <TD width="8%" class="number">58</TD></TR> <TR class="b1" index="16"> <TD class="string">DiskIo</TD> <TD class="string">FlushBuffers</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d4-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">14</TD> <TD class="string">3</TD> <TD width="8%" class="number">26</TD></TR> <TR class="b2" index="17"> <TD class="string">SystemConfig</TD> <TD class="string">IRQ</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">21</TD> <TD class="string">3</TD> <TD width="8%" class="number">21</TD></TR> <TR class="b1" index="18"> <TD class="string">TcpIp</TD> <TD class="string">DisconnectIPV4</TD> <TD class="string">0</TD> <TD class="code">{9a280ac0-c8e0-11d1-84e2-00c04fb998a2}</TD> <TD class="string">13</TD> <TD class="string">2</TD> <TD width="8%" class="number">18</TD></TR> <TR class="b2" index="19"> <TD class="string">UdpIp</TD> <TD class="string">SendIPV6</TD> <TD class="string">0</TD> <TD class="code">{bf3a50c5-a9c9-4988-a005-2df0b7c80f80}</TD> <TD class="string">26</TD> <TD class="string">2</TD> <TD width="8%" class="number">17</TD></TR> <TR class="b1" index="20"> <TD class="string">UdpIp</TD> <TD class="string">RecvIPV6</TD> <TD class="string">0</TD> <TD class="code">{bf3a50c5-a9c9-4988-a005-2df0b7c80f80}</TD> <TD class="string">27</TD> <TD class="string">2</TD> <TD width="8%" class="number">14</TD></TR> <TR class="b2" index="21"> <TD class="string">TcpIp</TD> <TD class="string">ConnectIPV4</TD> <TD class="string">0</TD> <TD class="code">{9a280ac0-c8e0-11d1-84e2-00c04fb998a2}</TD> <TD class="string">12</TD> <TD class="string">2</TD> <TD width="8%" class="number">8</TD></TR> <TR class="b1" index="22"> <TD class="string">SystemConfig</TD> <TD class="string">NIC</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">13</TD> <TD class="string">2</TD> <TD width="8%" class="number">6</TD></TR> <TR class="b2" index="23"> <TD class="string">Process</TD> <TD class="string">End</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d0-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">2</TD> <TD class="string">4</TD> <TD width="8%" class="number">6</TD></TR> <TR class="b1" index="24"> <TD class="string">Process</TD> <TD class="string">Terminate</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d0-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">11</TD> <TD class="string">2</TD> <TD width="8%" class="number">6</TD></TR> <TR class="b2" index="25"> <TD class="string">SystemConfig</TD> <TD class="string">Video</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">14</TD> <TD class="string">2</TD> <TD width="8%" class="number">3</TD></TR> <TR class="b1" index="26"> <TD class="string">TcpIp</TD> <TD class="string">AcceptIPV4</TD> <TD class="string">0</TD> <TD class="code">{9a280ac0-c8e0-11d1-84e2-00c04fb998a2}</TD> <TD class="string">15</TD> <TD class="string">2</TD> <TD width="8%" class="number">3</TD></TR> <TR class="b2" index="27"> <TD class="string">EventTrace</TD> <TD class="string">Extension</TD> <TD class="string">0</TD> <TD class="code">{68fdd900-4a3e-11d1-84f4-0000f80464e3}</TD> <TD class="string">5</TD> <TD class="string">2</TD> <TD width="8%" class="number">3</TD></TR> <TR class="b1" index="28"> <TD class="string">Process</TD> <TD class="string">Start</TD> <TD class="string">0</TD> <TD class="code">{3d6fa8d0-fe05-11d0-9dda-00c04fd7ba7c}</TD> <TD class="string">1</TD> <TD class="string">4</TD> <TD width="8%" class="number">3</TD></TR> <TR class="b2" index="29"> <TD class="string">UdpIp</TD> <TD class="string">RecvIPV4</TD> <TD class="string">0</TD> <TD class="code">{bf3a50c5-a9c9-4988-a005-2df0b7c80f80}</TD> <TD class="string">11</TD> <TD class="string">2</TD> <TD width="8%" class="number">3</TD></TR> <TR class="b1" index="30"> <TD class="string">UdpIp</TD> <TD class="string">SendIPV4</TD> <TD class="string">0</TD> <TD class="code">{bf3a50c5-a9c9-4988-a005-2df0b7c80f80}</TD> <TD class="string">10</TD> <TD class="string">2</TD> <TD width="8%" class="number">3</TD></TR> <TR class="b2" index="31"> <TD class="string">EventTrace</TD> <TD class="string">RDComplete</TD> <TD class="string">0</TD> <TD class="code">{68fdd900-4a3e-11d1-84f4-0000f80464e3}</TD> <TD class="string">8</TD> <TD class="string">2</TD> <TD width="8%" class="number">2</TD></TR> <TR class="b1" index="32"> <TD class="string">EventTrace</TD> <TD class="string">EndExtension</TD> <TD class="string">0</TD> <TD class="code">{68fdd900-4a3e-11d1-84f4-0000f80464e3}</TD> <TD class="string">32</TD> <TD class="string">2</TD> <TD width="8%" class="number">2</TD></TR> <TR class="b2" index="33"> <TD class="string">SystemConfig</TD> <TD class="string">LogDisk</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">12</TD> <TD class="string">2</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="34"> <TD class="string">SystemConfig</TD> <TD class="string">CodeIntegrity</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">29</TD> <TD class="string">2</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="35"> <TD class="string">SystemConfig</TD> <TD class="string">Platform</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">25</TD> <TD class="string">2</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="36"> <TD class="string">SystemConfig</TD> <TD class="string">Power</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">16</TD> <TD class="string">2</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="37"> <TD class="string">SystemConfig</TD> <TD class="string">OpticalDisk</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">18</TD> <TD class="string">2</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="38"> <TD class="string">SystemConfig</TD> <TD class="string">PhyDisk</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">11</TD> <TD class="string">2</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="39"> <TD class="string">SystemConfig</TD> <TD class="string">DPI</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">28</TD> <TD class="string">2</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="40"> <TD class="string">SystemConfig</TD> <TD class="string">CPU</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">10</TD> <TD class="string">3</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b2" index="41"> <TD class="string">SystemConfig</TD> <TD class="string">Network</TD> <TD class="string">0</TD> <TD class="code">{01853a65-418f-4f36-aefc-dc0f1d2fd235}</TD> <TD class="string">17</TD> <TD class="string">2</TD> <TD width="8%" class="number">1</TD></TR> <TR class="b1" index="42"> <TD class="string">EventTrace</TD> <TD class="string">Header</TD> <TD class="string">0</TD> <TD class="code">{68fdd900-4a3e-11d1-84f4-0000f80464e3}</TD> <TD class="string">0</TD> <TD class="string">2</TD> <TD width="8%" class="number">1</TD></TR></TBODY> <TFOOT> <TR> <TD class="string"></TD> <TD class="string"></TD> <TD class="string"></TD> <TD class="code"></TD> <TD class="string"></TD> <TD class="string"></TD> <TD class="number" style="border-top-color: black; border-top-width: 1px; border-top-style: solid;">10648</TD></TR></TFOOT></TABLE></TD></TR></TBODY></TABLE></DIV> <DIV class="toc-window" id="TOC"> <DIV class="toc-top" onclick="hideTOC()"><FONT face="wingdings" size="+1" style="font-weight: lighter; cursor: hand;">x</FONT></DIV> <DIV class="toc-content"> <UL> <LI>Rapport de diagnostics du système <UL> <LI><A class="local" onclick="hideTOC();reveal('title')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#title">Titre</A></LI></UL><BR></LI> <LI>Résultats du diagnostic</LI> <UL> <LI>Avertissements</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('631957320')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#631957320">Informatif</A></LI> <LI><A class="local" onclick="hideTOC();reveal('571073049')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#571073049">Vérifications système de base</A></LI></UL> <LI>Performance</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('224161024')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#224161024">Vue d ensemble des ressources</A></LI></UL></UL><BR> <LI>Configuration du logiciel</LI> <UL> <LI>Vérifications du système d exploitation</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('889386245')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#889386245">Informations sur le système d exploitation</A></LI></UL> <LI>Informations du Centre de sécurité</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('117603724')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#117603724">Informations de logiciel anti-espion</A></LI> <LI><A class="local" onclick="hideTOC();reveal('117638638')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#117638638">Informations antivirus</A></LI> <LI><A class="local" onclick="hideTOC();reveal('161647427')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#161647427">Informations sur le pare-feu</A></LI> <LI><A class="local" onclick="hideTOC();reveal('642204523')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#642204523">Paramètres de contrôle de compte d utilisateur</A></LI> <LI><A class="local" onclick="hideTOC();reveal('637947401')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#637947401">Paramètres de Windows Update</A></LI></UL> <LI>Services système</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('142940234')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#142940234">Services système</A></LI> <LI><A class="local" onclick="hideTOC();reveal('684224012')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#684224012">Service de station de travail</A></LI></UL> <LI>Programmes de démarrage</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('467468907')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#467468907">Programmes de démarrage</A></LI></UL></UL><BR> <LI>Configuration matérielle</LI> <UL> <LI>Vérifications de disque</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('851378727')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#851378727">État de disque SMART</A></LI> <LI><A class="local" onclick="hideTOC();reveal('120583121')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#120583121">Bit d intégrité de disque logique activé</A></LI></UL> <LI>Système</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('17722543')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#17722543">Processeur</A></LI> <LI><A class="local" onclick="hideTOC();reveal('533354821')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#533354821">IRQ</A></LI></UL> <LI>Évaluation du Bureau</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('971187328')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#971187328">Évaluation du Bureau</A></LI></UL> <LI>BIOS</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('929982382')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#929982382">BIOS</A></LI></UL> <LI>Périphériques</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('199881252')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#199881252">Classes du contrôleur</A></LI> <LI><A class="local" onclick="hideTOC();reveal('224372545')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#224372545">Classes de refroidissement</A></LI> <LI><A class="local" onclick="hideTOC();reveal('627632766')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#627632766">Classes d entrée</A></LI> <LI><A class="local" onclick="hideTOC();reveal('544362695')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#544362695">Classes de mémoire</A></LI> <LI><A class="local" onclick="hideTOC();reveal('136092134')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#136092134">Classes de carte mère</A></LI> <LI><A class="local" onclick="hideTOC();reveal('542177633')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#542177633">Classes de réseau</A></LI> <LI><A class="local" onclick="hideTOC();reveal('221912064')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#221912064">Classes de port</A></LI> <LI><A class="local" onclick="hideTOC();reveal('724107932')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#724107932">Classes d alimentation</A></LI> <LI><A class="local" onclick="hideTOC();reveal('399212023')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#399212023">Classes d impression</A></LI> <LI><A class="local" onclick="hideTOC();reveal('231545668')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#231545668">Classes de stockage</A></LI> <LI><A class="local" onclick="hideTOC();reveal('88657986')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#88657986">Classes vidéo</A></LI> <LI><A class="local" onclick="hideTOC();reveal('463591252')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#463591252">Classes Plug-And-Play</A></LI></UL></UL><BR> <LI>Processeur</LI> <UL> <LI>Processus</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('862512221')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#862512221">Statistiques d images</A></LI> <LI><A class="local" onclick="hideTOC();reveal('926158798')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#926158798">Processeur</A></LI> <LI><A class="local" onclick="hideTOC();reveal('26156050')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#26156050">Temps utilisateur processeur par UC</A></LI> <LI><A class="local" onclick="hideTOC();reveal('81773655')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#81773655">Interruptions processeur par UC</A></LI></UL> <LI>Service</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('988904405')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#988904405">Statistiques du service</A></LI></UL> <LI>Services</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('257139897')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#257139897">Services</A></LI></UL> <LI>Système</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('214139161')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#214139161">Système</A></LI> <LI><A class="local" onclick="hideTOC();reveal('703267520')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#703267520">Serveur</A></LI></UL></UL><BR> <LI>Réseau</LI> <UL> <LI>TCP</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('342555628')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#342555628">Trafic TCP sortant</A></LI> <LI><A class="local" onclick="hideTOC();reveal('445149851')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#445149851">Trafic TCP entrant</A></LI> <LI><A class="local" onclick="hideTOC();reveal('312164455')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#312164455">TCP version 4</A></LI> <LI><A class="local" onclick="hideTOC();reveal('69932374')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#69932374">TCP version 6</A></LI></UL> <LI>Interface</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('320387463')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#320387463">Interface réseau</A></LI></UL> <LI>IP</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('596419586')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#596419586">IP version 4</A></LI> <LI><A class="local" onclick="hideTOC();reveal('663614590')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#663614590">IP version 6</A></LI></UL> <LI>UDP</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('852178532')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#852178532">UDP version 4</A></LI> <LI><A class="local" onclick="hideTOC();reveal('712400993')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#712400993">UDP version 6</A></LI></UL></UL><BR> <LI>Disque</LI> <UL> <LI>Fichiers fréquemment utilisés</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('504828673')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#504828673">Fichiers causant le plus d E/S disque</A></LI></UL> <LI>Division du disque</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('506144919')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#506144919">Totaux disque</A></LI></UL> <LI>Disque physique</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('728078088')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#728078088">Compteurs de disque physique</A></LI> <LI><A class="local" onclick="hideTOC();reveal('35058890')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#35058890">Pourcentage de temps d inactivité du disque physique</A></LI> <LI><A class="local" onclick="hideTOC();reveal('494275670')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#494275670">Compteurs du nombre moyen de secondes par opération du disque physique</A></LI></UL> <LI>Performances NTFS</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('578510289')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#578510289">Paramètres de performances</A></LI></UL></UL><BR> <LI>Mémoire</LI> <UL> <LI>Compteurs</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('736373561')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#736373561">Mémoire</A></LI></UL></UL><BR> <LI>Statistiques de rapport</LI> <UL> <LI><A class="local" onclick="hideTOC();reveal('934055310')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#934055310">Informations sur l ordinateur</A></LI> <LI><A class="local" onclick="hideTOC();reveal('474686761')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#474686761">Fichiers</A></LI> <LI><A class="local" onclick="hideTOC();reveal('946823519')" href="file:///C:/PerfLogs/System/Diagnostics/PC-DJAZI_20170122-000001/report.html#946823519">Événements traités</A></LI></UL><BR></UL></DIV></DIV></FORM></BODY></HTML>