Advertisement
j33p33

xml parsing vb.net

Dec 15th, 2013
938
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 165.85 KB | None | 0 0
  1.  
  2. Imports System.IO
  3. Imports System.Xml
  4. Module ParsingUsingXmlTextReader
  5. Sub Main()
  6. Try
  7. Dim m_xmld As XmlDocument
  8. Dim m_nodelist As XmlNodeList
  9. Dim m_node As XmlNode
  10. 'Create the XML Document
  11. m_xmld = New XmlDocument()
  12. 'Load the Xml file
  13. m_xmld.Load("C:\1\system.xml")
  14. 'Get the list of name nodes
  15. m_nodelist = m_xmld.SelectNodes("/speccydata/mainsection/section")
  16. 'Loop through the nodes
  17. For Each m_node In m_nodelist
  18. 'Get the Gender Attribute Value
  19. Dim genderAttribute = m_node.Attributes.GetNamedItem("title").Value
  20. 'Get the firstName Element Value
  21. Dim firstNameValue = m_node.ChildNodes.Item(0).InnerText
  22. 'Get the lastName Element Value
  23. Dim lastNameValue = m_node.ChildNodes.Item(1).InnerText
  24. 'Write Result to the Console
  25. Console.Write("Gender: " & genderAttribute _
  26. & " FirstName: " & firstNameValue & " LastName: " _
  27. & lastNameValue)
  28. Console.Write(vbCrLf)
  29. TextBox1.text = genderAttribute.ToString()
  30. Next
  31. Catch errorVariable As Exception
  32. 'Error trapping
  33. Console.Write(errorVariable.ToString())
  34. End Try
  35. End Sub
  36. End Module
  37.  
  38.  
  39. XML FILE:
  40.  
  41.  
  42. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  43. <speccydata version="1.24.632" formatversion="2.0" languageID="0" time="20131213T162227" localtime="20131213T112227-0500">
  44. <mainsection title="Résumé">
  45. <section title="Système d&apos;exploitation" id="1">
  46. <entry title="Windows 7 Home Premium 64-bit SP1" value="" />
  47. </section>
  48. <section title="Processeur" id="2">
  49. <entry title="Intel Core i3 2330M @ 2.20GHz" value="44 °C" />
  50. <entry title="Technologie Sandy Bridge 32nm" value="" />
  51. </section>
  52. <section title="RAM" id="3">
  53. <entry title="4.00GB Canal-Double DDR3 @ 665 MHz (9-9-9-24)" value="" />
  54. </section>
  55. <section title="Carte mère" id="4">
  56. <entry title="Intel Corporation Oneonta Falls (CPU 1)" value="44 °C" />
  57. </section>
  58. <section title="Graphiques" id="5">
  59. <entry title="Generic PnP Monitor (1600x900@60Hz)" value="" />
  60. <entry title="Intel HD Graphics Family (Toshiba)" value="" />
  61. </section>
  62. <section title="Storage" id="6">
  63. <entry title="596GB Hitachi HTS547564A9E384 ATA Device (SATA)" value="34 °C" />
  64. </section>
  65. <section title="Disques optiques" id="7">
  66. <entry title="TSSTcorp CDDVDW TS-L633F ATA Device" value="" />
  67. <entry title="MagicISO Virtual DVD-ROM0000" value="" />
  68. </section>
  69. <section title="Audio" id="8">
  70. <entry title="High Definition Audio Device" value="" />
  71. </section>
  72. </mainsection>
  73. <mainsection title="Système d&apos;exploitation" id="1">
  74. <entry>
  75. <entry title="Model" value="Windows 7" />
  76. <entry title="Edition" value="Home Premium" />
  77. <entry title="Architecture" value="64-bit" />
  78. <entry title="Service Pack" value="SP1" />
  79. </entry>
  80. <entry value="Type d&apos;ordinateur: Portable" />
  81. <entry value="Date d&apos;installation: 22/08/2013 11:04:52 PM" />
  82. <section title="Centre de Sécurité Windows">
  83. <entry title="Contrôle de Compte Utilisateur (UAC)" value="Activé" />
  84. <entry title="Niveau de notification" value="3 - Toujours notifier" />
  85. <entry title="Pare-feu" value="Activé" />
  86. </section>
  87. <section title="Windows Update">
  88. <entry title="Mises à jour automatiques" value="Télécharger automatiquement et installer à un moment défini" />
  89. <entry title="Planifiez la fréquence" value="Chaque jour" />
  90. <entry title="Planifiez l&apos;heure" value="3:00 AM" />
  91. </section>
  92. <section title="Windows Defender">
  93. <entry title="Windows Defender" value="Désactivé" />
  94. </section>
  95. <section title="Antivirus">
  96. <entry title="Antivirus" value="Activé" />
  97. <entry title="Nom de la société" value="Microsoft" />
  98. <entry title="Nom" value="Microsoft Security Essentials" />
  99. <entry title="Version du produit" value="4.4.304.0" />
  100. <entry title="Base de données de signatures de virus" value="À jour" />
  101. </section>
  102. <section title="Frameworks .NET installés">
  103. <entry title="v4.0 Full" value="" />
  104. <entry title="v4.0 Client" value="" />
  105. <entry title="v3.5 SP1" value="" />
  106. <entry title="v3.0 SP2" value="" />
  107. <entry title="v2.0 SP2" value="" />
  108. </section>
  109. <section title="Internet Explorer">
  110. <entry title="Version" value="11.0.9600.16476" />
  111. </section>
  112. <section title="PowerShell">
  113. <entry title="Version" value="2.0" />
  114. </section>
  115. <section title="Variables d&apos;environnement">
  116. <entry title="USERPROFILE" value="C:\Users\Stephanie" />
  117. <entry title="SystemRoot" value="C:\Windows" />
  118. <section title="Variables utilisateur">
  119. <entry title="TEMP" value="C:\Users\Stephanie\AppData\Local\Temp" />
  120. <entry title="TMP" value="C:\Users\Stephanie\AppData\Local\Temp" />
  121. </section>
  122. <section title="Variables système">
  123. <entry title="CLASSPATH" value=".;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip" />
  124. <entry title="ComSpec" value="C:\Windows\system32\cmd.exe" />
  125. <entry title="FP_NO_HOST_CHECK" value="NO" />
  126. <entry title="NUMBER_OF_PROCESSORS" value="4" />
  127. <entry title="OS" value="Windows_NT" />
  128. <entry title="Path" value="C:\Program Files\Common Files\Microsoft Shared\Windows Live" />
  129. <entry value="C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live" />
  130. <entry value="C:\Windows\system32" />
  131. <entry value="C:\Windows" />
  132. <entry value="C:\Windows\System32\Wbem" />
  133. <entry value="C:\Windows\System32\WindowsPowerShell\v1.0\" />
  134. <entry value="C:\Program Files (x86)\Windows Live\Shared" />
  135. <entry value="C:\Users\Stephanie\AppData\Local\Smartbar\Application\" />
  136. <entry value="C:\Program Files (x86)\QuickTime\QTSystem\" />
  137. <entry value="C:\Program Files (x86)\Common Files\Adobe\AGL" />
  138. <entry title="PATHEXT" value=".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" />
  139. <entry title="PROCESSOR_ARCHITECTURE" value="AMD64" />
  140. <entry title="PROCESSOR_IDENTIFIER" value="Intel64 Family 6 Model 42 Stepping 7, GenuineIntel" />
  141. <entry title="PROCESSOR_LEVEL" value="6" />
  142. <entry title="PROCESSOR_REVISION" value="2a07" />
  143. <entry title="PSModulePath" value="C:\Windows\system32\WindowsPowerShell\v1.0\Modules\" />
  144. <entry title="QTJAVA" value="C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip" />
  145. <entry title="TEMP" value="C:\Windows\TEMP" />
  146. <entry title="TMP" value="C:\Windows\TEMP" />
  147. <entry title="USERNAME" value="SYSTEM" />
  148. <entry title="windir" value="C:\Windows" />
  149. <entry title="windows_tracing_flags" value="3" />
  150. <entry title="windows_tracing_logfile" value="C:\BVTBin\Tests\installpackage\csilogfile.log" />
  151. </section>
  152. </section>
  153. <section title="Batterie">
  154. <entry title="Ligne AC" value="Connecté" />
  155. <entry title="Charge de la batterie en %" value="100 %" />
  156. <entry title="État de la batterie" value="Haute" />
  157. <entry title="Temps restant sur batterie" value="Inconnu" />
  158. </section>
  159. <section title="Mode de gestion de l&apos;alimentation">
  160. <entry title="Mode de gestion de l&apos;alimentation actif" value="Balanced" />
  161. <entry title="Veille prolongée" value="Activé" />
  162. <entry title="Éteindre l&apos;écran après : (sur courant)" value="10 minutes" />
  163. <entry title="Éteindre l&apos;écran après : (sur batterie)" value="5 minutes" />
  164. <entry title="Éteindre le disque dur après : (sur courant)" value="20 minutes" />
  165. <entry title="Éteindre le disque dur après : (sur batterie)" value="10 minutes" />
  166. <entry title="Passer en veille après : (sur courant)" value="30 minutes" />
  167. <entry title="Passer en veille après : (sur batterie)" value="15 minutes" />
  168. <entry title="Écran de veille" value="Activé" />
  169. </section>
  170. <section title="Uptime">
  171. <section title="Session actuelle">
  172. <entry title="Temps actuel" value="13/12/2013 11:22:27 AM" />
  173. <entry title="Durée de fonctionnement" value="4,463 secondes (0d, 01h, 14m, 23s)" />
  174. <entry title="Temps du dernier démarrage" value="13/12/2013 10:08:04 AM" />
  175. </section>
  176. </section>
  177. <section title="Services">
  178. <entry title="Démarré" value="Adobe Acrobat Update Service" />
  179. <entry title="Démarré" value="Application Experience" />
  180. <entry title="Démarré" value="Application Information" />
  181. <entry title="Démarré" value="Background Intelligent Transfer Service" />
  182. <entry title="Démarré" value="Base Filtering Engine" />
  183. <entry title="Démarré" value="BrYNSvc" />
  184. <entry title="Démarré" value="CNG Key Isolation" />
  185. <entry title="Démarré" value="COM+ Event System" />
  186. <entry title="Démarré" value="Cryptographic Services" />
  187. <entry title="Démarré" value="DCOM Server Process Launcher" />
  188. <entry title="Démarré" value="Desktop Window Manager Session Manager" />
  189. <entry title="Démarré" value="DHCP Client" />
  190. <entry title="Démarré" value="Diagnostic Policy Service" />
  191. <entry title="Démarré" value="Diagnostic Service Host" />
  192. <entry title="Démarré" value="Diagnostic System Host" />
  193. <entry title="Démarré" value="Distributed Link Tracking Client" />
  194. <entry title="Démarré" value="DNS Client" />
  195. <entry title="Démarré" value="Extensible Authentication Protocol" />
  196. <entry title="Démarré" value="Group Policy Client" />
  197. <entry title="Démarré" value="IKE and AuthIP IPsec Keying Modules" />
  198. <entry title="Démarré" value="Intel Management and Security Application Local Management Service" />
  199. <entry title="Démarré" value="Intel Management and Security Application User Notification Service" />
  200. <entry title="Démarré" value="IP Helper" />
  201. <entry title="Démarré" value="IPsec Policy Agent" />
  202. <entry title="Démarré" value="Microsoft Antimalware Service" />
  203. <entry title="Démarré" value="Microsoft Network Inspection" />
  204. <entry title="Démarré" value="Multimedia Class Scheduler" />
  205. <entry title="Démarré" value="Network Connections" />
  206. <entry title="Démarré" value="Network List Service" />
  207. <entry title="Démarré" value="Network Location Awareness" />
  208. <entry title="Démarré" value="Network Store Interface Service" />
  209. <entry title="Démarré" value="PDFProFiltSrvPP" />
  210. <entry title="Démarré" value="Peer Networking Identity Manager" />
  211. <entry title="Démarré" value="Plug and Play" />
  212. <entry title="Démarré" value="Portable Device Enumerator Service" />
  213. <entry title="Démarré" value="Power" />
  214. <entry title="Démarré" value="Print Spooler" />
  215. <entry title="Démarré" value="Program Compatibility Assistant Service" />
  216. <entry title="Démarré" value="Remote Procedure Call (RPC)" />
  217. <entry title="Démarré" value="RPC Endpoint Mapper" />
  218. <entry title="Démarré" value="Security Accounts Manager" />
  219. <entry title="Démarré" value="Security Center" />
  220. <entry title="Démarré" value="Server" />
  221. <entry title="Démarré" value="Shell Hardware Detection" />
  222. <entry title="Démarré" value="SSDP Discovery" />
  223. <entry title="Démarré" value="Superfetch" />
  224. <entry title="Démarré" value="System Event Notification Service" />
  225. <entry title="Démarré" value="Task Scheduler" />
  226. <entry title="Démarré" value="TCP/IP NetBIOS Helper" />
  227. <entry title="Démarré" value="TeamViewer 8" />
  228. <entry title="Démarré" value="Themes" />
  229. <entry title="Démarré" value="User Profile Service" />
  230. <entry title="Démarré" value="Windows Audio" />
  231. <entry title="Démarré" value="Windows Audio Endpoint Builder" />
  232. <entry title="Démarré" value="Windows Driver Foundation - User-mode Driver Framework" />
  233. <entry title="Démarré" value="Windows Event Log" />
  234. <entry title="Démarré" value="Windows Firewall" />
  235. <entry title="Démarré" value="Windows Font Cache Service" />
  236. <entry title="Démarré" value="Windows Image Acquisition (WIA)" />
  237. <entry title="Démarré" value="Windows Live ID Sign-in Assistant" />
  238. <entry title="Démarré" value="Windows Management Instrumentation" />
  239. <entry title="Démarré" value="Windows Modules Installer" />
  240. <entry title="Démarré" value="Windows Search" />
  241. <entry title="Démarré" value="Windows Update" />
  242. <entry title="Démarré" value="WinHTTP Web Proxy Auto-Discovery Service" />
  243. <entry title="Démarré" value="WLAN AutoConfig" />
  244. <entry title="Démarré" value="Workstation" />
  245. <entry title="Arrêté" value="ActiveX Installer (AxInstSV)" />
  246. <entry title="Arrêté" value="Adaptive Brightness" />
  247. <entry title="Arrêté" value="Adobe Flash Player Update Service" />
  248. <entry title="Arrêté" value="Adobe LM Service" />
  249. <entry title="Arrêté" value="Application Identity" />
  250. <entry title="Arrêté" value="Application Layer Gateway Service" />
  251. <entry title="Arrêté" value="ASP.NET State Service" />
  252. <entry title="Arrêté" value="BitLocker Drive Encryption Service" />
  253. <entry title="Arrêté" value="Block Level Backup Engine Service" />
  254. <entry title="Arrêté" value="Bluetooth Support Service" />
  255. <entry title="Arrêté" value="Certificate Propagation" />
  256. <entry title="Arrêté" value="COM+ System Application" />
  257. <entry title="Arrêté" value="Computer Browser" />
  258. <entry title="Arrêté" value="Credential Manager" />
  259. <entry title="Arrêté" value="Disk Defragmenter" />
  260. <entry title="Arrêté" value="Distributed Transaction Coordinator" />
  261. <entry title="Arrêté" value="Encrypting File System (EFS)" />
  262. <entry title="Arrêté" value="Fax" />
  263. <entry title="Arrêté" value="Function Discovery Provider Host" />
  264. <entry title="Arrêté" value="Function Discovery Resource Publication" />
  265. <entry title="Arrêté" value="Google Updater Service" />
  266. <entry title="Arrêté" value="Health Key and Certificate Management" />
  267. <entry title="Arrêté" value="HomeGroup Listener" />
  268. <entry title="Arrêté" value="HomeGroup Provider" />
  269. <entry title="Arrêté" value="Human Interface Device Access" />
  270. <entry title="Arrêté" value="Interactive Services Detection" />
  271. <entry title="Arrêté" value="Internet Connection Sharing (ICS)" />
  272. <entry title="Arrêté" value="Internet Explorer ETW Collector Service" />
  273. <entry title="Arrêté" value="KtmRm for Distributed Transaction Coordinator" />
  274. <entry title="Arrêté" value="Link-Layer Topology Discovery Mapper" />
  275. <entry title="Arrêté" value="Media Center Extender Service" />
  276. <entry title="Arrêté" value="Microsoft .NET Framework NGEN v2.0.50727_X64" />
  277. <entry title="Arrêté" value="Microsoft .NET Framework NGEN v2.0.50727_X86" />
  278. <entry title="Arrêté" value="Microsoft .NET Framework NGEN v4.0.30319_X64" />
  279. <entry title="Arrêté" value="Microsoft .NET Framework NGEN v4.0.30319_X86" />
  280. <entry title="Arrêté" value="Microsoft iSCSI Initiator Service" />
  281. <entry title="Arrêté" value="Microsoft SharePoint Workspace Audit Service" />
  282. <entry title="Arrêté" value="Microsoft Software Shadow Copy Provider" />
  283. <entry title="Arrêté" value="Mozilla Maintenance Service" />
  284. <entry title="Arrêté" value="Net.Msmq Listener Adapter" />
  285. <entry title="Arrêté" value="Net.Pipe Listener Adapter" />
  286. <entry title="Arrêté" value="Net.Tcp Listener Adapter" />
  287. <entry title="Arrêté" value="Net.Tcp Port Sharing Service" />
  288. <entry title="Arrêté" value="Netlogon" />
  289. <entry title="Arrêté" value="Network Access Protection Agent" />
  290. <entry title="Arrêté" value="Office Source Engine" />
  291. <entry title="Arrêté" value="Office Software Protection Platform" />
  292. <entry title="Arrêté" value="Parental Controls" />
  293. <entry title="Démarrage en attente" value="Peer Name Resolution Protocol" />
  294. <entry title="Arrêté" value="Peer Networking Grouping" />
  295. <entry title="Arrêté" value="Performance Counter DLL Host" />
  296. <entry title="Arrêté" value="Performance Logs &amp; Alerts" />
  297. <entry title="Arrêté" value="PnP-X IP Bus Enumerator" />
  298. <entry title="Arrêté" value="PNRP Machine Name Publication Service" />
  299. <entry title="Arrêté" value="Problem Reports and Solutions Control Panel Support" />
  300. <entry title="Arrêté" value="Protected Storage" />
  301. <entry title="Arrêté" value="Quality Windows Audio Video Experience" />
  302. <entry title="Arrêté" value="Remote Access Auto Connection Manager" />
  303. <entry title="Arrêté" value="Remote Access Connection Manager" />
  304. <entry title="Arrêté" value="Remote Desktop Configuration" />
  305. <entry title="Arrêté" value="Remote Desktop Services" />
  306. <entry title="Arrêté" value="Remote Procedure Call (RPC) Locator" />
  307. <entry title="Arrêté" value="Remote Registry" />
  308. <entry title="Arrêté" value="Routing and Remote Access" />
  309. <entry title="Arrêté" value="Secondary Logon" />
  310. <entry title="Arrêté" value="Secure Socket Tunneling Protocol Service" />
  311. <entry title="Arrêté" value="Skype Updater" />
  312. <entry title="Arrêté" value="Smart Card" />
  313. <entry title="Arrêté" value="Smart Card Removal Policy" />
  314. <entry title="Arrêté" value="SNMP Trap" />
  315. <entry title="Arrêté" value="Software Protection" />
  316. <entry title="Arrêté" value="SPP Notification Service" />
  317. <entry title="Arrêté" value="Tablet PC Input Service" />
  318. <entry title="Arrêté" value="Telephony" />
  319. <entry title="Arrêté" value="Thread Ordering Server" />
  320. <entry title="Arrêté" value="TPM Base Services" />
  321. <entry title="Arrêté" value="UPnP Device Host" />
  322. <entry title="Arrêté" value="Virtual Disk" />
  323. <entry title="Arrêté" value="Volume Shadow Copy" />
  324. <entry title="Arrêté" value="WebClient" />
  325. <entry title="Arrêté" value="Windows Activation Technologies Service" />
  326. <entry title="Arrêté" value="Windows Backup" />
  327. <entry title="Arrêté" value="Windows Biometric Service" />
  328. <entry title="Arrêté" value="Windows CardSpace" />
  329. <entry title="Arrêté" value="Windows Color System" />
  330. <entry title="Arrêté" value="Windows Connect Now - Config Registrar" />
  331. <entry title="Arrêté" value="Windows Defender" />
  332. <entry title="Arrêté" value="Windows Error Reporting Service" />
  333. <entry title="Arrêté" value="Windows Event Collector" />
  334. <entry title="Arrêté" value="Windows Installer" />
  335. <entry title="Arrêté" value="Windows Media Center Receiver Service" />
  336. <entry title="Arrêté" value="Windows Media Center Scheduler Service" />
  337. <entry title="Arrêté" value="Windows Media Player Network Sharing Service" />
  338. <entry title="Arrêté" value="Windows Presentation Foundation Font Cache 3.0.0.0" />
  339. <entry title="Arrêté" value="Windows Remote Management (WS-Management)" />
  340. <entry title="Arrêté" value="Windows Time" />
  341. <entry title="Arrêté" value="Wired AutoConfig" />
  342. <entry title="Arrêté" value="WMI Performance Adapter" />
  343. <entry title="Arrêté" value="WWAN AutoConfig" />
  344. </section>
  345. <section title="Fuseau horaire">
  346. <entry title="Fuseau horaire" value="GMT -5:00 heures" />
  347. <entry title="Langue" value="English (Canada)" />
  348. <entry title="Emplacement" value="Canada" />
  349. <entry title="Format" value="English (Canada)" />
  350. <entry title="Monnaie" value="$" />
  351. <entry title="Format de la date" value="dd/MM/yyyy" />
  352. <entry title="Format de l&apos;heure" value="h:mm:ss tt" />
  353. </section>
  354. <section title="Planificateur">
  355. <entry title="13/12/2013 11:31 AM;" value="Adobe Flash Player Updater" />
  356. <entry value="VisualBeeRecovery" />
  357. </section>
  358. <section title="Hotfixes">
  359. <section title="13/12/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.1906.0)" />
  360. <section title="12/12/2013 Update for Windows 7 for x64-based Systems (KB2847077)" />
  361. <section title="12/12/2013 Update for Windows 7 for x64-based Systems (KB2891804)" />
  362. <section title="12/12/2013 Security Update for Windows 7 for x64-based Systems (KB2893984)" />
  363. <section title="12/12/2013 Update for Windows 7 for x64-based Systems (KB2913152)" />
  364. <section title="12/12/2013 Security Update for Windows 7 for x64-based Systems (KB2893294)" />
  365. <section title="12/12/2013 Cumulative Security Update for Internet Explorer 11 for Windows 7 for x64-based Systems (KB2898785)" />
  366. <section title="12/12/2013 Update for Windows 7 for x64-based Systems (KB2904266)" />
  367. <section title="12/12/2013 Security Update for Windows 7 for x64-based Systems (KB2887069)" />
  368. <section title="12/12/2013 Definition Update for Microsoft Office 2010 (KB982726) 32-Bit Edition" />
  369. <section title="12/12/2013 Security Update for Windows 7 for x64-based Systems (KB2892074)" />
  370. <section title="12/12/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.1798.0)" />
  371. <section title="09/12/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.1563.0)" />
  372. <section title="08/12/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.1497.0)" />
  373. <section title="08/12/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.1495.0)" />
  374. <section title="07/12/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.1457.0)" />
  375. <section title="05/12/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.1273.0)" />
  376. <section title="03/12/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.1146.0)" />
  377. <section title="30/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.938.0)" />
  378. <section title="29/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.856.0)" />
  379. <section title="27/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.739.0)" />
  380. <section title="27/11/2013 Security Update for Windows 7 for x64-based Systems (KB2862330)" />
  381. <section title="26/11/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2742595)" />
  382. <section title="26/11/2013 Update for Microsoft .NET Framework 4 on Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Server 2008, Windows Server 2008 R2 for x64-based Systems (KB2468871)" />
  383. <section title="26/11/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2858302)" />
  384. <section title="26/11/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2736428)" />
  385. <section title="26/11/2013 Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2836939)" />
  386. <section title="26/11/2013 Security Update for Microsoft .NET Framework 4 on Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Server 2008, Windows Server 2008 R2 for x64-based Systems (KB2487367)" />
  387. <section title="26/11/2013 Update for Microsoft .NET Framework 4 on Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Server 2008, Windows Server 2008 R2 for x64-based Systems (KB2533523)" />
  388. <section title="26/11/2013 Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2600217)" />
  389. <section title="26/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.611.0)" />
  390. <section title="24/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.480.0)" />
  391. <section title="23/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.432.0)" />
  392. <section title="22/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.326.0)" />
  393. <section title="21/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.246.0)" />
  394. <section title="19/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.163.48.0)" />
  395. <section title="19/11/2013 Update for Microsoft Security Essentials - 4.4.304.0 (KB2902885)" />
  396. <section title="18/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.2336.0)" />
  397. <section title="16/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.2306.0)" />
  398. <section title="14/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.2165.0)" />
  399. <section title="13/11/2013 Security Update for Windows 7 for x64-based Systems (KB2868626)" />
  400. <section title="13/11/2013 Definition Update for Microsoft Office 2010 (KB982726) 32-Bit Edition" />
  401. <section title="13/11/2013 Security Update for Windows 7 for x64-based Systems (KB2875783)" />
  402. <section title="13/11/2013 Cumulative Security Update for ActiveX Killbits for Windows 7 for x64-based Systems (KB2900986)" />
  403. <section title="13/11/2013 Update for Windows 7 for x64-based Systems (KB2893519)" />
  404. <section title="13/11/2013 Security Update for Windows 7 for x64-based Systems (KB2868725)" />
  405. <section title="13/11/2013 Windows Malicious Software Removal Tool x64 - November 2013 (KB890830)" />
  406. <section title="13/11/2013 Security Update for Windows 7 for x64-based Systems (KB2876331)" />
  407. <section title="13/11/2013 Security Update for Windows 7 for x64-based Systems (KB2862152)" />
  408. <section title="13/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.1990.0)" />
  409. <section title="11/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.1866.0)" />
  410. <section title="10/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.1798.0)" />
  411. <section title="10/11/2013 Internet Explorer 11 for Windows 7 for x64-based Systems" />
  412. <section title="08/11/2013 Internet Explorer 11 for Windows 7 for x64-based Systems" />
  413. <section title="08/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.1652.0)" />
  414. <section title="06/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.1475.0)" />
  415. <section title="04/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.1385.0)" />
  416. <section title="04/11/2013 Security Update for Windows 7 for x64-based Systems (KB2862330)" />
  417. <section title="03/11/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.1334.0)" />
  418. <section title="30/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.1088.0)" />
  419. <section title="29/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.947.0)" />
  420. <section title="27/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.855.0)" />
  421. <section title="26/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.818.0)" />
  422. <section title="25/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.762.0)" />
  423. <section title="24/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.588.0)" />
  424. <section title="23/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.494.0)" />
  425. <section title="21/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.370.0)" />
  426. <section title="20/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.291.0)" />
  427. <section title="20/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.278.0)" />
  428. <section title="19/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.211.0)" />
  429. <section title="17/10/2013 Update for Microsoft Security Essentials - KB2866337 (4.3.219.0)" />
  430. <section title="17/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.161.42.0)" />
  431. <section title="14/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.2184.0)" />
  432. <section title="13/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.2102.0)" />
  433. <section title="12/10/2013 Definition Update for Microsoft Office 2010 (KB982726) 32-Bit Edition" />
  434. <section title="12/10/2013 Security Update for Windows 7 for x64-based Systems (KB2864058)" />
  435. <section title="12/10/2013 Security Update for Windows 7 for x64-based Systems (KB2884256)" />
  436. <section title="12/10/2013 Security Update for Windows 7 for x64-based Systems (KB2847311)" />
  437. <section title="12/10/2013 Update for Windows 7 for x64-based Systems (KB2834140)" />
  438. <section title="12/10/2013 Security Update for Windows 7 for x64-based Systems (KB2864202)" />
  439. <section title="12/10/2013 Security Update for Windows 7 for x64-based Systems (KB2868038)" />
  440. <section title="12/10/2013 Security Update for Windows 7 for x64-based Systems (KB2862335)" />
  441. <section title="12/10/2013 Update for Windows 7 for x64-based Systems (KB2846960)" />
  442. <section title="12/10/2013 Update for Windows 7 for x64-based Systems (KB2888049)" />
  443. <section title="12/10/2013 Security Update for Windows 7 for x64-based Systems (KB2883150)" />
  444. <section title="12/10/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2858302)" />
  445. <section title="12/10/2013 Update for Windows 7 for x64-based Systems (KB2882822)" />
  446. <section title="12/10/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2863240)" />
  447. <section title="12/10/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2861698)" />
  448. <section title="12/10/2013 Windows Malicious Software Removal Tool x64 - October 2013 (KB890830)" />
  449. <section title="12/10/2013 Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2836939)" />
  450. <section title="12/10/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 for x64-based Systems (KB2861191)" />
  451. <section title="12/10/2013 Security Update for Windows 7 for x64-based Systems (KB2876284)" />
  452. <section title="12/10/2013 Update for Windows 7 for x64-based Systems (KB2852386)" />
  453. <section title="12/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.2040.0)" />
  454. <section title="11/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.2025.0)" />
  455. <section title="06/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.1576.0)" />
  456. <section title="05/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.1471.0)" />
  457. <section title="01/10/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.1173.0)" />
  458. <section title="30/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.1069.0)" />
  459. <section title="30/09/2013 Western Digital Technologies - Other hardware - WD SES Device" />
  460. <section title="22/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.449.0)" />
  461. <section title="21/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.418.0)" />
  462. <section title="18/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.159.180.0)" />
  463. <section title="18/09/2013 Security Update for Microsoft XML Core Services 4.0 Service Pack 3 for x64-based Systems (KB2758694)" />
  464. <section title="16/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.1987.0)" />
  465. <section title="12/09/2013 Windows Malicious Software Removal Tool x64 - September 2013 (KB890830)" />
  466. <section title="12/09/2013 Definition Update for Microsoft Office 2010 (KB982726) 32-Bit Edition" />
  467. <section title="12/09/2013 Cumulative Security Update for Internet Explorer 11 Developer Preview for Windows 7 for x64-based systems (KB2870699)" />
  468. <section title="12/09/2013 Update for Windows 7 for x64-based Systems (KB2853952)" />
  469. <section title="12/09/2013 Security Update for Windows 7 for x64-based Systems (KB2872339)" />
  470. <section title="12/09/2013 Security Update for Windows 7 for x64-based Systems (KB2876315)" />
  471. <section title="12/09/2013 Update for Windows 7 for x64-based Systems (KB2868116)" />
  472. <section title="12/09/2013 Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2836943)" />
  473. <section title="11/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.1723.0)" />
  474. <section title="10/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.1631.0)" />
  475. <section title="08/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.1452.0)" />
  476. <section title="06/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.1370.0)" />
  477. <section title="05/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.1170.0)" />
  478. <section title="04/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.1049.0)" />
  479. <section title="02/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.993.0)" />
  480. <section title="02/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.982.0)" />
  481. <section title="01/09/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.915.0)" />
  482. <section title="31/08/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.871.0)" />
  483. <section title="31/08/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.871.0)" />
  484. <section title="29/08/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.651.0)" />
  485. <section title="29/08/2013 Update for Microsoft Office 2010 (KB2825640) 32-Bit Edition" />
  486. <section title="27/08/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.509.0)" />
  487. <section title="26/08/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.408.0)" />
  488. <section title="26/08/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.383.0)" />
  489. <section title="25/08/2013 Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2836942)" />
  490. <section title="25/08/2013 Security Update for Windows 7 for x64-based Systems (KB2859537)" />
  491. <section title="25/08/2013 Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2836943)" />
  492. <section title="25/08/2013 Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2836939)" />
  493. <section title="25/08/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.344.0)" />
  494. <section title="24/08/2013 Update for Microsoft Office 2010 (KB2553092), 32-Bit Edition" />
  495. <section title="24/08/2013 Update for Microsoft Office 2010 (KB2760631) 32-Bit Edition" />
  496. <section title="24/08/2013 Update for Microsoft Office 2010 (KB2494150), 32-Bit Edition" />
  497. <section title="24/08/2013 Definition Update for Microsoft Office 2010 (KB982726) 32-Bit Edition" />
  498. <section title="23/08/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2742595)" />
  499. <section title="23/08/2013 Update for Microsoft .NET Framework 4 on Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Server 2008, Windows Server 2008 R2 for x64-based Systems (KB2468871)" />
  500. <section title="23/08/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2737019)" />
  501. <section title="23/08/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2789642)" />
  502. <section title="23/08/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2840628)" />
  503. <section title="23/08/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2729449)" />
  504. <section title="23/08/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2604121)" />
  505. <section title="23/08/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2804576)" />
  506. <section title="23/08/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2656351)" />
  507. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2732487)" />
  508. <section title="23/08/2013 Security Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2835393)" />
  509. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2529073)" />
  510. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2532531)" />
  511. <section title="23/08/2013 Update for Microsoft .NET Framework 4 on Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Server 2008, Windows Server 2008 R2 for x64-based Systems (KB2533523)" />
  512. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB982018)" />
  513. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2836502)" />
  514. <section title="23/08/2013 Update for Microsoft .NET Framework 4 on XP, Server 2003, Vista, Windows 7, Server 2008, Server 2008 R2 for x64 (KB2600217)" />
  515. <section title="23/08/2013 Cumulative Security Update for Internet Explorer 11 Developer Preview for Windows 7 for x64-based systems (KB2862772)" />
  516. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2836502)" />
  517. <section title="23/08/2013 Cumulative Security Update for Internet Explorer 11 Developer Preview for Windows 7 for x64-based systems (KB2862772)" />
  518. <section title="23/08/2013 Definition Update for Microsoft Security Essentials - KB2310138 (Definition 1.157.229.0)" />
  519. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2835361)" />
  520. <section title="23/08/2013 Update for Windows (KB958488)" />
  521. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2656356)" />
  522. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2563227)" />
  523. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2789645)" />
  524. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2830290)" />
  525. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2560656)" />
  526. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2552343)" />
  527. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2756921)" />
  528. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2620704)" />
  529. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2533552)" />
  530. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2763523)" />
  531. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2813347)" />
  532. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2862966)" />
  533. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2515325)" />
  534. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2479943)" />
  535. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2820331)" />
  536. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2840631)" />
  537. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2631813)" />
  538. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2640148)" />
  539. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2547666)" />
  540. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2798162)" />
  541. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2536276)" />
  542. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2585542)" />
  543. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2813956)" />
  544. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2840149)" />
  545. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2660075)" />
  546. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2844286)" />
  547. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2570947)" />
  548. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2863058)" />
  549. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2545698)" />
  550. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2676562)" />
  551. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2847927)" />
  552. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2506212)" />
  553. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2691442)" />
  554. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2719857)" />
  555. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2603229)" />
  556. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2803821)" />
  557. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2807986)" />
  558. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2667402)" />
  559. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2655992)" />
  560. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2849470)" />
  561. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2757638)" />
  562. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2750841)" />
  563. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2541014)" />
  564. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2709630)" />
  565. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2509553)" />
  566. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2758857)" />
  567. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2770660)" />
  568. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2845187)" />
  569. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2785220)" />
  570. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2790113)" />
  571. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2732059)" />
  572. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2604115)" />
  573. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2536275)" />
  574. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2786400)" />
  575. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2861855)" />
  576. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2773072)" />
  577. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2579686)" />
  578. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2685939)" />
  579. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2791765)" />
  580. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2729452)" />
  581. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2645640)" />
  582. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2742599)" />
  583. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2690533)" />
  584. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2743555)" />
  585. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2699779)" />
  586. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2726535)" />
  587. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2833946)" />
  588. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2727528)" />
  589. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2506014)" />
  590. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2839894)" />
  591. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2850851)" />
  592. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2804579)" />
  593. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2786081)" />
  594. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2761217)" />
  595. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2808679)" />
  596. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2532531)" />
  597. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2835364)" />
  598. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2868623)" />
  599. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2705219)" />
  600. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2506928)" />
  601. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2813430)" />
  602. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2736422)" />
  603. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB971033)" />
  604. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2656356)" />
  605. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2563227)" />
  606. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2789645)" />
  607. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2830290)" />
  608. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2560656)" />
  609. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2552343)" />
  610. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2756921)" />
  611. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2620704)" />
  612. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2533552)" />
  613. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2763523)" />
  614. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2813347)" />
  615. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2862966)" />
  616. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2515325)" />
  617. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2479943)" />
  618. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2820331)" />
  619. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2840631)" />
  620. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2631813)" />
  621. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2640148)" />
  622. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2547666)" />
  623. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2798162)" />
  624. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2536276)" />
  625. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2585542)" />
  626. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2813956)" />
  627. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2840149)" />
  628. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2660075)" />
  629. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2844286)" />
  630. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2570947)" />
  631. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2863058)" />
  632. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2545698)" />
  633. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2676562)" />
  634. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2847927)" />
  635. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2506212)" />
  636. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2691442)" />
  637. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2719857)" />
  638. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2603229)" />
  639. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2803821)" />
  640. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2807986)" />
  641. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2667402)" />
  642. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2655992)" />
  643. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2849470)" />
  644. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2757638)" />
  645. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2750841)" />
  646. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2541014)" />
  647. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2709630)" />
  648. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2509553)" />
  649. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2758857)" />
  650. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2770660)" />
  651. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2845187)" />
  652. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2785220)" />
  653. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2790113)" />
  654. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2732059)" />
  655. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2604115)" />
  656. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2536275)" />
  657. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2786400)" />
  658. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2861855)" />
  659. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2773072)" />
  660. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2685939)" />
  661. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2791765)" />
  662. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2729452)" />
  663. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2645640)" />
  664. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2742599)" />
  665. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2690533)" />
  666. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2699779)" />
  667. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2726535)" />
  668. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2833946)" />
  669. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2727528)" />
  670. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2839894)" />
  671. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2850851)" />
  672. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2804579)" />
  673. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2761217)" />
  674. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2808679)" />
  675. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2532531)" />
  676. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2835364)" />
  677. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2868623)" />
  678. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2705219)" />
  679. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2579686)" />
  680. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2743555)" />
  681. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2506014)" />
  682. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2786081)" />
  683. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2506928)" />
  684. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2813430)" />
  685. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2736422)" />
  686. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2718704)" />
  687. <section title="23/08/2013 Cumulative Security Update for ActiveX Killbits for Windows 7 for x64-based Systems (KB2618451)" />
  688. <section title="23/08/2013 Update for Kernel-Mode Driver Framework version 1.11 for Windows 7 for x64-based Systems (KB2685811)" />
  689. <section title="23/08/2013 Definition Update for Windows Defender - KB915597 (Definition 1.155.2595.0)" />
  690. <section title="23/08/2013 Windows Malicious Software Removal Tool x64 - August 2013 (KB890830)" />
  691. <section title="23/08/2013 Windows Internet Explorer 9 for Windows 7 for x64-based Systems" />
  692. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2753842)" />
  693. <section title="23/08/2013 Update for User-Mode Driver Framework version 1.11 for Windows 7 for x64-based Systems (KB2685813)" />
  694. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2653956)" />
  695. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2799926)" />
  696. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2732500)" />
  697. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2491683)" />
  698. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2544893)" />
  699. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2654428)" />
  700. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2729094)" />
  701. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2712808)" />
  702. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2511455)" />
  703. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2564958)" />
  704. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2619339)" />
  705. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2813170)" />
  706. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 for x64-based Systems (KB2832414)" />
  707. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2834886)" />
  708. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2835361)" />
  709. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2698365)" />
  710. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2834140)" />
  711. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2644615)" />
  712. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2647753)" />
  713. <section title="23/08/2013 Cumulative Security Update for ActiveX Killbits for Windows 7 for x64-based Systems (KB2820197)" />
  714. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2584146)" />
  715. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2773072)" />
  716. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2736422)" />
  717. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2743555)" />
  718. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2813430)" />
  719. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2506014)" />
  720. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2786081)" />
  721. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2579686)" />
  722. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2506928)" />
  723. <section title="23/08/2013 Cumulative Security Update for Internet Explorer 8 for Windows 7 for x64-based Systems (KB2862772)" />
  724. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2726535)" />
  725. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2506212)" />
  726. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2656356)" />
  727. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2845187)" />
  728. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2758857)" />
  729. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2798162)" />
  730. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2863058)" />
  731. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2862966)" />
  732. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2750841)" />
  733. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2808679)" />
  734. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2813347)" />
  735. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2833946)" />
  736. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2532531)" />
  737. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2691442)" />
  738. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2640148)" />
  739. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2742599)" />
  740. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2790113)" />
  741. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2791765)" />
  742. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2604115)" />
  743. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2560656)" />
  744. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2756921)" />
  745. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2603229)" />
  746. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2479943)" />
  747. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2729452)" />
  748. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2835364)" />
  749. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2820331)" />
  750. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2660075)" />
  751. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2789645)" />
  752. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2585542)" />
  753. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2763523)" />
  754. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2563227)" />
  755. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2706045)" />
  756. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2515325)" />
  757. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2655992)" />
  758. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2844286)" />
  759. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2786400)" />
  760. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2699779)" />
  761. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2785220)" />
  762. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2676562)" />
  763. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2813956)" />
  764. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2536276)" />
  765. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2732059)" />
  766. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2552343)" />
  767. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2509553)" />
  768. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2839894)" />
  769. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2667402)" />
  770. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2709630)" />
  771. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2770660)" />
  772. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2849470)" />
  773. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2631813)" />
  774. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2719857)" />
  775. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2757638)" />
  776. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2840631)" />
  777. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2690533)" />
  778. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2541014)" />
  779. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2536275)" />
  780. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2620704)" />
  781. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2545698)" />
  782. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2840149)" />
  783. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2570947)" />
  784. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2830290)" />
  785. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2547666)" />
  786. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2645640)" />
  787. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2868623)" />
  788. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2533552)" />
  789. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2807986)" />
  790. <section title="23/08/2013 Update for Windows 7 for x64-based Systems (KB2761217)" />
  791. <section title="23/08/2013 Update for Internet Explorer 8 Compatibility View List for Windows 7 for x64-based Systems (KB2598845)" />
  792. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2850851)" />
  793. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2685939)" />
  794. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2727528)" />
  795. <section title="23/08/2013 Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems (KB2804579)" />
  796. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2847927)" />
  797. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2861855)" />
  798. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2803821)" />
  799. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2705219)" />
  800. <section title="23/08/2013 TOSHIBA - Other hardware - TOSHIBA x64 ACPI-Compliant Value Added Logical and General Purpose Device" />
  801. <section title="23/08/2013 Security Update for Windows 7 for x64-based Systems (KB2621440)" />
  802. <section title="23/08/2013 Windows Update Agent 7.6.7600.256" />
  803. </section>
  804. <section title="Dossiers système">
  805. <entry title="Bureau" value="C:\Users\Stephanie\Desktop" />
  806. <entry title="Bureau physique" value="C:\Users\Stephanie\Desktop" />
  807. <entry title="Bureau public" value="C:\Users\Public\Desktop" />
  808. <entry title="Chemin pour écrire des CD" value="C:\Users\Stephanie\AppData\Local\Microsoft\Windows\Burn\Burn" />
  809. <entry title="Cookies" value="C:\Users\Stephanie\AppData\Roaming\Microsoft\Windows\Cookies" />
  810. <entry title="Documents" value="C:\Users\Public\Documents" />
  811. <entry title="Données des applications" value="C:\ProgramData" />
  812. <entry title="Données des applications locales" value="C:\Users\Stephanie\AppData\Local" />
  813. <entry title="Dossier Windows" value="C:\Windows" />
  814. <entry title="Démarrage" value="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" />
  815. <entry title="Favoris globaux" value="C:\Users\Stephanie\Favorites" />
  816. <entry title="Favoris utilisateur" value="C:\Users\Stephanie\Favorites" />
  817. <entry title="Fichiers internet temporaires" value="C:\Users\Stephanie\AppData\Local\Microsoft\Windows\Temporary Internet Files" />
  818. <entry title="Historique Web" value="C:\Users\Stephanie\AppData\Local\Microsoft\Windows\History" />
  819. <entry title="Images" value="C:\Users\Public\Pictures" />
  820. <entry title="Menu Démarrer" value="C:\ProgramData\Microsoft\Windows\Start Menu" />
  821. <entry title="Musique" value="C:\Users\Public\Music" />
  822. <entry title="Polices" value="C:\Windows\Fonts" />
  823. <entry title="Programmes" value="C:\Program Files" />
  824. <entry title="Programmes du Menu Démarrer" value="C:\ProgramData\Microsoft\Windows\Start Menu\Programs" />
  825. <entry title="Templates" value="C:\ProgramData\Microsoft\Windows\Templates" />
  826. <entry title="Vidéos" value="C:\Users\Public\Videos" />
  827. <entry title="Windows/Système" value="C:\Windows\system32" />
  828. </section>
  829. <section title="Liste des processus">
  830. <section title="agent.exe">
  831. <entry title="ID du processus" value="4092" />
  832. <entry title="Utilisateur" value="Stephanie" />
  833. <entry title="Domaine" value="Stephanie-PC" />
  834. <entry title="Chemin" value="C:\ProgramData\FLEXnet\Connect\11\agent.exe" />
  835. <entry title="Mémoire utilisée" value="12 Mo" />
  836. <entry title="Mémoire maximale utilisée" value="12 Mo" />
  837. </section>
  838. <section title="armsvc.exe">
  839. <entry title="ID du processus" value="1404" />
  840. <entry title="Utilisateur" value="SYSTEM" />
  841. <entry title="Domaine" value="NT AUTHORITY" />
  842. <entry title="Chemin" value="C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\armsvc.exe" />
  843. <entry title="Mémoire utilisée" value="3.58 Mo" />
  844. <entry title="Mémoire maximale utilisée" value="3.85 Mo" />
  845. </section>
  846. <section title="audiodg.exe">
  847. <entry title="ID du processus" value="2456" />
  848. <entry title="Utilisateur" value="LOCAL SERVICE" />
  849. <entry title="Domaine" value="NT AUTHORITY" />
  850. <entry title="Mémoire utilisée" value="15 Mo" />
  851. <entry title="Mémoire maximale utilisée" value="16 Mo" />
  852. </section>
  853. <section title="BrCcUxSys.exe">
  854. <entry title="ID du processus" value="3764" />
  855. <entry title="Utilisateur" value="Stephanie" />
  856. <entry title="Domaine" value="Stephanie-PC" />
  857. <entry title="Chemin" value="C:\Program Files (x86)\ControlCenter4\BrCcUxSys.exe" />
  858. <entry title="Mémoire utilisée" value="6.24 Mo" />
  859. <entry title="Mémoire maximale utilisée" value="6.52 Mo" />
  860. </section>
  861. <section title="BrCtrlCntr.exe">
  862. <entry title="ID du processus" value="3656" />
  863. <entry title="Utilisateur" value="Stephanie" />
  864. <entry title="Domaine" value="Stephanie-PC" />
  865. <entry title="Chemin" value="C:\Program Files (x86)\ControlCenter4\BrCtrlCntr.exe" />
  866. <entry title="Mémoire utilisée" value="6.70 Mo" />
  867. <entry title="Mémoire maximale utilisée" value="7.26 Mo" />
  868. </section>
  869. <section title="BrStMonW.exe">
  870. <entry title="ID du processus" value="3752" />
  871. <entry title="Utilisateur" value="Stephanie" />
  872. <entry title="Domaine" value="Stephanie-PC" />
  873. <entry title="Chemin" value="C:\Program Files (x86)\Browny02\Brother\BrStMonW.exe" />
  874. <entry title="Mémoire utilisée" value="11 Mo" />
  875. <entry title="Mémoire maximale utilisée" value="11 Mo" />
  876. </section>
  877. <section title="BrYNSvc.exe">
  878. <entry title="ID du processus" value="3868" />
  879. <entry title="Utilisateur" value="SYSTEM" />
  880. <entry title="Domaine" value="NT AUTHORITY" />
  881. <entry title="Chemin" value="C:\Program Files (x86)\Browny02\BrYNSvc.exe" />
  882. <entry title="Mémoire utilisée" value="8.96 Mo" />
  883. <entry title="Mémoire maximale utilisée" value="8.97 Mo" />
  884. </section>
  885. <section title="csrss.exe">
  886. <entry title="ID du processus" value="396" />
  887. <entry title="Utilisateur" value="SYSTEM" />
  888. <entry title="Domaine" value="NT AUTHORITY" />
  889. <entry title="Chemin" value="C:\Windows\system32\csrss.exe" />
  890. <entry title="Mémoire utilisée" value="3.84 Mo" />
  891. <entry title="Mémoire maximale utilisée" value="34 Mo" />
  892. </section>
  893. <section title="csrss.exe">
  894. <entry title="ID du processus" value="472" />
  895. <entry title="Utilisateur" value="SYSTEM" />
  896. <entry title="Domaine" value="NT AUTHORITY" />
  897. <entry title="Chemin" value="C:\Windows\system32\csrss.exe" />
  898. <entry title="Mémoire utilisée" value="25 Mo" />
  899. <entry title="Mémoire maximale utilisée" value="34 Mo" />
  900. </section>
  901. <section title="dwm.exe">
  902. <entry title="ID du processus" value="2848" />
  903. <entry title="Utilisateur" value="Stephanie" />
  904. <entry title="Domaine" value="Stephanie-PC" />
  905. <entry title="Chemin" value="C:\Windows\system32\Dwm.exe" />
  906. <entry title="Mémoire utilisée" value="52 Mo" />
  907. <entry title="Mémoire maximale utilisée" value="66 Mo" />
  908. </section>
  909. <section title="explorer.exe">
  910. <entry title="ID du processus" value="2872" />
  911. <entry title="Utilisateur" value="Stephanie" />
  912. <entry title="Domaine" value="Stephanie-PC" />
  913. <entry title="Chemin" value="C:\Windows\Explorer.EXE" />
  914. <entry title="Mémoire utilisée" value="60 Mo" />
  915. <entry title="Mémoire maximale utilisée" value="65 Mo" />
  916. </section>
  917. <section title="firefox.exe">
  918. <entry title="ID du processus" value="4364" />
  919. <entry title="Utilisateur" value="Stephanie" />
  920. <entry title="Domaine" value="Stephanie-PC" />
  921. <entry title="Chemin" value="C:\Program Files (x86)\Mozilla Firefox\firefox.exe" />
  922. <entry title="Mémoire utilisée" value="234 Mo" />
  923. <entry title="Mémoire maximale utilisée" value="244 Mo" />
  924. </section>
  925. <section title="hkcmd.exe">
  926. <entry title="ID du processus" value="3040" />
  927. <entry title="Utilisateur" value="Stephanie" />
  928. <entry title="Domaine" value="Stephanie-PC" />
  929. <entry title="Chemin" value="C:\Windows\System32\hkcmd.exe" />
  930. <entry title="Mémoire utilisée" value="5.88 Mo" />
  931. <entry title="Mémoire maximale utilisée" value="6.93 Mo" />
  932. </section>
  933. <section title="igfxpers.exe">
  934. <entry title="ID du processus" value="3060" />
  935. <entry title="Utilisateur" value="Stephanie" />
  936. <entry title="Domaine" value="Stephanie-PC" />
  937. <entry title="Chemin" value="C:\Windows\System32\igfxpers.exe" />
  938. <entry title="Mémoire utilisée" value="6.87 Mo" />
  939. <entry title="Mémoire maximale utilisée" value="7.80 Mo" />
  940. </section>
  941. <section title="igfxtray.exe">
  942. <entry title="ID du processus" value="3008" />
  943. <entry title="Utilisateur" value="Stephanie" />
  944. <entry title="Domaine" value="Stephanie-PC" />
  945. <entry title="Chemin" value="C:\Windows\System32\igfxtray.exe" />
  946. <entry title="Mémoire utilisée" value="5.73 Mo" />
  947. <entry title="Mémoire maximale utilisée" value="6.90 Mo" />
  948. </section>
  949. <section title="ISUSPM.exe">
  950. <entry title="ID du processus" value="2740" />
  951. <entry title="Utilisateur" value="Stephanie" />
  952. <entry title="Domaine" value="Stephanie-PC" />
  953. <entry title="Chemin" value="C:\ProgramData\FLEXnet\Connect\11\ISUSPM.exe" />
  954. <entry title="Mémoire utilisée" value="25 Mo" />
  955. <entry title="Mémoire maximale utilisée" value="25 Mo" />
  956. </section>
  957. <section title="LMS.exe">
  958. <entry title="ID du processus" value="4880" />
  959. <entry title="Utilisateur" value="SYSTEM" />
  960. <entry title="Domaine" value="NT AUTHORITY" />
  961. <entry title="Chemin" value="C:\Program Files (x86)\Intel\Intel Management Engine Components\LMS\LMS.exe" />
  962. <entry title="Mémoire utilisée" value="4.52 Mo" />
  963. <entry title="Mémoire maximale utilisée" value="4.52 Mo" />
  964. </section>
  965. <section title="lsass.exe">
  966. <entry title="ID du processus" value="560" />
  967. <entry title="Utilisateur" value="SYSTEM" />
  968. <entry title="Domaine" value="NT AUTHORITY" />
  969. <entry title="Chemin" value="C:\Windows\system32\lsass.exe" />
  970. <entry title="Mémoire utilisée" value="11 Mo" />
  971. <entry title="Mémoire maximale utilisée" value="12 Mo" />
  972. </section>
  973. <section title="lsm.exe">
  974. <entry title="ID du processus" value="568" />
  975. <entry title="Utilisateur" value="SYSTEM" />
  976. <entry title="Domaine" value="NT AUTHORITY" />
  977. <entry title="Chemin" value="C:\Windows\system32\lsm.exe" />
  978. <entry title="Mémoire utilisée" value="3.88 Mo" />
  979. <entry title="Mémoire maximale utilisée" value="4.27 Mo" />
  980. </section>
  981. <section title="MagicDisc.exe">
  982. <entry title="ID du processus" value="3232" />
  983. <entry title="Utilisateur" value="Stephanie" />
  984. <entry title="Domaine" value="Stephanie-PC" />
  985. <entry title="Chemin" value="C:\Program Files (x86)\MagicDisc\MagicDisc.exe" />
  986. <entry title="Mémoire utilisée" value="6.20 Mo" />
  987. <entry title="Mémoire maximale utilisée" value="7.28 Mo" />
  988. </section>
  989. <section title="MsMpEng.exe">
  990. <entry title="ID du processus" value="828" />
  991. <entry title="Utilisateur" value="SYSTEM" />
  992. <entry title="Domaine" value="NT AUTHORITY" />
  993. <entry title="Chemin" value="c:\Program Files\Microsoft Security Client\MsMpEng.exe" />
  994. <entry title="Mémoire utilisée" value="77 Mo" />
  995. <entry title="Mémoire maximale utilisée" value="406 Mo" />
  996. </section>
  997. <section title="msseces.exe">
  998. <entry title="ID du processus" value="3064" />
  999. <entry title="Utilisateur" value="Stephanie" />
  1000. <entry title="Domaine" value="Stephanie-PC" />
  1001. <entry title="Chemin" value="C:\Program Files\Microsoft Security Client\msseces.exe" />
  1002. <entry title="Mémoire utilisée" value="12 Mo" />
  1003. <entry title="Mémoire maximale utilisée" value="15 Mo" />
  1004. </section>
  1005. <section title="NisSrv.exe">
  1006. <entry title="ID du processus" value="2248" />
  1007. <entry title="Utilisateur" value="LOCAL SERVICE" />
  1008. <entry title="Domaine" value="NT AUTHORITY" />
  1009. <entry title="Chemin" value="c:\Program Files\Microsoft Security Client\NisSrv.exe" />
  1010. <entry title="Mémoire utilisée" value="3.34 Mo" />
  1011. <entry title="Mémoire maximale utilisée" value="10 Mo" />
  1012. </section>
  1013. <section title="pdfPro5Hook.exe">
  1014. <entry title="ID du processus" value="3520" />
  1015. <entry title="Utilisateur" value="Stephanie" />
  1016. <entry title="Domaine" value="Stephanie-PC" />
  1017. <entry title="Chemin" value="C:\Program Files (x86)\Nuance\PDF Viewer Plus\pdfPro5Hook.exe" />
  1018. <entry title="Mémoire utilisée" value="4.59 Mo" />
  1019. <entry title="Mémoire maximale utilisée" value="5.07 Mo" />
  1020. </section>
  1021. <section title="PDFProFiltSrvPP.exe">
  1022. <entry title="ID du processus" value="1456" />
  1023. <entry title="Utilisateur" value="SYSTEM" />
  1024. <entry title="Domaine" value="NT AUTHORITY" />
  1025. <entry title="Chemin" value="C:\Program Files (x86)\Nuance\PaperPort\PDFProFiltSrvPP.exe" />
  1026. <entry title="Mémoire utilisée" value="3.28 Mo" />
  1027. <entry title="Mémoire maximale utilisée" value="3.58 Mo" />
  1028. </section>
  1029. <section title="pptd40nt.exe">
  1030. <entry title="ID du processus" value="3496" />
  1031. <entry title="Utilisateur" value="Stephanie" />
  1032. <entry title="Domaine" value="Stephanie-PC" />
  1033. <entry title="Chemin" value="C:\Program Files (x86)\Nuance\PaperPort\pptd40nt.exe" />
  1034. <entry title="Mémoire utilisée" value="4.32 Mo" />
  1035. <entry title="Mémoire maximale utilisée" value="4.85 Mo" />
  1036. </section>
  1037. <section title="QuickShare.exe">
  1038. <entry title="ID du processus" value="2624" />
  1039. <entry title="Utilisateur" value="Stephanie" />
  1040. <entry title="Domaine" value="Stephanie-PC" />
  1041. <entry title="Chemin" value="C:\Users\Stephanie\AppData\Local\Smartbar\Application\QuickShare.exe" />
  1042. <entry title="Mémoire utilisée" value="70 Mo" />
  1043. <entry title="Mémoire maximale utilisée" value="71 Mo" />
  1044. </section>
  1045. <section title="rundll32.exe">
  1046. <entry title="ID du processus" value="2640" />
  1047. <entry title="Utilisateur" value="Stephanie" />
  1048. <entry title="Domaine" value="Stephanie-PC" />
  1049. <entry title="Chemin" value="C:\Windows\SysWOW64\rundll32.exe" />
  1050. <entry title="Mémoire utilisée" value="4.61 Mo" />
  1051. <entry title="Mémoire maximale utilisée" value="5.46 Mo" />
  1052. </section>
  1053. <section title="SearchFilterHost.exe">
  1054. <entry title="ID du processus" value="720" />
  1055. <entry title="Utilisateur" value="SYSTEM" />
  1056. <entry title="Domaine" value="NT AUTHORITY" />
  1057. <entry title="Chemin" value="C:\Windows\system32\SearchFilterHost.exe" />
  1058. <entry title="Mémoire utilisée" value="8.50 Mo" />
  1059. <entry title="Mémoire maximale utilisée" value="8.50 Mo" />
  1060. </section>
  1061. <section title="SearchIndexer.exe">
  1062. <entry title="ID du processus" value="3216" />
  1063. <entry title="Utilisateur" value="SYSTEM" />
  1064. <entry title="Domaine" value="NT AUTHORITY" />
  1065. <entry title="Chemin" value="C:\Windows\system32\SearchIndexer.exe" />
  1066. <entry title="Mémoire utilisée" value="28 Mo" />
  1067. <entry title="Mémoire maximale utilisée" value="28 Mo" />
  1068. </section>
  1069. <section title="SearchProtocolHost.exe">
  1070. <entry title="ID du processus" value="892" />
  1071. <entry title="Utilisateur" value="SYSTEM" />
  1072. <entry title="Domaine" value="NT AUTHORITY" />
  1073. <entry title="Chemin" value="C:\Windows\system32\SearchProtocolHost.exe" />
  1074. <entry title="Mémoire utilisée" value="12 Mo" />
  1075. <entry title="Mémoire maximale utilisée" value="12 Mo" />
  1076. </section>
  1077. <section title="services.exe">
  1078. <entry title="ID du processus" value="544" />
  1079. <entry title="Utilisateur" value="SYSTEM" />
  1080. <entry title="Domaine" value="NT AUTHORITY" />
  1081. <entry title="Chemin" value="C:\Windows\system32\services.exe" />
  1082. <entry title="Mémoire utilisée" value="8.48 Mo" />
  1083. <entry title="Mémoire maximale utilisée" value="9.36 Mo" />
  1084. </section>
  1085. <section title="smss.exe">
  1086. <entry title="ID du processus" value="292" />
  1087. <entry title="Utilisateur" value="SYSTEM" />
  1088. <entry title="Domaine" value="NT AUTHORITY" />
  1089. <entry title="Chemin" value="\SystemRoot\System32\smss.exe" />
  1090. <entry title="Mémoire utilisée" value="920 Ko" />
  1091. <entry title="Mémoire maximale utilisée" value="1.20 Mo" />
  1092. </section>
  1093. <section title="Speccy64.exe">
  1094. <entry title="ID du processus" value="3316" />
  1095. <entry title="Utilisateur" value="Stephanie" />
  1096. <entry title="Domaine" value="Stephanie-PC" />
  1097. <entry title="Chemin" value="C:\Program Files\Speccy\Speccy64.exe" />
  1098. <entry title="Mémoire utilisée" value="26 Mo" />
  1099. <entry title="Mémoire maximale utilisée" value="26 Mo" />
  1100. </section>
  1101. <section title="spoolsv.exe">
  1102. <entry title="ID du processus" value="1260" />
  1103. <entry title="Utilisateur" value="SYSTEM" />
  1104. <entry title="Domaine" value="NT AUTHORITY" />
  1105. <entry title="Chemin" value="C:\Windows\System32\spoolsv.exe" />
  1106. <entry title="Mémoire utilisée" value="13 Mo" />
  1107. <entry title="Mémoire maximale utilisée" value="16 Mo" />
  1108. </section>
  1109. <section title="StikyNot.exe">
  1110. <entry title="ID du processus" value="2724" />
  1111. <entry title="Utilisateur" value="Stephanie" />
  1112. <entry title="Domaine" value="Stephanie-PC" />
  1113. <entry title="Chemin" value="C:\Windows\System32\StikyNot.exe" />
  1114. <entry title="Mémoire utilisée" value="10 Mo" />
  1115. <entry title="Mémoire maximale utilisée" value="12 Mo" />
  1116. </section>
  1117. <section title="svchost.exe">
  1118. <entry title="ID du processus" value="764" />
  1119. <entry title="Utilisateur" value="NETWORK SERVICE" />
  1120. <entry title="Domaine" value="NT AUTHORITY" />
  1121. <entry title="Chemin" value="C:\Windows\system32\svchost.exe" />
  1122. <entry title="Mémoire utilisée" value="8.53 Mo" />
  1123. <entry title="Mémoire maximale utilisée" value="9.13 Mo" />
  1124. </section>
  1125. <section title="svchost.exe">
  1126. <entry title="ID du processus" value="944" />
  1127. <entry title="Utilisateur" value="LOCAL SERVICE" />
  1128. <entry title="Domaine" value="NT AUTHORITY" />
  1129. <entry title="Chemin" value="C:\Windows\System32\svchost.exe" />
  1130. <entry title="Mémoire utilisée" value="17 Mo" />
  1131. <entry title="Mémoire maximale utilisée" value="20 Mo" />
  1132. </section>
  1133. <section title="svchost.exe">
  1134. <entry title="ID du processus" value="984" />
  1135. <entry title="Utilisateur" value="SYSTEM" />
  1136. <entry title="Domaine" value="NT AUTHORITY" />
  1137. <entry title="Chemin" value="C:\Windows\System32\svchost.exe" />
  1138. <entry title="Mémoire utilisée" value="120 Mo" />
  1139. <entry title="Mémoire maximale utilisée" value="165 Mo" />
  1140. </section>
  1141. <section title="svchost.exe">
  1142. <entry title="ID du processus" value="128" />
  1143. <entry title="Utilisateur" value="LOCAL SERVICE" />
  1144. <entry title="Domaine" value="NT AUTHORITY" />
  1145. <entry title="Chemin" value="C:\Windows\system32\svchost.exe" />
  1146. <entry title="Mémoire utilisée" value="14 Mo" />
  1147. <entry title="Mémoire maximale utilisée" value="15 Mo" />
  1148. </section>
  1149. <section title="svchost.exe">
  1150. <entry title="ID du processus" value="1128" />
  1151. <entry title="Utilisateur" value="NETWORK SERVICE" />
  1152. <entry title="Domaine" value="NT AUTHORITY" />
  1153. <entry title="Chemin" value="C:\Windows\system32\svchost.exe" />
  1154. <entry title="Mémoire utilisée" value="15 Mo" />
  1155. <entry title="Mémoire maximale utilisée" value="15 Mo" />
  1156. </section>
  1157. <section title="svchost.exe">
  1158. <entry title="ID du processus" value="1312" />
  1159. <entry title="Utilisateur" value="LOCAL SERVICE" />
  1160. <entry title="Domaine" value="NT AUTHORITY" />
  1161. <entry title="Chemin" value="C:\Windows\system32\svchost.exe" />
  1162. <entry title="Mémoire utilisée" value="13 Mo" />
  1163. <entry title="Mémoire maximale utilisée" value="57 Mo" />
  1164. </section>
  1165. <section title="svchost.exe">
  1166. <entry title="ID du processus" value="1540" />
  1167. <entry title="Utilisateur" value="LOCAL SERVICE" />
  1168. <entry title="Domaine" value="NT AUTHORITY" />
  1169. <entry title="Chemin" value="C:\Windows\system32\svchost.exe" />
  1170. <entry title="Mémoire utilisée" value="9.09 Mo" />
  1171. <entry title="Mémoire maximale utilisée" value="10 Mo" />
  1172. </section>
  1173. <section title="svchost.exe">
  1174. <entry title="ID du processus" value="2108" />
  1175. <entry title="Utilisateur" value="NETWORK SERVICE" />
  1176. <entry title="Domaine" value="NT AUTHORITY" />
  1177. <entry title="Chemin" value="C:\Windows\system32\svchost.exe" />
  1178. <entry title="Mémoire utilisée" value="5.53 Mo" />
  1179. <entry title="Mémoire maximale utilisée" value="6.07 Mo" />
  1180. </section>
  1181. <section title="svchost.exe">
  1182. <entry title="ID du processus" value="3740" />
  1183. <entry title="Utilisateur" value="LOCAL SERVICE" />
  1184. <entry title="Domaine" value="NT AUTHORITY" />
  1185. <entry title="Chemin" value="C:\Windows\system32\svchost.exe" />
  1186. <entry title="Mémoire utilisée" value="5.71 Mo" />
  1187. <entry title="Mémoire maximale utilisée" value="5.91 Mo" />
  1188. </section>
  1189. <section title="svchost.exe">
  1190. <entry title="ID du processus" value="304" />
  1191. <entry title="Utilisateur" value="SYSTEM" />
  1192. <entry title="Domaine" value="NT AUTHORITY" />
  1193. <entry title="Chemin" value="C:\Windows\system32\svchost.exe" />
  1194. <entry title="Mémoire utilisée" value="135 Mo" />
  1195. <entry title="Mémoire maximale utilisée" value="701 Mo" />
  1196. </section>
  1197. <section title="svchost.exe">
  1198. <entry title="ID du processus" value="688" />
  1199. <entry title="Utilisateur" value="SYSTEM" />
  1200. <entry title="Domaine" value="NT AUTHORITY" />
  1201. <entry title="Chemin" value="C:\Windows\system32\svchost.exe" />
  1202. <entry title="Mémoire utilisée" value="8.70 Mo" />
  1203. <entry title="Mémoire maximale utilisée" value="9.54 Mo" />
  1204. </section>
  1205. <section title="svchost.exe">
  1206. <entry title="ID du processus" value="2544" />
  1207. <entry title="Utilisateur" value="LOCAL SERVICE" />
  1208. <entry title="Domaine" value="NT AUTHORITY" />
  1209. <entry title="Chemin" value="C:\Windows\System32\svchost.exe" />
  1210. <entry title="Mémoire utilisée" value="6.16 Mo" />
  1211. <entry title="Mémoire maximale utilisée" value="6.18 Mo" />
  1212. </section>
  1213. <section title="System">
  1214. <entry title="ID du processus" value="4" />
  1215. <entry title="Mémoire utilisée" value="940 Ko" />
  1216. <entry title="Mémoire maximale utilisée" value="13 Mo" />
  1217. </section>
  1218. <section title="System Idle Process">
  1219. <entry title="ID du processus" value="0" />
  1220. </section>
  1221. <section title="taskeng.exe">
  1222. <entry title="ID du processus" value="4024" />
  1223. <entry title="Utilisateur" value="SYSTEM" />
  1224. <entry title="Domaine" value="NT AUTHORITY" />
  1225. <entry title="Chemin" value="C:\Windows\system32\taskeng.exe" />
  1226. <entry title="Mémoire utilisée" value="5.09 Mo" />
  1227. <entry title="Mémoire maximale utilisée" value="5.17 Mo" />
  1228. </section>
  1229. <section title="taskhost.exe">
  1230. <entry title="ID du processus" value="2756" />
  1231. <entry title="Utilisateur" value="Stephanie" />
  1232. <entry title="Domaine" value="Stephanie-PC" />
  1233. <entry title="Chemin" value="C:\Windows\system32\taskhost.exe" />
  1234. <entry title="Mémoire utilisée" value="27 Mo" />
  1235. <entry title="Mémoire maximale utilisée" value="32 Mo" />
  1236. </section>
  1237. <section title="TeamViewer.exe">
  1238. <entry title="ID du processus" value="2816" />
  1239. <entry title="Utilisateur" value="Stephanie" />
  1240. <entry title="Domaine" value="Stephanie-PC" />
  1241. <entry title="Chemin" value="C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe" />
  1242. <entry title="Mémoire utilisée" value="21 Mo" />
  1243. <entry title="Mémoire maximale utilisée" value="25 Mo" />
  1244. </section>
  1245. <section title="TeamViewer_Service.exe">
  1246. <entry title="ID du processus" value="1568" />
  1247. <entry title="Utilisateur" value="SYSTEM" />
  1248. <entry title="Domaine" value="NT AUTHORITY" />
  1249. <entry title="Chemin" value="C:\Program Files (x86)\TeamViewer\Version8\TeamViewer_Service.exe" />
  1250. <entry title="Mémoire utilisée" value="15 Mo" />
  1251. <entry title="Mémoire maximale utilisée" value="26 Mo" />
  1252. </section>
  1253. <section title="TrustedInstaller.exe">
  1254. <entry title="ID du processus" value="2536" />
  1255. <entry title="Utilisateur" value="SYSTEM" />
  1256. <entry title="Domaine" value="NT AUTHORITY" />
  1257. <entry title="Chemin" value="C:\Windows\servicing\TrustedInstaller.exe" />
  1258. <entry title="Mémoire utilisée" value="8.20 Mo" />
  1259. <entry title="Mémoire maximale utilisée" value="27 Mo" />
  1260. </section>
  1261. <section title="tv_w32.exe">
  1262. <entry title="ID du processus" value="2280" />
  1263. <entry title="Utilisateur" value="SYSTEM" />
  1264. <entry title="Domaine" value="NT AUTHORITY" />
  1265. <entry title="Chemin" value="C:\Program Files (x86)\TeamViewer\Version8\tv_w32.exe" />
  1266. <entry title="Mémoire utilisée" value="4.96 Mo" />
  1267. <entry title="Mémoire maximale utilisée" value="5.75 Mo" />
  1268. </section>
  1269. <section title="tv_x64.exe">
  1270. <entry title="ID du processus" value="2240" />
  1271. <entry title="Utilisateur" value="SYSTEM" />
  1272. <entry title="Domaine" value="NT AUTHORITY" />
  1273. <entry title="Chemin" value="C:\Program Files (x86)\TeamViewer\Version8\tv_x64.exe" />
  1274. <entry title="Mémoire utilisée" value="4.55 Mo" />
  1275. <entry title="Mémoire maximale utilisée" value="5.52 Mo" />
  1276. </section>
  1277. <section title="UNS.exe">
  1278. <entry title="ID du processus" value="4960" />
  1279. <entry title="Utilisateur" value="SYSTEM" />
  1280. <entry title="Domaine" value="NT AUTHORITY" />
  1281. <entry title="Chemin" value="C:\Program Files (x86)\Intel\Intel Management Engine Components\UNS\UNS.exe" />
  1282. <entry title="Mémoire utilisée" value="7.13 Mo" />
  1283. <entry title="Mémoire maximale utilisée" value="7.13 Mo" />
  1284. </section>
  1285. <section title="uTorrent.exe">
  1286. <entry title="ID du processus" value="2980" />
  1287. <entry title="Utilisateur" value="Stephanie" />
  1288. <entry title="Domaine" value="Stephanie-PC" />
  1289. <entry title="Chemin" value="C:\Users\Stephanie\AppData\Roaming\uTorrent\uTorrent.exe" />
  1290. <entry title="Mémoire utilisée" value="31 Mo" />
  1291. <entry title="Mémoire maximale utilisée" value="31 Mo" />
  1292. </section>
  1293. <section title="wininit.exe">
  1294. <entry title="ID du processus" value="452" />
  1295. <entry title="Utilisateur" value="SYSTEM" />
  1296. <entry title="Domaine" value="NT AUTHORITY" />
  1297. <entry title="Chemin" value="C:\Windows\system32\wininit.exe" />
  1298. <entry title="Mémoire utilisée" value="3.97 Mo" />
  1299. <entry title="Mémoire maximale utilisée" value="4.50 Mo" />
  1300. </section>
  1301. <section title="winlogon.exe">
  1302. <entry title="ID du processus" value="516" />
  1303. <entry title="Utilisateur" value="SYSTEM" />
  1304. <entry title="Domaine" value="NT AUTHORITY" />
  1305. <entry title="Chemin" value="C:\Windows\system32\winlogon.exe" />
  1306. <entry title="Mémoire utilisée" value="6.39 Mo" />
  1307. <entry title="Mémoire maximale utilisée" value="8.52 Mo" />
  1308. </section>
  1309. <section title="WLIDSVC.EXE">
  1310. <entry title="ID du processus" value="1684" />
  1311. <entry title="Utilisateur" value="SYSTEM" />
  1312. <entry title="Domaine" value="NT AUTHORITY" />
  1313. <entry title="Chemin" value="C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDSVC.EXE" />
  1314. <entry title="Mémoire utilisée" value="12 Mo" />
  1315. <entry title="Mémoire maximale utilisée" value="14 Mo" />
  1316. </section>
  1317. <section title="WLIDSVCM.EXE">
  1318. <entry title="ID du processus" value="1784" />
  1319. <entry title="Utilisateur" value="SYSTEM" />
  1320. <entry title="Domaine" value="NT AUTHORITY" />
  1321. <entry title="Chemin" value="C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDSvcM.exe" />
  1322. <entry title="Mémoire utilisée" value="2.87 Mo" />
  1323. <entry title="Mémoire maximale utilisée" value="3.44 Mo" />
  1324. </section>
  1325. <section title="WmiPrvSE.exe">
  1326. <entry title="ID du processus" value="2952" />
  1327. <entry title="Utilisateur" value="NETWORK SERVICE" />
  1328. <entry title="Domaine" value="NT AUTHORITY" />
  1329. <entry title="Chemin" value="C:\Windows\system32\wbem\wmiprvse.exe" />
  1330. <entry title="Mémoire utilisée" value="9.79 Mo" />
  1331. <entry title="Mémoire maximale utilisée" value="9.82 Mo" />
  1332. </section>
  1333. <section title="WmiPrvSE.exe">
  1334. <entry title="ID du processus" value="4660" />
  1335. <entry title="Utilisateur" value="SYSTEM" />
  1336. <entry title="Domaine" value="NT AUTHORITY" />
  1337. <entry title="Chemin" value="C:\Windows\system32\wbem\wmiprvse.exe" />
  1338. <entry title="Mémoire utilisée" value="6.07 Mo" />
  1339. <entry title="Mémoire maximale utilisée" value="6.07 Mo" />
  1340. </section>
  1341. <section title="WUDFHost.exe">
  1342. <entry title="ID du processus" value="2136" />
  1343. <entry title="Utilisateur" value="LOCAL SERVICE" />
  1344. <entry title="Domaine" value="NT AUTHORITY" />
  1345. <entry title="Chemin" value="C:\Windows\System32\WUDFHost.exe" />
  1346. <entry title="Mémoire utilisée" value="5.24 Mo" />
  1347. <entry title="Mémoire maximale utilisée" value="5.94 Mo" />
  1348. </section>
  1349. </section>
  1350. <section title="Arbre des disques">
  1351. <section title="ACPI x64-based PC">
  1352. <section title="Microsoft ACPI-Compliant System">
  1353. <entry value="ACPI Fixed Feature Button" />
  1354. <entry value="ACPI Lid" />
  1355. <entry value="ACPI Power Button" />
  1356. <entry value="ACPI Thermal Zone" />
  1357. <entry value="Direct Application Launch Button" />
  1358. <entry value="Intel Core i3-2330M CPU @ 2.20GHz" />
  1359. <entry value="Intel Core i3-2330M CPU @ 2.20GHz" />
  1360. <entry value="Intel Core i3-2330M CPU @ 2.20GHz" />
  1361. <entry value="Intel Core i3-2330M CPU @ 2.20GHz" />
  1362. <entry value="Microsoft Windows Management Interface for ACPI" />
  1363. <entry value="System board" />
  1364. <entry value="TOSHIBA x64 ACPI-Compliant Value Added Logical and General Purpose Device" />
  1365. <section title="PCI bus">
  1366. <entry value="2nd generation Intel Core processor family DRAM Controller - 0104" />
  1367. <entry value="Intel 6 Series/C200 Series Chipset Family PCI Express Root Port 1 - 1C10" />
  1368. <entry value="Intel 6 Series/C200 Series Chipset Family PCI Express Root Port 7 - 1C1C" />
  1369. <entry value="Intel 6 Series/C200 Series Chipset Family SMBus Controller - 1C22" />
  1370. <entry value="Intel Management Engine Interface" />
  1371. <entry value="Microsoft AC Adapter" />
  1372. <entry value="Microsoft ACPI-Compliant Control Method Battery" />
  1373. <entry value="Motherboard resources" />
  1374. <section title="Intel(R) HD Graphics Family">
  1375. <entry value="Generic PnP Monitor" />
  1376. </section>
  1377. <section title="Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D">
  1378. <section title="USB Root Hub">
  1379. <section title="Generic USB Hub">
  1380. <section title="USB Composite Device">
  1381. <entry value="TOSHIBA Web Camera - MP" />
  1382. </section>
  1383. <section title="USB Mass Storage Device">
  1384. <entry value="Generic- Multi-Card USB Device" />
  1385. </section>
  1386. </section>
  1387. </section>
  1388. </section>
  1389. <section title="High Definition Audio Controller">
  1390. <entry value="High Definition Audio Device" />
  1391. <entry value="Intel Display Audio" />
  1392. </section>
  1393. <section title="Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 2 - 1C12">
  1394. <section title="Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC">
  1395. <entry value="Microsoft Virtual WiFi Miniport Adapter" />
  1396. </section>
  1397. </section>
  1398. <section title="Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 6 - 1C1A">
  1399. <entry value="Realtek PCIe FE Family Controller" />
  1400. </section>
  1401. <section title="Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26">
  1402. <section title="USB Root Hub">
  1403. <section title="Generic USB Hub">
  1404. <section title="USB Input Device">
  1405. <entry value="HID-compliant mouse" />
  1406. </section>
  1407. </section>
  1408. </section>
  1409. </section>
  1410. <section title="Intel(R) HM65 Express Chipset Family LPC Interface Controller - 1C49">
  1411. <entry value="Direct memory access controller" />
  1412. <entry value="High precision event timer" />
  1413. <entry value="Intel 82802 Firmware Hub Device" />
  1414. <entry value="Microsoft ACPI-Compliant Embedded Controller" />
  1415. <entry value="Motherboard resources" />
  1416. <entry value="Motherboard resources" />
  1417. <entry value="Motherboard resources" />
  1418. <entry value="Motherboard resources" />
  1419. <entry value="Motherboard resources" />
  1420. <entry value="Numeric data processor" />
  1421. <entry value="Programmable interrupt controller" />
  1422. <entry value="PS/2 Compatible Mouse" />
  1423. <entry value="Standard PS/2 Keyboard" />
  1424. <entry value="System CMOS/real time clock" />
  1425. <entry value="System timer" />
  1426. </section>
  1427. <section title="Intel(R) 6 Series/C200 Series Chipset Family 6 Port SATA AHCI Controller - 1C03">
  1428. <section title="ATA Channel 0">
  1429. <entry value="Hitachi HTS547564A9E384 ATA Device" />
  1430. </section>
  1431. <section title="ATA Channel 2">
  1432. <entry value="TSSTcorp CDDVDW TS-L633F ATA Device" />
  1433. </section>
  1434. </section>
  1435. </section>
  1436. </section>
  1437. </section>
  1438. </section>
  1439. </mainsection>
  1440. <mainsection title="Processeur" id="2">
  1441. <section title="Intel Core i3 2330M">
  1442. <entry title="Coeurs" value="2" />
  1443. <entry title="Threads" value="4" />
  1444. <entry title="Nom" value="Intel Core i3 2330M" />
  1445. <entry title="Nom de code" value="Sandy Bridge" />
  1446. <entry title="Package" value="Socket 988B rPGA" />
  1447. <entry title="Technologie" value="32nm" />
  1448. <entry title="Spécification" value="Intel Core i3-2330M CPU @ 2.20GHz" />
  1449. <entry title="Famille" value="6" />
  1450. <entry title="Famille étendue" value="6" />
  1451. <entry title="Modèle" value="A" />
  1452. <entry title="Modèle étendu" value="2A" />
  1453. <entry title="Stepping" value="7" />
  1454. <entry title="Révision" value="D2" />
  1455. <entry title="Instructions" value="MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, Intel 64, NX, VMX, AVX" />
  1456. <entry title="Virtualisation" value="Supporté, Activé" />
  1457. <entry title="HyperThreading" value="Supporté, Activé" />
  1458. <entry title="Vitesse du bus" value="99.8 MHz" />
  1459. <entry title="Vitesse du coeur initiale" value="2200 MHz" />
  1460. <entry title="Vitesse du bus initiale" value="100 MHz" />
  1461. <entry title="Température moyenne" value="44 °C" />
  1462. <section title="Caches">
  1463. <entry title="Taille du cache de données L1" value="2 x 32 Ko" />
  1464. <entry title="Taille du cache d&apos;instructions L1" value="2 x 32 Ko" />
  1465. <entry title="Taille du cache unifié L2" value="2 x 256 Ko" />
  1466. <entry title="Taille du cache unifié L3" value="3072 Ko" />
  1467. </section>
  1468. <section title="Cœur 0">
  1469. <entry title="Vitesse du coeur" value="798.3 MHz" />
  1470. <entry title="Multiplicateur" value="x 8.0" />
  1471. <entry title="Vitesse du bus" value="99.8 MHz" />
  1472. <entry title="Température" value="43 °C" />
  1473. <section title="Thread 1">
  1474. <entry title="ID APIC" value="0" />
  1475. </section>
  1476. <section title="Thread 2">
  1477. <entry title="ID APIC" value="1" />
  1478. </section>
  1479. </section>
  1480. <section title="Cœur 1">
  1481. <entry title="Vitesse du coeur" value="798.3 MHz" />
  1482. <entry title="Multiplicateur" value="x 8.0" />
  1483. <entry title="Vitesse du bus" value="99.8 MHz" />
  1484. <entry title="Température" value="44 °C" />
  1485. <section title="Thread 1">
  1486. <entry title="ID APIC" value="2" />
  1487. </section>
  1488. <section title="Thread 2">
  1489. <entry title="ID APIC" value="3" />
  1490. </section>
  1491. </section>
  1492. </section>
  1493. </mainsection>
  1494. <mainsection title="RAM" id="3">
  1495. <section title="Emplacements mémoire">
  1496. <entry title="Nombre d&apos;emplacements mémoire" value="4" />
  1497. <entry title="Emplacements mémoire utilisés" value="2" />
  1498. <entry title="Emplacements mémoire libres" value="2" />
  1499. </section>
  1500. <section title="Mémoire">
  1501. <entry title="Type" value="DDR3" />
  1502. <entry title="Taille" value="4096 Mo" />
  1503. <entry title="Canal #" value="Double" />
  1504. <entry title="Fréquence DRAM" value="665.3 MHz" />
  1505. <entry title="Latence CAS# (CL)" value="9 horloges" />
  1506. <entry title="Délai RAS# vers CAS# (tRCD)" value="9 horloges" />
  1507. <entry title="Précharge RAS# (tRP)" value="9 horloges" />
  1508. <entry title="Temps de cycle (tRAS)" value="24 horloges" />
  1509. <entry title="Taux de commande (CR)" value="1T" />
  1510. </section>
  1511. <section title="Mémoire physique">
  1512. <entry title="Utilisation mémoire" value="41 %" />
  1513. <entry title="Total (physique)" value="3.91 Go" />
  1514. <entry title="Disponible (physique)" value="2.31 Go" />
  1515. <entry title="Total (virtuelle)" value="7.83 Go" />
  1516. <entry title="Disponible (virtuelle)" value="6.14 Go" />
  1517. </section>
  1518. <section title="SPD">
  1519. <entry title="Nombre de modules SPD" value="2" />
  1520. <section title="Emplacement #1">
  1521. <entry title="Type" value="DDR3" />
  1522. <entry title="Taille" value="2048 Mo" />
  1523. <entry title="Fabricant" value="Samsung" />
  1524. <entry title="Bande passante maximale" value="PC3-10700 (667 MHz)" />
  1525. <entry title="Numéro de pièce" value="M471B5773CHS-CH9" />
  1526. <entry title="Numéro de série" value="848FE8FD" />
  1527. <entry title="Semaine/année" value="33 / 11" />
  1528. <section title="JEDEC #5">
  1529. <entry title="Fréquence" value="685.7 MHz" />
  1530. <entry title="Latence CAS#" value="9.0" />
  1531. <entry title="RAS# vers CAS#" value="9" />
  1532. <entry title="Précharge RAS#" value="9" />
  1533. <entry title="tRAS" value="25" />
  1534. <entry title="tRC" value="34" />
  1535. <entry title="Voltage" value="1.500 V" />
  1536. </section>
  1537. <section title="JEDEC #4">
  1538. <entry title="Fréquence" value="609.5 MHz" />
  1539. <entry title="Latence CAS#" value="8.0" />
  1540. <entry title="RAS# vers CAS#" value="8" />
  1541. <entry title="Précharge RAS#" value="8" />
  1542. <entry title="tRAS" value="22" />
  1543. <entry title="tRC" value="30" />
  1544. <entry title="Voltage" value="1.500 V" />
  1545. </section>
  1546. <section title="JEDEC #3">
  1547. <entry title="Fréquence" value="533.3 MHz" />
  1548. <entry title="Latence CAS#" value="7.0" />
  1549. <entry title="RAS# vers CAS#" value="7" />
  1550. <entry title="Précharge RAS#" value="7" />
  1551. <entry title="tRAS" value="20" />
  1552. <entry title="tRC" value="27" />
  1553. <entry title="Voltage" value="1.500 V" />
  1554. </section>
  1555. <section title="JEDEC #2">
  1556. <entry title="Fréquence" value="457.1 MHz" />
  1557. <entry title="Latence CAS#" value="6.0" />
  1558. <entry title="RAS# vers CAS#" value="6" />
  1559. <entry title="Précharge RAS#" value="6" />
  1560. <entry title="tRAS" value="17" />
  1561. <entry title="tRC" value="23" />
  1562. <entry title="Voltage" value="1.500 V" />
  1563. </section>
  1564. <section title="JEDEC #1">
  1565. <entry title="Fréquence" value="381.0 MHz" />
  1566. <entry title="Latence CAS#" value="5.0" />
  1567. <entry title="RAS# vers CAS#" value="5" />
  1568. <entry title="Précharge RAS#" value="5" />
  1569. <entry title="tRAS" value="14" />
  1570. <entry title="tRC" value="19" />
  1571. <entry title="Voltage" value="1.500 V" />
  1572. </section>
  1573. </section>
  1574. <section title="Emplacement #2">
  1575. <entry title="Type" value="DDR3" />
  1576. <entry title="Taille" value="2048 Mo" />
  1577. <entry title="Fabricant" value="Samsung" />
  1578. <entry title="Bande passante maximale" value="PC3-10700 (667 MHz)" />
  1579. <entry title="Numéro de pièce" value="M471B5773CHS-CH9" />
  1580. <entry title="Numéro de série" value="848FE902" />
  1581. <entry title="Semaine/année" value="33 / 11" />
  1582. <section title="JEDEC #5">
  1583. <entry title="Fréquence" value="685.7 MHz" />
  1584. <entry title="Latence CAS#" value="9.0" />
  1585. <entry title="RAS# vers CAS#" value="9" />
  1586. <entry title="Précharge RAS#" value="9" />
  1587. <entry title="tRAS" value="25" />
  1588. <entry title="tRC" value="34" />
  1589. <entry title="Voltage" value="1.500 V" />
  1590. </section>
  1591. <section title="JEDEC #4">
  1592. <entry title="Fréquence" value="609.5 MHz" />
  1593. <entry title="Latence CAS#" value="8.0" />
  1594. <entry title="RAS# vers CAS#" value="8" />
  1595. <entry title="Précharge RAS#" value="8" />
  1596. <entry title="tRAS" value="22" />
  1597. <entry title="tRC" value="30" />
  1598. <entry title="Voltage" value="1.500 V" />
  1599. </section>
  1600. <section title="JEDEC #3">
  1601. <entry title="Fréquence" value="533.3 MHz" />
  1602. <entry title="Latence CAS#" value="7.0" />
  1603. <entry title="RAS# vers CAS#" value="7" />
  1604. <entry title="Précharge RAS#" value="7" />
  1605. <entry title="tRAS" value="20" />
  1606. <entry title="tRC" value="27" />
  1607. <entry title="Voltage" value="1.500 V" />
  1608. </section>
  1609. <section title="JEDEC #2">
  1610. <entry title="Fréquence" value="457.1 MHz" />
  1611. <entry title="Latence CAS#" value="6.0" />
  1612. <entry title="RAS# vers CAS#" value="6" />
  1613. <entry title="Précharge RAS#" value="6" />
  1614. <entry title="tRAS" value="17" />
  1615. <entry title="tRC" value="23" />
  1616. <entry title="Voltage" value="1.500 V" />
  1617. </section>
  1618. <section title="JEDEC #1">
  1619. <entry title="Fréquence" value="381.0 MHz" />
  1620. <entry title="Latence CAS#" value="5.0" />
  1621. <entry title="RAS# vers CAS#" value="5" />
  1622. <entry title="Précharge RAS#" value="5" />
  1623. <entry title="tRAS" value="14" />
  1624. <entry title="tRC" value="19" />
  1625. <entry title="Voltage" value="1.500 V" />
  1626. </section>
  1627. </section>
  1628. </section>
  1629. </mainsection>
  1630. <mainsection title="Carte mère" id="4">
  1631. <entry title="Fabricant" value="Intel Corporation" />
  1632. <entry title="Modèle" value="Oneonta Falls (CPU 1)" />
  1633. <entry title="Version" value="PSK3SC-067004" />
  1634. <entry title="Vendeur de chipset" value="Intel" />
  1635. <entry title="Modèle de chipset" value="Sandy Bridge" />
  1636. <entry title="Révision de chipset" value="09" />
  1637. <entry title="Vendeur de southbridge" value="Intel" />
  1638. <entry title="Modèle de southbridge" value="HM65" />
  1639. <entry title="Révision de southbridge" value="05" />
  1640. <entry title="Température du système" value="44 °C" />
  1641. <section title="BIOS">
  1642. <entry title="Marque" value="American Megatrends Inc." />
  1643. <entry title="Version" value="1.90" />
  1644. <entry title="Date" value="25/11/2011" />
  1645. </section>
  1646. <section title="Données PCI">
  1647. <section title="Slot PCI-E x16">
  1648. <entry title="Type" value="PCI-E x16" />
  1649. <entry title="Utilisation" value="Disponible" />
  1650. <entry title="Voies de données" value="x16" />
  1651. <entry title="Désignation" value="J5C1" />
  1652. <entry title="Caractéristiques" value="3.3V, Partagé, PME" />
  1653. <entry title="Numéro de slot" value="0" />
  1654. </section>
  1655. <section title="Slot PCI-E">
  1656. <entry title="Type" value="PCI-E" />
  1657. <entry title="Utilisation" value="Disponible" />
  1658. <entry title="Voies de données" value="x1" />
  1659. <entry title="Désignation" value="J6C2" />
  1660. <entry title="Caractéristiques" value="3.3V, Partagé, PME" />
  1661. <entry title="Numéro de slot" value="1" />
  1662. </section>
  1663. <section title="Slot PCI-E">
  1664. <entry title="Type" value="PCI-E" />
  1665. <entry title="Utilisation" value="Utilisé" />
  1666. <entry title="Voies de données" value="x1" />
  1667. <entry title="Désignation" value="J6D2" />
  1668. <entry title="Caractéristiques" value="3.3V, Partagé, PME" />
  1669. <entry title="Numéro de slot" value="2" />
  1670. </section>
  1671. <section title="Slot PCI-E">
  1672. <entry title="Type" value="PCI-E" />
  1673. <entry title="Utilisation" value="Disponible" />
  1674. <entry title="Voies de données" value="x1" />
  1675. <entry title="Désignation" value="J7C1" />
  1676. <entry title="Caractéristiques" value="3.3V, Partagé, PME" />
  1677. <entry title="Numéro de slot" value="3" />
  1678. </section>
  1679. <section title="Slot PCI-E">
  1680. <entry title="Type" value="PCI-E" />
  1681. <entry title="Utilisation" value="Disponible" />
  1682. <entry title="Voies de données" value="x1" />
  1683. <entry title="Désignation" value="J7D2" />
  1684. <entry title="Caractéristiques" value="3.3V, Partagé, PME" />
  1685. <entry title="Numéro de slot" value="4" />
  1686. </section>
  1687. <section title="Slot PCI-E">
  1688. <entry title="Type" value="PCI-E" />
  1689. <entry title="Utilisation" value="Disponible" />
  1690. <entry title="Voies de données" value="x1" />
  1691. <entry title="Désignation" value="J6C1" />
  1692. <entry title="Caractéristiques" value="3.3V, Partagé, PME" />
  1693. <entry title="Numéro de slot" value="5" />
  1694. </section>
  1695. <section title="Slot PCI-E x16">
  1696. <entry title="Type" value="PCI-E x16" />
  1697. <entry title="Utilisation" value="Utilisé" />
  1698. <entry title="Taille de bus" value="32 bit" />
  1699. <entry title="Désignation" value="J8C2" />
  1700. <entry title="Caractéristiques" value="3.3V, Partagé, PME" />
  1701. <entry title="Numéro de slot" value="6" />
  1702. </section>
  1703. </section>
  1704. </mainsection>
  1705. <mainsection title="Graphiques" id="5">
  1706. <section title="Ecran">
  1707. <entry title="Nom" value="Generic PnP Monitor on Intel HD Graphics Family" />
  1708. <entry title="Résolution actuelle" value="1600x900 pixels" />
  1709. <entry title="Résolution de travail" value="1600x860 pixels" />
  1710. <entry title="Etat" value="Activé, Principal" />
  1711. <entry title="Largeur de l&apos;écran" value="1600" />
  1712. <entry title="Hauteur de l&apos;écran" value="900" />
  1713. <entry title="Points par pouce de l&apos;écran" value="32 bits par pixel" />
  1714. <entry title="Fréquence de l&apos;écran" value="60 Hz" />
  1715. <entry title="Périphérique" value="\\.\DISPLAY1\Monitor0" />
  1716. </section>
  1717. <section title="Intel HD Graphics Family">
  1718. <entry title="Constructeur" value="Intel" />
  1719. <entry title="Modèle" value="HD Graphics Family" />
  1720. <entry title="ID du périphérique" value="8086-0116" />
  1721. <entry title="Révision" value="A" />
  1722. <entry title="Sous-vendeur" value="Toshiba (1179)" />
  1723. <entry title="Niveau de performance actuel" value="Level 0" />
  1724. <entry title="Version du pilote" value="8.15.10.2353" />
  1725. <section title="Nombre de niveaux de performance : 1">
  1726. <entry title="Level 1" value="" />
  1727. </section>
  1728. </section>
  1729. </mainsection>
  1730. <mainsection title="Storage" id="6">
  1731. <section title="Hard drives">
  1732. <section title="Hitachi HTS547564A9E384 ATA Device">
  1733. <entry title="Fabricant" value="Hitachi" />
  1734. <entry title="Famille de produit" value="Travelstar" />
  1735. <entry title="Préfixe des séries" value="Standard" />
  1736. <entry title="Capacité de modèle pour ce disque spécifique" value="640GB" />
  1737. <entry title="Têtes" value="16" />
  1738. <entry title="Cylindres" value="77,825" />
  1739. <entry title="Tracks" value="19,845,375" />
  1740. <entry title="Sectors" value="1,250,258,625" />
  1741. <entry title="Type SATA" value="SATA-II 3.0Go/s" />
  1742. <entry title="Type de périphérique" value="Fixe" />
  1743. <entry title="Standard ATA" value="ATA8-ACS" />
  1744. <entry title="Numéro de série" value="110910J2380053HU5TSD" />
  1745. <entry title="Taille LBA" value="LBA 48-bit" />
  1746. <entry title="Power On Count" value="1470 fois" />
  1747. <entry title="Power On Time" value="173.5 jours" />
  1748. <entry title="Vitesse" value="5400 TPM" />
  1749. <entry title="Caractéristiques" value="S.M.A.R.T., APM, NCQ" />
  1750. <entry title="Mode de transfert" value="SATA II" />
  1751. <entry title="Interface" value="SATA" />
  1752. <entry title="Capacité" value="596 GB" />
  1753. <entry title="Taille réelle" value="640,135,028,736 octets" />
  1754. <entry title="Type de RAID" value="Aucun" />
  1755. <section title="S.M.A.R.T.">
  1756. <entry title="Statut" value="Avertissement" />
  1757. <entry title="Température" value="34 °C" />
  1758. <entry title="Portée de la température" value="OK (moins de 50 °C)" />
  1759. <entry title="01 Taux d&apos;erreurs de lecture" value="100 (100) Données 0000000000" />
  1760. <entry title="02 Performance de sortie" value="100 (100) Données 0000000000" />
  1761. <entry title="03 Temps de spin-up" value="176 (176) Données 0000000001" />
  1762. <entry title="04 Nombre de de démarrages/d&apos;arrêts" value="100 (100) Données 0000000627" />
  1763. <entry title="05 Nombre de secteurs réalloués" value="100 (100) Données 0000000039" />
  1764. <entry title="07 Taux d&apos;erreurs d&apos;accès" value="100 (100) Données 0000000000" />
  1765. <entry title="08 Performance des opérations d&apos;accès" value="100 (100) Données 0000000000" />
  1766. <entry title="09 Heures de fonctionnement (POH)" value="091 (091) Données 0000001045" />
  1767. <entry title="0A Essais de relancement de la rotation" value="100 (100) Données 0000000000" />
  1768. <entry title="0C Device Power Cycle Count" value="100 (100) Données 00000005BE" />
  1769. <entry title="BF G-sense error rate" value="099 (099) Données 0000020000" />
  1770. <entry title="C0 Power-off Retract Count" value="100 (100) Données 0000000011" />
  1771. <entry title="C1 Load/Unload Cycle Count" value="080 (080) Données 0000032B18" />
  1772. <entry title="C2 Température" value="187 (187) Données 0000090020" />
  1773. <entry title="C4 Reallocation Event Count" value="100 (100) Données 0000000048" />
  1774. <entry title="C5 Current Pending Sector Count" value="001 (001) Données 0000000DE0" />
  1775. <entry title="C6 Uncorrectable Sector Count" value="100 (100) Données 0000000000" />
  1776. <entry title="C7 UltraDMA CRC Error Count" value="200 (200) Données 0000000000" />
  1777. <entry title="DF Load/Unload Retry Count" value="100 (100) Données 0000000000" />
  1778. </section>
  1779. <section title="Partition 0">
  1780. <entry title="ID de partition" value="Disk #0, Partition #0" />
  1781. <entry title="Taille" value="100 MB" />
  1782. </section>
  1783. <section title="Partition 1">
  1784. <entry title="ID de partition" value="Disk #0, Partition #1" />
  1785. <entry title="Lettre du disque" value="C:" />
  1786. <entry title="Système de fichiers" value="NTFS" />
  1787. <entry title="Numéro de série du volume" value="E865EE4C" />
  1788. <entry title="Taille" value="539 GB" />
  1789. <entry title="Espace utilisé" value="88 GB (17%)" />
  1790. <entry title="Espace libre" value="451 GB (83%)" />
  1791. </section>
  1792. <section title="Partition 2">
  1793. <entry title="ID de partition" value="Disk #0, Partition #2" />
  1794. <entry title="Lettre du disque" value="D:" />
  1795. <entry title="Système de fichiers" value="NTFS" />
  1796. <entry title="Numéro de série du volume" value="C27D7307" />
  1797. <entry title="Taille" value="56 GB" />
  1798. <entry title="Espace utilisé" value="30.2 GB (54%)" />
  1799. <entry title="Espace libre" value="26.2 GB (46%)" />
  1800. </section>
  1801. </section>
  1802. </section>
  1803. </mainsection>
  1804. <mainsection title="Disques optiques" id="7">
  1805. <section title="TSSTcorp CDDVDW TS-L633F ATA Device">
  1806. <entry title="Type de média" value="Graveur DVD" />
  1807. <entry title="Nom" value="TSSTcorp CDDVDW TS-L633F ATA Device" />
  1808. <entry title="Disponibilité" value="En cours/Pleine puissance" />
  1809. <entry title="Capacités" value="Accès aléatoire, Supporte l&apos;écriture, Supporte les périphériques amovibles" />
  1810. <entry title="Lire les capacités" value="CD-R, CD-RW, CD-ROM, DVD-RAM, DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD-R DL, DVD-RW DL, DVD+R DL" />
  1811. <entry title="Écrire les capacités" value="CD-R, CD-RW, DVD-RAM, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD-R DL, DVD+R DL" />
  1812. <entry title="Code d&apos;erreur du gestionnaire de configurations" value="Le périphérique ne fonctionne pas correctement" />
  1813. <entry title="Configuration utilisateur du gestionnaire de configurations" value="FALSE" />
  1814. <entry title="Disque" value="E:" />
  1815. <entry title="Intégrité du disque" value="TRUE" />
  1816. <entry title="Média chargé" value="TRUE" />
  1817. <entry title="Bus SCSI" value="2" />
  1818. <entry title="Unité logique SCSI" value="0" />
  1819. <entry title="Port SCSI" value="1" />
  1820. <entry title="ID cible SCSI" value="0" />
  1821. <entry title="Taille" value="492 MB" />
  1822. <entry title="Statut" value="OK" />
  1823. <entry title="Taux de transfert" value="564 Ko/s" />
  1824. <entry title="Nom de volume" value="MFL_PRO" />
  1825. <entry title="Numéro de série du volume" value="15623A97" />
  1826. </section>
  1827. <section title="MagicISO Virtual DVD-ROM0000">
  1828. <entry title="Type de média" value="Lecteur DVD" />
  1829. <entry title="Nom" value="MagicISO Virtual DVD-ROM0000" />
  1830. <entry title="Disponibilité" value="En cours/Pleine puissance" />
  1831. <entry title="Capacités" value="Accès aléatoire, Supporte les périphériques amovibles" />
  1832. <entry title="Lire les capacités" value="CD-R, CD-RW, CD-ROM, DVD-RAM, DVD-ROM, DVD-R, DVD+R, DVD+RW" />
  1833. <entry title="Code d&apos;erreur du gestionnaire de configurations" value="Le périphérique ne fonctionne pas correctement" />
  1834. <entry title="Configuration utilisateur du gestionnaire de configurations" value="FALSE" />
  1835. <entry title="Disque" value="G:" />
  1836. <entry title="Intégrité du disque" value="TRUE" />
  1837. <entry title="Média chargé" value="TRUE" />
  1838. <entry title="Bus SCSI" value="0" />
  1839. <entry title="Unité logique SCSI" value="0" />
  1840. <entry title="Port SCSI" value="2" />
  1841. <entry title="ID cible SCSI" value="0" />
  1842. <entry title="Taille" value="732 MB" />
  1843. <entry title="Statut" value="OK" />
  1844. <entry title="Nom de volume" value="OFFICE14" />
  1845. <entry title="Numéro de série du volume" value="9ADB320A" />
  1846. </section>
  1847. </mainsection>
  1848. <mainsection title="Audio" id="8">
  1849. <section title="Cartes son">
  1850. <entry title="High Definition Audio Device" value="" />
  1851. <entry title="Intel Display Audio" value="" />
  1852. </section>
  1853. <section title="Périphérique de play-back">
  1854. <entry title="Speakers (High Definition Audio Device)" value="" />
  1855. </section>
  1856. <section title="Périphérique d&apos;enregistrement">
  1857. <entry title="Microphone (High Definition Audio Device)" value="" />
  1858. </section>
  1859. </mainsection>
  1860. <mainsection title="Périphériques" id="9">
  1861. <section title="Standard PS/2 Keyboard">
  1862. <entry title="Type de périphérique" value="Clavier" />
  1863. <entry title="Nom du périphérique" value="Standard PS/2 Keyboard" />
  1864. <entry title="Vendeur" value="(Standard keyboards)" />
  1865. <entry title="Emplacement" value="plugged into keyboard port" />
  1866. <section title="Pilote">
  1867. <entry title="Date" value="6-21-2006" />
  1868. <entry title="Version" value="6.1.7601.17514" />
  1869. <entry title="Fichier" value="C:\Windows\system32\DRIVERS\i8042prt.sys" />
  1870. <entry title="Fichier" value="C:\Windows\system32\DRIVERS\kbdclass.sys" />
  1871. </section>
  1872. </section>
  1873. <section title="HID-compliant mouse">
  1874. <entry title="Type de périphérique" value="Souris" />
  1875. <entry title="Nom du périphérique" value="HID-compliant mouse" />
  1876. <entry title="Vendeur" value="Inconnu" />
  1877. <entry title="Emplacement" value="USB Input Device" />
  1878. <section title="Pilote">
  1879. <entry title="Date" value="6-21-2006" />
  1880. <entry title="Version" value="6.1.7600.16385" />
  1881. <entry title="Fichier" value="C:\Windows\system32\DRIVERS\mouhid.sys" />
  1882. <entry title="Fichier" value="C:\Windows\system32\DRIVERS\mouclass.sys" />
  1883. </section>
  1884. </section>
  1885. <section title="PS/2 Compatible Mouse">
  1886. <entry title="Type de périphérique" value="Souris" />
  1887. <entry title="Nom du périphérique" value="PS/2 Compatible Mouse" />
  1888. <entry title="Vendeur" value="Microsoft" />
  1889. <entry title="Emplacement" value="plugged into PS/2 mouse port" />
  1890. <section title="Pilote">
  1891. <entry title="Date" value="6-21-2006" />
  1892. <entry title="Version" value="6.1.7600.16385" />
  1893. <entry title="Fichier" value="C:\Windows\system32\DRIVERS\i8042prt.sys" />
  1894. <entry title="Fichier" value="C:\Windows\system32\DRIVERS\mouclass.sys" />
  1895. </section>
  1896. </section>
  1897. <section title="USB Video Device">
  1898. <entry title="Type de périphérique" value="Caméra/scanner" />
  1899. <entry title="Nom du périphérique" value="USB Video Device" />
  1900. <entry title="Vendeur" value="Chicony Electronics Co Ltd" />
  1901. <entry title="Commentaire" value="TOSHIBA Web Camera - MP" />
  1902. <entry title="Emplacement" value="0000.001a.0000.001.001.000.000.000.000" />
  1903. <section title="Pilote">
  1904. <entry title="Date" value="6-21-2006" />
  1905. <entry title="Version" value="6.1.7601.18208" />
  1906. <entry title="Fichier" value="C:\Windows\system32\drivers\usbvideo.sys" />
  1907. </section>
  1908. </section>
  1909. <section title="Brother MFC-J425W LAN">
  1910. <entry title="Type de périphérique" value="Caméra/scanner" />
  1911. <entry title="Nom du périphérique" value="Brother MFC-J425W LAN" />
  1912. <entry title="Vendeur" value="Brother" />
  1913. <section title="Pilote">
  1914. <entry title="Date" value="7-6-2012" />
  1915. <entry title="Version" value="1.1.18.18" />
  1916. <entry title="Fichier" value="C:\Windows\system32\BrWi211a.dll" />
  1917. <entry title="Fichier" value="C:\Windows\system32\BrJDec.dll" />
  1918. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\MFJ425WN\BrTwdFe.ds" />
  1919. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\MFJ425WN\TWMFJ425WN.ini" />
  1920. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Common\BrTwds.dll" />
  1921. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Common\BrTwdsUi.dll" />
  1922. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Common\BrTwdScn.dll" />
  1923. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Common\BrScnDev.dll" />
  1924. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Common\BrStiIf.dll" />
  1925. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Common\BrScnFlt.dll" />
  1926. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Common\BrTwJDec.dll" />
  1927. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Common\brAutCrp.dll" />
  1928. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Common\RLACMPCAPI.dll" />
  1929. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnBul.chm" />
  1930. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnChn.chm" />
  1931. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnCht.chm" />
  1932. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnCze.chm" />
  1933. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnDan.chm" />
  1934. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnDut.chm" />
  1935. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnEng.chm" />
  1936. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnFin.chm" />
  1937. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnFrc.chm" />
  1938. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnFre.chm" />
  1939. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnGer.chm" />
  1940. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnHun.chm" />
  1941. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnIta.chm" />
  1942. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnJpn.chm" />
  1943. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnKor.chm" />
  1944. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnNor.chm" />
  1945. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnPol.chm" />
  1946. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnPor.chm" />
  1947. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnPtb.chm" />
  1948. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnRom.chm" />
  1949. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnRus.chm" />
  1950. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnSpa.chm" />
  1951. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnSvk.chm" />
  1952. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnSwe.chm" />
  1953. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnTrk.chm" />
  1954. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BRScnUsa.chm" />
  1955. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdBul.dll" />
  1956. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdChn.dll" />
  1957. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdCht.dll" />
  1958. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdCze.dll" />
  1959. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdDan.dll" />
  1960. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdDut.dll" />
  1961. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdEng.dll" />
  1962. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdFin.dll" />
  1963. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdfrc.dll" />
  1964. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdFre.dll" />
  1965. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdGer.dll" />
  1966. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdHun.dll" />
  1967. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdIta.dll" />
  1968. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdJpn.dll" />
  1969. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdKor.dll" />
  1970. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdNor.dll" />
  1971. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdPol.dll" />
  1972. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdPor.dll" />
  1973. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdPtb.dll" />
  1974. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdRom.dll" />
  1975. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdRus.dll" />
  1976. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdSpa.dll" />
  1977. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdSvk.dll" />
  1978. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdSwe.dll" />
  1979. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdTrk.dll" />
  1980. <entry title="Fichier" value="C:\Windows\TWAIN_32\BrSc11a\Lang\BrTwdUsa.dll" />
  1981. <entry title="Fichier" value="C:\Windows\system32\drivers\serscan.sys" />
  1982. </section>
  1983. </section>
  1984. <section title="Multi-Card">
  1985. <entry title="Type de périphérique" value="Appareil portable" />
  1986. <entry title="Nom du périphérique" value="Multi-Card" />
  1987. <entry title="Vendeur" value="GENERIC-" />
  1988. <entry title="Commentaire" value="F:\" />
  1989. <entry title="Emplacement" value="UMBus Enumerator" />
  1990. <section title="Pilote">
  1991. <entry title="Date" value="6-21-2006" />
  1992. <entry title="Version" value="6.1.7600.16385" />
  1993. <entry title="Fichier" value="C:\Windows\system32\DRIVERS\WUDFRd.sys" />
  1994. </section>
  1995. </section>
  1996. <section title="Imprimantes">
  1997. <section title="Brother MFC-J425W Printer">
  1998. <entry title="Port de l&apos;imprimante" value="BRW008092ACCA22" />
  1999. <entry title="Processeur d&apos;impression" value="winprint" />
  2000. <entry title="Disponibilité" value="Toujours" />
  2001. <entry title="Priorité" value="1" />
  2002. <entry title="Duplex" value="Aucun" />
  2003. <entry title="Qualité d&apos;impression" value="600 * 600 dpi Couleur" />
  2004. <entry title="Statut" value="Inconnu" />
  2005. <section title="Pilote">
  2006. <entry title="Nom du pilote" value="Brother MFC-J425W Printer (v1.011)" />
  2007. <entry title="Chemin du pilote" value="C:\Windows\system32\spool\DRIVERS\x64\3\BRPRIB1A.DLL" />
  2008. </section>
  2009. </section>
  2010. <section title="Brother MFC-J425W Printer (Copy 1) (Imprimante par défaut)">
  2011. <entry title="Port de l&apos;imprimante" value="BRW008092AC497F" />
  2012. <entry title="Processeur d&apos;impression" value="winprint" />
  2013. <entry title="Disponibilité" value="Toujours" />
  2014. <entry title="Priorité" value="1" />
  2015. <entry title="Duplex" value="Aucun" />
  2016. <entry title="Qualité d&apos;impression" value="600 * 600 dpi Couleur" />
  2017. <entry title="Statut" value="Inconnu" />
  2018. <section title="Pilote">
  2019. <entry title="Nom du pilote" value="Brother MFC-J425W Printer (v1.011)" />
  2020. <entry title="Chemin du pilote" value="C:\Windows\system32\spool\DRIVERS\x64\3\BRPRIB1A.DLL" />
  2021. </section>
  2022. </section>
  2023. <section title="Brother PC-FAX v.2.2">
  2024. <entry title="Port de l&apos;imprimante" value="BRW008092ACCA22" />
  2025. <entry title="Processeur d&apos;impression" value="winprint" />
  2026. <entry title="Disponibilité" value="Toujours" />
  2027. <entry title="Priorité" value="1" />
  2028. <entry title="Duplex" value="Aucun" />
  2029. <entry title="Qualité d&apos;impression" value="200 * 200 dpi Monochrome" />
  2030. <entry title="Statut" value="Inconnu" />
  2031. <section title="Pilote">
  2032. <entry title="Nom du pilote" value="Brother PC-FAX v.2.2 (v1.18)" />
  2033. <entry title="Chemin du pilote" value="C:\Windows\system32\spool\DRIVERS\x64\3\BROFXA5C.dll" />
  2034. </section>
  2035. </section>
  2036. <section title="Fax">
  2037. <entry title="Port de l&apos;imprimante" value="SHRFAX:" />
  2038. <entry title="Processeur d&apos;impression" value="winprint" />
  2039. <entry title="Disponibilité" value="Toujours" />
  2040. <entry title="Priorité" value="1" />
  2041. <entry title="Duplex" value="Aucun" />
  2042. <entry title="Qualité d&apos;impression" value="200 * 200 dpi Monochrome" />
  2043. <entry title="Statut" value="Inconnu" />
  2044. <section title="Pilote">
  2045. <entry title="Nom du pilote" value="Microsoft Shared Fax Driver (v4.00)" />
  2046. <entry title="Chemin du pilote" value="C:\Windows\system32\spool\DRIVERS\x64\3\FXSDRV.DLL" />
  2047. </section>
  2048. </section>
  2049. <section title="Microsoft XPS Document Writer">
  2050. <entry title="Port de l&apos;imprimante" value="XPSPort:" />
  2051. <entry title="Processeur d&apos;impression" value="winprint" />
  2052. <entry title="Disponibilité" value="Toujours" />
  2053. <entry title="Priorité" value="1" />
  2054. <entry title="Duplex" value="Aucun" />
  2055. <entry title="Qualité d&apos;impression" value="600 * 600 dpi Couleur" />
  2056. <entry title="Statut" value="Inconnu" />
  2057. <section title="Pilote">
  2058. <entry title="Nom du pilote" value="Microsoft XPS Document Writer (v6.00)" />
  2059. <entry title="Chemin du pilote" value="C:\Windows\system32\spool\DRIVERS\x64\3\mxdwdrv.dll" />
  2060. </section>
  2061. </section>
  2062. <section title="PaperPort Image Printer">
  2063. <entry title="Port de l&apos;imprimante" value="Nuance Image Printer Writer Port" />
  2064. <entry title="Processeur d&apos;impression" value="winprint" />
  2065. <entry title="Disponibilité" value="Toujours" />
  2066. <entry title="Priorité" value="1" />
  2067. <entry title="Qualité d&apos;impression" value="200 dpi" />
  2068. <entry title="Statut" value="Inconnu" />
  2069. <section title="Pilote">
  2070. <entry title="Nom du pilote" value="Nuance Image Printer Driver (v6.00)" />
  2071. <entry title="Chemin du pilote" value="C:\Windows\system32\spool\DRIVERS\x64\3\UNIDRV.DLL" />
  2072. </section>
  2073. </section>
  2074. <section title="Send To OneNote 2010">
  2075. <entry title="Port de l&apos;imprimante" value="nul:" />
  2076. <entry title="Processeur d&apos;impression" value="winprint" />
  2077. <entry title="Disponibilité" value="Toujours" />
  2078. <entry title="Priorité" value="1" />
  2079. <entry title="Duplex" value="Aucun" />
  2080. <entry title="Qualité d&apos;impression" value="600 * 600 dpi Couleur" />
  2081. <entry title="Statut" value="Inconnu" />
  2082. <section title="Pilote">
  2083. <entry title="Nom du pilote" value="Send To Microsoft OneNote 2010 Driver (v6.00)" />
  2084. <entry title="Chemin du pilote" value="C:\Windows\system32\spool\DRIVERS\x64\3\mxdwdrv.dll" />
  2085. </section>
  2086. </section>
  2087. </section>
  2088. </mainsection>
  2089. <mainsection title="Réseau" id="10">
  2090. <entry title="Vous êtes connecté à Internet" value="" />
  2091. <entry title="Connecté via" value="Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC" />
  2092. <entry title="Adresse IP" value="192.168.0.100" />
  2093. <entry title="Masque de sous-réseau" value="255.255.255.0" />
  2094. <entry title="Passerelle" value="192.168.0.1" />
  2095. <entry title="Serveur DNS préféré" value="192.168.0.1" />
  2096. <entry title="DHCP" value="Activé" />
  2097. <entry title="Serveur DHCP" value="192.168.0.1" />
  2098. <entry title="Adresse IP externe" value="96.21.123.165" />
  2099. <entry title="Type d&apos;adaptateur" value="IEEE 802.11 sans fil" />
  2100. <entry title="NetBIOS sur TCO/IP" value="Activé via DHCP" />
  2101. <entry title="Type de noeud NetBIOS" value="Noeud hybride" />
  2102. <entry title="Vitesse du lien" value="0 Bps" />
  2103. <section title="Nom de l&apos;ordinateur">
  2104. <entry title="Nom NetBIOS" value="STEPHANIE-PC" />
  2105. <entry title="Nom du DNS" value="Stephanie-PC" />
  2106. <entry title="Appartenance" value="Partie de groupe de travail" />
  2107. <entry title="Groupe de travail" value="WORKGROUP" />
  2108. </section>
  2109. <section title="Bureau à distance">
  2110. <entry title="Désactivé" value="" />
  2111. <section title="Console">
  2112. <entry title="État" value="Actif" />
  2113. <entry title="Domaine" value="Stephanie-PC" />
  2114. </section>
  2115. </section>
  2116. <section title="Info WinInet">
  2117. <entry value="LAN Connection" />
  2118. <entry value="Le système local utilise un réseau local pour se connecter à Internet" />
  2119. <entry value="Le système local utilise RAS pour se connecter à Internet" />
  2120. </section>
  2121. <section title="Information sur le sans fil">
  2122. <entry title="Version de l&apos;API native sans fil utilisée" value="2" />
  2123. <entry title="Points d&apos;accès disponibles" value="15" />
  2124. <section title="Sans fil (VIDEOTRON4167)">
  2125. <entry title="SSID" value="VIDEOTRON4167" />
  2126. <entry title="Fréquence" value="2437000 KHz" />
  2127. <entry title="Numéro de canal" value="6" />
  2128. <entry title="Nom" value="VIDEOTRON4167" />
  2129. <entry title="Force/qualité du signal" value="100" />
  2130. <entry title="Sécurité" value="Activé" />
  2131. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2132. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2133. <entry title="Réseau" value="Connectible" />
  2134. <entry title="Options du réseau" value="Actuellement connecté à ce réseau" />
  2135. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2136. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2137. </section>
  2138. <section title="Sans fil (BELL705)">
  2139. <entry title="SSID" value="BELL705" />
  2140. <entry title="Fréquence" value="2437000 KHz" />
  2141. <entry title="Numéro de canal" value="6" />
  2142. <entry title="Nom" value="BELL705" />
  2143. <entry title="Force/qualité du signal" value="49" />
  2144. <entry title="Sécurité" value="Activé" />
  2145. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2146. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2147. <entry title="Réseau" value="Connectible" />
  2148. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2149. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2150. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2151. </section>
  2152. <section title="Sans fil (The Addams Family)">
  2153. <entry title="SSID" value="The Addams Family" />
  2154. <entry title="Fréquence" value="2437000 KHz" />
  2155. <entry title="Numéro de canal" value="6" />
  2156. <entry title="Nom" value="The Addams Family" />
  2157. <entry title="Force/qualité du signal" value="76" />
  2158. <entry title="Sécurité" value="Activé" />
  2159. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2160. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2161. <entry title="Réseau" value="Connectible" />
  2162. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2163. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme d&apos;intégrité de clé temporelle (TKIP)" />
  2164. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme WPA-PSK" />
  2165. </section>
  2166. <section title="Sans fil (BELL803)">
  2167. <entry title="SSID" value="BELL803" />
  2168. <entry title="Fréquence" value="2412000 KHz" />
  2169. <entry title="Numéro de canal" value="1" />
  2170. <entry title="Nom" value="BELL803" />
  2171. <entry title="Force/qualité du signal" value="56" />
  2172. <entry title="Sécurité" value="Activé" />
  2173. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2174. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2175. <entry title="Réseau" value="Connectible" />
  2176. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2177. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2178. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2179. </section>
  2180. <section title="Sans fil (BELL188)">
  2181. <entry title="SSID" value="BELL188" />
  2182. <entry title="Fréquence" value="2412000 KHz" />
  2183. <entry title="Numéro de canal" value="1" />
  2184. <entry title="Nom" value="BELL188" />
  2185. <entry title="Force/qualité du signal" value="74" />
  2186. <entry title="Sécurité" value="Activé" />
  2187. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2188. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2189. <entry title="Réseau" value="Connectible" />
  2190. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2191. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2192. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2193. </section>
  2194. <section title="Sans fil (VIDEOTRON5885)">
  2195. <entry title="SSID" value="VIDEOTRON5885" />
  2196. <entry title="Fréquence" value="2412000 KHz" />
  2197. <entry title="Numéro de canal" value="1" />
  2198. <entry title="Nom" value="VIDEOTRON5885" />
  2199. <entry title="Force/qualité du signal" value="50" />
  2200. <entry title="Sécurité" value="Activé" />
  2201. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2202. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2203. <entry title="Réseau" value="Connectible" />
  2204. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2205. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2206. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2207. </section>
  2208. <section title="Sans fil (AltimaTelecom-101964)">
  2209. <entry title="SSID" value="AltimaTelecom-101964" />
  2210. <entry title="Fréquence" value="2422000 KHz" />
  2211. <entry title="Numéro de canal" value="3" />
  2212. <entry title="Nom" value="AltimaTelecom-101964" />
  2213. <entry title="Force/qualité du signal" value="60" />
  2214. <entry title="Sécurité" value="Activé" />
  2215. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2216. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2217. <entry title="Réseau" value="Connectible" />
  2218. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2219. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2220. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2221. </section>
  2222. <section title="Sans fil (VIDEOTRON4167)">
  2223. <entry title="SSID" value="VIDEOTRON4167" />
  2224. <entry title="Fréquence" value="2437000 KHz" />
  2225. <entry title="Numéro de canal" value="6" />
  2226. <entry title="Nom" value="VIDEOTRON4167" />
  2227. <entry title="Force/qualité du signal" value="86" />
  2228. <entry title="Sécurité" value="Activé" />
  2229. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2230. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2231. <entry title="Réseau" value="Connectible" />
  2232. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2233. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2234. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2235. </section>
  2236. <section title="Sans fil (VIDEOTRON2206)">
  2237. <entry title="SSID" value="VIDEOTRON2206" />
  2238. <entry title="Fréquence" value="2437000 KHz" />
  2239. <entry title="Numéro de canal" value="6" />
  2240. <entry title="Nom" value="VIDEOTRON2206" />
  2241. <entry title="Force/qualité du signal" value="60" />
  2242. <entry title="Sécurité" value="Activé" />
  2243. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2244. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2245. <entry title="Réseau" value="Connectible" />
  2246. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2247. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2248. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2249. </section>
  2250. <section title="Sans fil (Patate)">
  2251. <entry title="SSID" value="Patate" />
  2252. <entry title="Fréquence" value="2437000 KHz" />
  2253. <entry title="Numéro de canal" value="6" />
  2254. <entry title="Nom" value="Patate" />
  2255. <entry title="Force/qualité du signal" value="74" />
  2256. <entry title="Sécurité" value="Activé" />
  2257. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2258. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2259. <entry title="Réseau" value="Connectible" />
  2260. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2261. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2262. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2263. </section>
  2264. <section title="Sans fil (Lucie)">
  2265. <entry title="SSID" value="Lucie" />
  2266. <entry title="Fréquence" value="2462000 KHz" />
  2267. <entry title="Numéro de canal" value="11" />
  2268. <entry title="Nom" value="Lucie" />
  2269. <entry title="Force/qualité du signal" value="49" />
  2270. <entry title="Sécurité" value="Activé" />
  2271. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2272. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2273. <entry title="Réseau" value="Connectible" />
  2274. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2275. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme WEP avec clé de n&apos;importe quelle taille" />
  2276. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme IEEE 802.11 Open System" />
  2277. </section>
  2278. <section title="Sans fil (netrevolution-radioactif-298)">
  2279. <entry title="SSID" value="netrevolution-radioactif-298" />
  2280. <entry title="Fréquence" value="2462000 KHz" />
  2281. <entry title="Numéro de canal" value="11" />
  2282. <entry title="Nom" value="netrevolution-radioactif-298" />
  2283. <entry title="Force/qualité du signal" value="46" />
  2284. <entry title="Sécurité" value="Activé" />
  2285. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2286. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2287. <entry title="Réseau" value="Connectible" />
  2288. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2289. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2290. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme WPA-PSK" />
  2291. </section>
  2292. <section title="Sans fil (dd-wrt)">
  2293. <entry title="SSID" value="dd-wrt" />
  2294. <entry title="Fréquence" value="2437000 KHz" />
  2295. <entry title="Numéro de canal" value="6" />
  2296. <entry title="Nom" value="dd-wrt" />
  2297. <entry title="Force/qualité du signal" value="46" />
  2298. <entry title="Sécurité" value="Désactivé" />
  2299. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2300. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2301. <entry title="Réseau" value="Connectible" />
  2302. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2303. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Aucun algorithme de chiffrement n&apos;est activé/supporté" />
  2304. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme IEEE 802.11 Open System" />
  2305. </section>
  2306. <section title="Sans fil (BELL012)">
  2307. <entry title="SSID" value="BELL012" />
  2308. <entry title="Fréquence" value="2437000 KHz" />
  2309. <entry title="Numéro de canal" value="6" />
  2310. <entry title="Nom" value="BELL012" />
  2311. <entry title="Force/qualité du signal" value="44" />
  2312. <entry title="Sécurité" value="Activé" />
  2313. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2314. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2315. <entry title="Réseau" value="Connectible" />
  2316. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2317. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme WEP avec clé de n&apos;importe quelle taille" />
  2318. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme IEEE 802.11 Open System" />
  2319. </section>
  2320. <section title="Sans fil (BELL822)">
  2321. <entry title="SSID" value="BELL822" />
  2322. <entry title="Fréquence" value="2437000 KHz" />
  2323. <entry title="Numéro de canal" value="6" />
  2324. <entry title="Nom" value="BELL822" />
  2325. <entry title="Force/qualité du signal" value="49" />
  2326. <entry title="Sécurité" value="Activé" />
  2327. <entry title="Etat" value="L&apos;interface est connectée à un réseau" />
  2328. <entry title="Type Dot11" value="Réseau à infrastructure BSS" />
  2329. <entry title="Réseau" value="Connectible" />
  2330. <entry title="Options du réseau" value="Il y a un profil pour ce réseau" />
  2331. <entry title="Algorithme de chiffrement à utiliser lors de la connexion à ce réseau" value="Algorithme AES-CCMP" />
  2332. <entry title="Authentification par défaut utilisée pour se connecter à ce réseau pour la première fois" value="Algorithme RSNA 802.11i utilisant PSK" />
  2333. </section>
  2334. </section>
  2335. <section title="Info WinHTTP">
  2336. <entry title="WinHTTPSessionProxyType" value="Aucun proxy" />
  2337. <entry title="Proxy de session" value="" />
  2338. <entry title="Contournement de proxy de session" value="" />
  2339. <entry title="Essais de connexion" value="5" />
  2340. <entry title="Délai de connexion dépassé" value="60,000" />
  2341. <entry title="Version HTTP" value="HTTP 1.1" />
  2342. <entry title="Connexion maximales par serveurs 1.0" value="INFINI" />
  2343. <entry title="Connexion maximales par serveurs" value="INFINI" />
  2344. <entry title="Maximum de redirections HTTP automatiques" value="10" />
  2345. <entry title="Maximum de continuations de statut HTTP" value="10" />
  2346. <entry title="Délai d&apos;envoi dépassé" value="30,000" />
  2347. <entry title="Détection automatique IEProxy" value="Non" />
  2348. <entry title="Configuration automatique IEProxy" value="" />
  2349. <entry title="IEProxy" value="" />
  2350. <entry title="Contournement d&apos;IEProxy" value="" />
  2351. <entry title="Type d&apos;accès de la configuration du proxy par défaut" value="Aucun proxy" />
  2352. <entry title="Proxy de configuration par défaut" value="" />
  2353. <entry title="Contournement du proxy de configuration par défaut" value="" />
  2354. </section>
  2355. <section title="Partages et découverte">
  2356. <entry title="Découverte réseau" value="Désactivé" />
  2357. <entry title="Partage de fichiers et d&apos;imprimantes" value="Désactivé" />
  2358. <entry title="Service de partage de fichiers et d&apos;imprimantes" value="Activé" />
  2359. <entry title="Partage de fichiers simple" value="Activé" />
  2360. <entry title="Partages administratifs" value="Activé" />
  2361. <entry title="Network access: Sharing and security model for local accounts" value="Classic - local users authenticate as themselves" />
  2362. </section>
  2363. <section title="Liste des adaptateurs">
  2364. <section title="Microsoft Virtual WiFi Miniport Adapter">
  2365. <entry title="Connection Name" value="Wireless Network Connection 2" />
  2366. <entry title="DHCP enabled" value="Oui" />
  2367. <entry title="Adresse MAC" value="E0-CA-94-6F-24-BB" />
  2368. </section>
  2369. <section title="Realtek PCIe FE Family Controller">
  2370. <entry title="Connection Name" value="Local Area Connection" />
  2371. <entry title="DHCP enabled" value="Oui" />
  2372. <entry title="Adresse MAC" value="38-60-77-8F-28-12" />
  2373. </section>
  2374. <section title="Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC">
  2375. <entry title="Connection Name" value="Wireless Network Connection" />
  2376. <entry title="NetBIOS over TCPIP" value="Oui" />
  2377. <entry title="DHCP enabled" value="Oui" />
  2378. <entry title="Adresse MAC" value="E0-CA-94-6F-24-BB" />
  2379. <entry title="Adresse IP" value="192.168.0.100" />
  2380. <entry title="Masque de sous-réseau" value="255.255.255.0" />
  2381. <entry title="Passerelle" value="192.168.0.1" />
  2382. <entry title="DHCP" value="192.168.0.1" />
  2383. <entry title="DNS Server" value="192.168.0.1" />
  2384. </section>
  2385. </section>
  2386. <section title="Partages réseau">
  2387. <entry title="No network shares" value="" />
  2388. </section>
  2389. <section title="Nombre de connexions TCP actuel">
  2390. <section title="C:\Program Files (x86)\Mozilla Firefox\firefox.exe (4364)">
  2391. <entry title="Locales 192.168.0.100:50084" value="ESTABLISHED Distantes 23.50.65.224:80 (HTTP)" />
  2392. <entry title="Locales 192.168.0.100:50085" value="ESTABLISHED Distantes 173.194.43.57:80 (HTTP)" />
  2393. <entry title="Locales 192.168.0.100:50086" value="ESTABLISHED Distantes 23.50.65.224:80 (HTTP)" />
  2394. <entry title="Locales 192.168.0.100:50089" value="ESTABLISHED Distantes 74.125.29.84:443 (HTTPS)" />
  2395. <entry title="Locales 192.168.0.100:50090" value="ESTABLISHED Distantes 173.194.43.15:443 (HTTPS)" />
  2396. <entry title="Locales 192.168.0.100:50094" value="ESTABLISHED Distantes 173.194.43.26:80 (HTTP)" />
  2397. <entry title="Locales 192.168.0.100:50095" value="ESTABLISHED Distantes 173.194.43.26:80 (HTTP)" />
  2398. <entry title="Locales 192.168.0.100:50096" value="ESTABLISHED Distantes 173.194.43.26:80 (HTTP)" />
  2399. <entry title="Locales 192.168.0.100:50097" value="ESTABLISHED Distantes 173.194.43.26:80 (HTTP)" />
  2400. <entry title="Locales 192.168.0.100:50098" value="ESTABLISHED Distantes 173.194.43.26:80 (HTTP)" />
  2401. <entry title="Locales 127.0.0.1:50026" value="ESTABLISHED Distantes 127.0.0.1:50025" />
  2402. <entry title="Locales 192.168.0.100:50100" value="ESTABLISHED Distantes 74.125.22.132:443 (HTTPS)" />
  2403. <entry title="Locales 192.168.0.100:50030" value="ESTABLISHED Distantes 74.125.225.116:443 (HTTPS)" />
  2404. <entry title="Locales 192.168.0.100:50102" value="ESTABLISHED Distantes 173.194.43.26:80 (HTTP)" />
  2405. <entry title="Locales 192.168.0.100:50103" value="ESTABLISHED Distantes 173.194.43.13:80 (HTTP)" />
  2406. <entry title="Locales 192.168.0.100:50031" value="ESTABLISHED Distantes 173.194.43.8:80 (HTTP)" />
  2407. <entry title="Locales 192.168.0.100:50105" value="ESTABLISHED Distantes 173.194.43.26:80 (HTTP)" />
  2408. <entry title="Locales 192.168.0.100:50033" value="ESTABLISHED Distantes 74.125.225.127:443 (HTTPS)" />
  2409. <entry title="Locales 192.168.0.100:50034" value="ESTABLISHED Distantes 173.194.43.15:443 (HTTPS)" />
  2410. <entry title="Locales 192.168.0.100:50108" value="ESTABLISHED Distantes 74.125.225.116:80 (HTTP)" />
  2411. <entry title="Locales 192.168.0.100:50110" value="ESTABLISHED Distantes 173.194.43.26:443 (HTTPS)" />
  2412. <entry title="Locales 192.168.0.100:50111" value="ESTABLISHED Distantes 31.13.74.1:80 (HTTP)" />
  2413. <entry title="Locales 192.168.0.100:50036" value="ESTABLISHED Distantes 173.194.43.7:443 (HTTPS)" />
  2414. <entry title="Locales 192.168.0.100:50037" value="ESTABLISHED Distantes 74.125.225.127:80 (HTTP)" />
  2415. <entry title="Locales 192.168.0.100:50116" value="ESTABLISHED Distantes 24.200.246.226:80 (HTTP)" />
  2416. <entry title="Locales 192.168.0.100:50118" value="ESTABLISHED Distantes 24.200.246.9:80 (HTTP)" />
  2417. <entry title="Locales 192.168.0.100:50119" value="ESTABLISHED Distantes 24.200.246.9:80 (HTTP)" />
  2418. <entry title="Locales 192.168.0.100:50038" value="ESTABLISHED Distantes 108.171.164.204:80 (HTTP)" />
  2419. <entry title="Locales 192.168.0.100:50040" value="ESTABLISHED Distantes 108.171.164.204:80 (HTTP)" />
  2420. <entry title="Locales 192.168.0.100:50041" value="ESTABLISHED Distantes 74.125.22.95:80 (HTTP)" />
  2421. <entry title="Locales 192.168.0.100:50043" value="ESTABLISHED Distantes 54.230.37.203:80 (HTTP)" />
  2422. <entry title="Locales 192.168.0.100:50044" value="ESTABLISHED Distantes 54.230.37.203:80 (HTTP)" />
  2423. <entry title="Locales 192.168.0.100:50047" value="ESTABLISHED Distantes 54.230.36.246:80 (HTTP)" />
  2424. <entry title="Locales 192.168.0.100:50048" value="ESTABLISHED Distantes 54.230.36.246:80 (HTTP)" />
  2425. <entry title="Locales 192.168.0.100:50049" value="ESTABLISHED Distantes 54.230.36.246:80 (HTTP)" />
  2426. <entry title="Locales 192.168.0.100:50051" value="ESTABLISHED Distantes 74.125.22.113:80 (HTTP)" />
  2427. <entry title="Locales 192.168.0.100:50138" value="ESTABLISHED Distantes 173.194.43.47:80 (HTTP)" />
  2428. <entry title="Locales 192.168.0.100:50052" value="ESTABLISHED Distantes 74.125.22.113:80 (HTTP)" />
  2429. <entry title="Locales 192.168.0.100:50142" value="ESTABLISHED Distantes 173.194.43.60:80 (HTTP)" />
  2430. <entry title="Locales 192.168.0.100:50053" value="ESTABLISHED Distantes 54.230.36.144:80 (HTTP)" />
  2431. <entry title="Locales 192.168.0.100:50054" value="ESTABLISHED Distantes 54.230.36.144:80 (HTTP)" />
  2432. <entry title="Locales 192.168.0.100:50149" value="ESTABLISHED Distantes 206.190.130.76:80 (HTTP)" />
  2433. <entry title="Locales 192.168.0.100:50150" value="ESTABLISHED Distantes 173.194.43.15:80 (HTTP)" />
  2434. <entry title="Locales 192.168.0.100:50151" value="ESTABLISHED Distantes 173.194.43.15:80 (HTTP)" />
  2435. <entry title="Locales 192.168.0.100:50056" value="ESTABLISHED Distantes 74.125.22.132:80 (HTTP)" />
  2436. <entry title="Locales 192.168.0.100:50057" value="ESTABLISHED Distantes 192.33.31.101:80 (HTTP)" />
  2437. <entry title="Locales 192.168.0.100:50058" value="ESTABLISHED Distantes 50.31.164.192:80 (HTTP)" />
  2438. <entry title="Locales 192.168.0.100:50060" value="ESTABLISHED Distantes 108.168.208.206:80 (HTTP)" />
  2439. <entry title="Locales 192.168.0.100:50068" value="ESTABLISHED Distantes 54.230.37.107:80 (HTTP)" />
  2440. <entry title="Locales 192.168.0.100:50069" value="ESTABLISHED Distantes 54.230.37.107:80 (HTTP)" />
  2441. <entry title="Locales 192.168.0.100:50070" value="ESTABLISHED Distantes 54.230.37.107:80 (HTTP)" />
  2442. <entry title="Locales 192.168.0.100:50073" value="ESTABLISHED Distantes 173.194.43.25:80 (HTTP)" />
  2443. <entry title="Locales 192.168.0.100:50075" value="ESTABLISHED Distantes 69.192.31.139:80 (HTTP)" />
  2444. <entry title="Locales 192.168.0.100:50078" value="ESTABLISHED Distantes 173.194.43.13:80 (HTTP)" />
  2445. <entry title="Locales 192.168.0.100:50079" value="ESTABLISHED Distantes 93.184.216.139:443 (HTTPS)" />
  2446. <entry title="Locales 192.168.0.100:50080" value="ESTABLISHED Distantes 69.192.18.110:443 (HTTPS)" />
  2447. <entry title="Locales 192.168.0.100:50082" value="ESTABLISHED Distantes 24.200.246.19:80 (HTTP)" />
  2448. <entry title="Locales 127.0.0.1:50025" value="ESTABLISHED Distantes 127.0.0.1:50026" />
  2449. <entry title="Locales 192.168.0.100:50174" value="ESTABLISHED Distantes 173.194.43.15:80 (HTTP)" />
  2450. </section>
  2451. <section title="C:\Program Files (x86)\TeamViewer\Version8\TeamViewer.exe (2816)">
  2452. <entry title="Locales 127.0.0.1:49164" value="ESTABLISHED Distantes 127.0.0.1:49165" />
  2453. <entry title="Locales 127.0.0.1:49165" value="ESTABLISHED Distantes 127.0.0.1:49164" />
  2454. <entry title="Locales 127.0.0.1:49166" value="ESTABLISHED Distantes 127.0.0.1:5939" />
  2455. </section>
  2456. <section title="C:\Users\Stephanie\AppData\Roaming\uTorrent\uTorrent.exe (2980)">
  2457. <entry title="Locales 0.0.0.0:37204" value="LISTEN" />
  2458. <entry title="Locales 127.0.0.1:10000" value="LISTEN" />
  2459. </section>
  2460. <section title="lsass.exe (560)">
  2461. <entry title="Locales 0.0.0.0:49155" value="LISTEN" />
  2462. </section>
  2463. <section title="services.exe (544)">
  2464. <entry title="Locales 0.0.0.0:49156" value="LISTEN" />
  2465. </section>
  2466. <section title="svchost.exe (304)">
  2467. <entry title="Locales 0.0.0.0:49154" value="LISTEN" />
  2468. </section>
  2469. <section title="svchost.exe (764)">
  2470. <entry title="Locales 0.0.0.0:135 (DCE)" value="LISTEN" />
  2471. </section>
  2472. <section title="svchost.exe (944)">
  2473. <entry title="Locales 0.0.0.0:49153" value="LISTEN" />
  2474. </section>
  2475. <section title="System Process">
  2476. <entry title="Locales 192.168.0.100:50140" value="TIME-WAIT Distantes 198.8.70.115:80 (HTTP)" />
  2477. <entry title="Locales 192.168.0.100:50143" value="TIME-WAIT Distantes 216.38.172.155:80 (HTTP)" />
  2478. <entry title="Locales 192.168.0.100:50144" value="TIME-WAIT Distantes 216.38.172.155:80 (HTTP)" />
  2479. <entry title="Locales 192.168.0.100:50154" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2480. <entry title="Locales 192.168.0.100:50155" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2481. <entry title="Locales 192.168.0.100:50156" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2482. <entry title="Locales 192.168.0.100:50159" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2483. <entry title="Locales 192.168.0.100:50160" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2484. <entry title="Locales 192.168.0.100:50083" value="TIME-WAIT Distantes 24.200.246.19:80 (HTTP)" />
  2485. <entry title="Locales 192.168.0.100:50164" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2486. <entry title="Locales 192.168.0.100:50165" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2487. <entry title="Locales 192.168.0.100:50166" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2488. <entry title="Locales 192.168.0.100:50167" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2489. <entry title="Locales 192.168.0.100:50168" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2490. <entry title="Locales 192.168.0.100:50055" value="TIME-WAIT Distantes 74.125.22.132:80 (HTTP)" />
  2491. <entry title="Locales 192.168.0.100:50045" value="TIME-WAIT Distantes 72.21.91.19:80 (HTTP)" />
  2492. <entry title="Locales 192.168.0.100:50169" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2493. <entry title="Locales 192.168.0.100:50171" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2494. <entry title="Locales 192.168.0.100:50173" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2495. <entry title="Locales 192.168.0.100:50010" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2496. <entry title="Locales 192.168.0.100:50012" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2497. <entry title="Locales 192.168.0.100:50014" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2498. <entry title="Locales 192.168.0.100:50019" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2499. <entry title="Locales 192.168.0.100:50020" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2500. <entry title="Locales 192.168.0.100:50021" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2501. <entry title="Locales 192.168.0.100:50022" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2502. <entry title="Locales 192.168.0.100:50023" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2503. <entry title="Locales 192.168.0.100:50027" value="TIME-WAIT Distantes 64.79.93.226:80 (HTTP)" />
  2504. <entry title="Locales 192.168.0.100:50046" value="TIME-WAIT Distantes 74.125.22.95:80 (HTTP)" />
  2505. <entry title="Locales 192.168.0.100:50059" value="TIME-WAIT Distantes 54.230.36.144:80 (HTTP)" />
  2506. <entry title="Locales 192.168.0.100:50077" value="TIME-WAIT Distantes 93.184.216.139:80 (HTTP)" />
  2507. <entry title="Locales 192.168.0.100:50061" value="TIME-WAIT Distantes 108.168.208.206:80 (HTTP)" />
  2508. <entry title="Locales 192.168.0.100:50035" value="TIME-WAIT Distantes 173.194.43.15:443 (HTTPS)" />
  2509. <entry title="Locales 192.168.0.100:50161" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2510. <entry title="Locales 192.168.0.100:50099" value="TIME-WAIT Distantes 199.7.57.72:80 (HTTP)" />
  2511. <entry title="Locales 192.168.0.100:50101" value="TIME-WAIT Distantes 173.194.43.13:80 (HTTP)" />
  2512. <entry title="Locales 192.168.0.100:50104" value="TIME-WAIT Distantes 173.194.43.13:80 (HTTP)" />
  2513. <entry title="Locales 192.168.0.100:50106" value="TIME-WAIT Distantes 74.125.225.116:80 (HTTP)" />
  2514. <entry title="Locales 192.168.0.100:50107" value="TIME-WAIT Distantes 192.243.250.36:80 (HTTP)" />
  2515. <entry title="Locales 192.168.0.100:50113" value="TIME-WAIT Distantes 199.27.76.130:80 (HTTP)" />
  2516. <entry title="Locales 192.168.0.100:50114" value="TIME-WAIT Distantes 199.27.76.130:80 (HTTP)" />
  2517. <entry title="Locales 192.168.0.100:50120" value="TIME-WAIT Distantes 24.200.246.9:80 (HTTP)" />
  2518. <entry title="Locales 192.168.0.100:50121" value="TIME-WAIT Distantes 24.200.246.9:80 (HTTP)" />
  2519. <entry title="Locales 192.168.0.100:50122" value="TIME-WAIT Distantes 199.27.76.130:80 (HTTP)" />
  2520. <entry title="Locales 192.168.0.100:50125" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2521. <entry title="Locales 192.168.0.100:50126" value="TIME-WAIT Distantes 192.168.0.1:65535" />
  2522. <entry title="Locales 192.168.0.100:50130" value="TIME-WAIT Distantes 93.184.216.139:80 (HTTP)" />
  2523. <entry title="Locales 192.168.0.100:50131" value="TIME-WAIT Distantes 72.21.91.196:80 (HTTP)" />
  2524. <entry title="Locales 192.168.0.100:50136" value="TIME-WAIT Distantes 108.161.189.5:80 (HTTP)" />
  2525. <entry title="Locales 192.168.0.100:50137" value="TIME-WAIT Distantes 173.194.43.47:80 (HTTP)" />
  2526. </section>
  2527. <section title="System Process">
  2528. <entry title="Locales 192.168.0.100:139 (NetBIOS session service)" value="LISTEN" />
  2529. <entry title="Locales 0.0.0.0:445 (Windows shares)" value="LISTEN" />
  2530. </section>
  2531. <section title="TeamViewer_Service.exe (1568)">
  2532. <entry title="Locales 127.0.0.1:5939" value="ESTABLISHED Distantes 127.0.0.1:49166" />
  2533. <entry title="Locales 127.0.0.1:5939" value="LISTEN" />
  2534. <entry title="Locales 192.168.0.100:49709" value="ESTABLISHED Distantes 178.255.153.13:80 (HTTP)" />
  2535. <entry title="Locales 192.168.0.100:49710" value="ESTABLISHED Distantes 178.255.153.13:80 (HTTP)" />
  2536. </section>
  2537. <section title="wininit.exe (452)">
  2538. <entry title="Locales 0.0.0.0:49152" value="LISTEN" />
  2539. </section>
  2540. </section>
  2541. </mainsection>
  2542. </speccydata>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement