fauxhai 2.1.2 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/lib/fauxhai/mocker.rb +5 -1
  4. data/lib/fauxhai/platforms/amazon/2012.09.json +3 -0
  5. data/lib/fauxhai/platforms/amazon/2013.09.json +3 -0
  6. data/lib/fauxhai/platforms/amazon/2014.03.json +3 -0
  7. data/lib/fauxhai/platforms/centos/5.10.json +2686 -0
  8. data/lib/fauxhai/platforms/centos/5.8.json +3 -0
  9. data/lib/fauxhai/platforms/centos/5.9.json +3 -0
  10. data/lib/fauxhai/platforms/centos/6.0.json +3 -0
  11. data/lib/fauxhai/platforms/centos/6.2.json +3 -0
  12. data/lib/fauxhai/platforms/centos/6.3.json +3 -0
  13. data/lib/fauxhai/platforms/centos/6.4.json +3 -0
  14. data/lib/fauxhai/platforms/centos/6.5.json +3 -0
  15. data/lib/fauxhai/platforms/centos/7.0.json +2807 -0
  16. data/lib/fauxhai/platforms/chefspec/0.6.1.json +1 -0
  17. data/lib/fauxhai/platforms/debian/6.0.5.json +3 -0
  18. data/lib/fauxhai/platforms/debian/7.0.json +3 -0
  19. data/lib/fauxhai/platforms/debian/7.1.json +3 -0
  20. data/lib/fauxhai/platforms/debian/7.2.json +3 -0
  21. data/lib/fauxhai/platforms/debian/7.4.json +3 -0
  22. data/lib/fauxhai/platforms/debian/7.5.json +2681 -0
  23. data/lib/fauxhai/platforms/debian/jessie/sid.json +3 -0
  24. data/lib/fauxhai/platforms/fedora/18.json +3 -0
  25. data/lib/fauxhai/platforms/fedora/19.json +3 -0
  26. data/lib/fauxhai/platforms/fedora/20.json +3 -0
  27. data/lib/fauxhai/platforms/freebsd/10.0.json +3 -0
  28. data/lib/fauxhai/platforms/freebsd/8.4.json +3 -0
  29. data/lib/fauxhai/platforms/freebsd/9.1.json +3 -0
  30. data/lib/fauxhai/platforms/freebsd/9.2.json +3 -0
  31. data/lib/fauxhai/platforms/gentoo/2.1.json +3 -0
  32. data/lib/fauxhai/platforms/mac_os_x/10.6.8.json +3 -0
  33. data/lib/fauxhai/platforms/mac_os_x/10.7.4.json +3 -0
  34. data/lib/fauxhai/platforms/mac_os_x/10.8.2.json +3 -0
  35. data/lib/fauxhai/platforms/mac_os_x/10.9.2.json +3 -0
  36. data/lib/fauxhai/platforms/omnios/151002.json +3 -0
  37. data/lib/fauxhai/platforms/omnios/151006.json +3 -0
  38. data/lib/fauxhai/platforms/omnios/151008.json +2226 -0
  39. data/lib/fauxhai/platforms/openbsd/5.4.json +3 -0
  40. data/lib/fauxhai/platforms/opensuse/12.3.json +2241 -204
  41. data/lib/fauxhai/platforms/opensuse/13.1.json +2602 -0
  42. data/lib/fauxhai/platforms/oracle/5.10.json +3 -0
  43. data/lib/fauxhai/platforms/oracle/6.5.json +3 -0
  44. data/lib/fauxhai/platforms/redhat/5.10.json +3 -0
  45. data/lib/fauxhai/platforms/redhat/5.6.json +3 -0
  46. data/lib/fauxhai/platforms/redhat/5.7.json +3 -0
  47. data/lib/fauxhai/platforms/redhat/5.8.json +3 -0
  48. data/lib/fauxhai/platforms/redhat/5.9.json +3 -0
  49. data/lib/fauxhai/platforms/redhat/6.0.json +3 -0
  50. data/lib/fauxhai/platforms/redhat/6.1.json +3 -0
  51. data/lib/fauxhai/platforms/redhat/6.2.json +3 -0
  52. data/lib/fauxhai/platforms/redhat/6.3.json +3 -0
  53. data/lib/fauxhai/platforms/redhat/6.4.json +3 -0
  54. data/lib/fauxhai/platforms/redhat/6.5.json +3 -0
  55. data/lib/fauxhai/platforms/{suse/11.03.json → redhat/7.0.json} +528 -263
  56. data/lib/fauxhai/platforms/smartos/5.11.json +3 -0
  57. data/lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json +3 -0
  58. data/lib/fauxhai/platforms/solaris2/5.11.json +2705 -0
  59. data/lib/fauxhai/platforms/suse/11.1.json +2559 -0
  60. data/lib/fauxhai/platforms/suse/11.2.json +2560 -0
  61. data/lib/fauxhai/platforms/suse/11.3.json +2521 -0
  62. data/lib/fauxhai/platforms/ubuntu/10.04.json +3 -0
  63. data/lib/fauxhai/platforms/ubuntu/12.04.json +3 -0
  64. data/lib/fauxhai/platforms/ubuntu/13.04.json +3 -0
  65. data/lib/fauxhai/platforms/ubuntu/13.10.json +3 -0
  66. data/lib/fauxhai/platforms/ubuntu/14.04.json +3 -0
  67. data/lib/fauxhai/platforms/windows/2012.json +4105 -0
  68. data/lib/fauxhai/runner.rb +8 -1
  69. data/lib/fauxhai/version.rb +1 -1
  70. metadata +14 -4
@@ -125,6 +125,9 @@
125
125
  "real": 1,
126
126
  "total": 1
127
127
  },
128
+ "memory": {
129
+ "total": "524288kB"
130
+ },
128
131
  "ohai_time": 1341252530.8571746,
129
132
  "dmi": {
130
133
  "dmidecode_version": "2.9",
@@ -170,6 +170,9 @@
170
170
  "real": 1,
171
171
  "total": 1
172
172
  },
173
+ "memory": {
174
+ "total": "524288kB"
175
+ },
173
176
  "ohai_time": 1344011611.7613227,
174
177
  "filesystem": {
175
178
  "/dev/mapper/precise64-root": {
@@ -2312,6 +2312,9 @@
2312
2312
  "real": 1,
2313
2313
  "total": 1
2314
2314
  },
2315
+ "memory": {
2316
+ "total": "524288kB"
2317
+ },
2315
2318
  "ohai_time": 1386871637.8768468,
2316
2319
  "filesystem": {
2317
2320
  "/dev/mapper/vagrant--vg-root": {
@@ -498,5 +498,8 @@
498
498
  "cpu": {
499
499
  "real": 1,
500
500
  "total": 1
501
+ },
502
+ "memory": {
503
+ "total": "524288kB"
501
504
  }
502
505
  }
@@ -494,5 +494,8 @@
494
494
  "cpu": {
495
495
  "real": 1,
496
496
  "total": 1
497
+ },
498
+ "memory": {
499
+ "total": "524288kB"
497
500
  }
498
501
  }
@@ -0,0 +1,4105 @@
1
+ {
2
+ "filesystem": {
3
+ "C:": {
4
+ "kb_size": 31843151,
5
+ "kb_available": 12780482,
6
+ "kb_used": 19062669,
7
+ "percent_used": 59,
8
+ "mount": "C:",
9
+ "fs_type": "ntfs",
10
+ "volume_name": ""
11
+ }
12
+ },
13
+ "kernel": {
14
+ "os_info": {
15
+ "boot_device": "\\Device\\HarddiskVolume1",
16
+ "build_number": "9200",
17
+ "build_type": "Multiprocessor Free",
18
+ "caption": "Microsoft Windows Server 2012 Standard",
19
+ "code_set": "1252",
20
+ "country_code": "1",
21
+ "creation_class_name": "Win32_OperatingSystem",
22
+ "cs_creation_class_name": "Win32_ComputerSystem",
23
+ "csd_version": null,
24
+ "cs_name": "FAUXHAI",
25
+ "current_time_zone": 0,
26
+ "data_execution_prevention_32_bit_applications": true,
27
+ "data_execution_prevention_available": true,
28
+ "data_execution_prevention_drivers": true,
29
+ "data_execution_prevention_support_policy": 3,
30
+ "debug": false,
31
+ "description": "",
32
+ "distributed": false,
33
+ "encryption_level": 256,
34
+ "foreground_application_boost": 0,
35
+ "free_physical_memory": "117016",
36
+ "free_space_in_paging_files": "343076",
37
+ "free_virtual_memory": "339900",
38
+ "install_date": "20140418221638.000000+000",
39
+ "large_system_cache": null,
40
+ "last_boot_up_time": "20140422202136.485221+000",
41
+ "local_date_time": "20140427221601.618000+000",
42
+ "locale": "0409",
43
+ "manufacturer": "Microsoft Corporation",
44
+ "max_number_of_processes": -1,
45
+ "max_process_memory_size": "8589934464",
46
+ "mui_languages": [
47
+ "en-US"
48
+ ],
49
+ "name": "Microsoft Windows Server 2012 Standard|C:\\Windows|\\Device\\Harddisk0\\Partition2",
50
+ "number_of_licensed_users": 0,
51
+ "number_of_processes": 48,
52
+ "number_of_users": 2,
53
+ "operating_system_sku": 7,
54
+ "organization": "Amazon.com",
55
+ "os_architecture": "64-bit",
56
+ "os_language": 1033,
57
+ "os_product_suite": 272,
58
+ "os_type": 18,
59
+ "other_type_description": null,
60
+ "pae_enabled": null,
61
+ "plus_product_id": null,
62
+ "plus_version_number": null,
63
+ "portable_operating_system": false,
64
+ "primary": true,
65
+ "product_type": 3,
66
+ "registered_user": "Amazon",
67
+ "serial_number": "00184-30000-00001-AA420",
68
+ "service_pack_major_version": 0,
69
+ "service_pack_minor_version": 0,
70
+ "size_stored_in_paging_files": "524288",
71
+ "status": "OK",
72
+ "suite_mask": 272,
73
+ "system_device": "\\Device\\HarddiskVolume2",
74
+ "system_directory": "C:\\Windows\\system32",
75
+ "system_drive": "C:",
76
+ "total_swap_space_size": null,
77
+ "total_virtual_memory_size": "1153652",
78
+ "total_visible_memory_size": "629364",
79
+ "version": "6.2.9200",
80
+ "windows_directory": "C:\\Windows"
81
+ },
82
+ "name": "Microsoft Windows Server 2012 Standard",
83
+ "release": "6.2.9200",
84
+ "version": "6.2.9200 Build 9200",
85
+ "os": "WINNT",
86
+ "cs_info": {
87
+ "admin_password_status": 3,
88
+ "automatic_managed_pagefile": false,
89
+ "automatic_reset_boot_option": true,
90
+ "automatic_reset_capability": true,
91
+ "boot_option_on_limit": null,
92
+ "boot_option_on_watch_dog": null,
93
+ "boot_rom_supported": true,
94
+ "bootup_state": "Normal boot",
95
+ "caption": "FAUXHAI",
96
+ "chassis_bootup_state": 3,
97
+ "creation_class_name": "Win32_ComputerSystem",
98
+ "current_time_zone": 0,
99
+ "daylight_in_effect": null,
100
+ "description": "AT/AT COMPATIBLE",
101
+ "dns_host_name": "FAUXHAI",
102
+ "domain": "WORKGROUP",
103
+ "domain_role": 2,
104
+ "enable_daylight_savings_time": true,
105
+ "front_panel_reset_status": 3,
106
+ "hypervisor_present": true,
107
+ "infrared_supported": false,
108
+ "initial_load_info": null,
109
+ "install_date": null,
110
+ "keyboard_password_status": 3,
111
+ "last_load_info": null,
112
+ "manufacturer": "Xen",
113
+ "model": "HVM domU",
114
+ "name": "FAUXHAI",
115
+ "name_format": null,
116
+ "network_server_mode_enabled": true,
117
+ "number_of_logical_processors": 1,
118
+ "number_of_processors": 1,
119
+ "oem_logo_bitmap": null,
120
+ "oem_string_array": null,
121
+ "part_of_domain": false,
122
+ "pause_after_reset": "-1",
123
+ "pc_system_type": 1,
124
+ "power_management_capabilities": null,
125
+ "power_management_supported": null,
126
+ "power_on_password_status": 3,
127
+ "power_state": 0,
128
+ "power_supply_state": 3,
129
+ "primary_owner_contact": null,
130
+ "primary_owner_name": "Amazon",
131
+ "reset_capability": 1,
132
+ "reset_count": -1,
133
+ "reset_limit": -1,
134
+ "roles": [
135
+ "LM_Workstation",
136
+ "LM_Server",
137
+ "NT",
138
+ "Server_NT"
139
+ ],
140
+ "status": "OK",
141
+ "support_contact_description": null,
142
+ "system_startup_delay": null,
143
+ "system_startup_options": null,
144
+ "system_startup_setting": null,
145
+ "system_type": "x64-based PC",
146
+ "thermal_state": 3,
147
+ "total_physical_memory": "644468736",
148
+ "user_name": null,
149
+ "wake_up_type": 6,
150
+ "workgroup": "WORKGROUP"
151
+ },
152
+ "machine": "x86_64",
153
+ "pnp_drivers": {
154
+ "SWD\\PRINTENUM\\{0C4A8948-11EB-4201-8CBF-9EE325DA8638}": {
155
+ "caption": null,
156
+ "class_guid": "{1ed2bbf9-11f0-4084-b21f-ad83a8e6dcdc}",
157
+ "compat_id": "GenPrintQueue",
158
+ "creation_class_name": null,
159
+ "description": "Local Print Queue",
160
+ "device_class": "PRINTQUEUE",
161
+ "device_id": "SWD\\PRINTENUM\\{0C4A8948-11EB-4201-8CBF-9EE325DA8638}",
162
+ "device_name": "Local Print Queue",
163
+ "dev_loader": null,
164
+ "driver_date": "20060621000000.******+***",
165
+ "driver_name": null,
166
+ "driver_provider_name": "Microsoft",
167
+ "driver_version": "6.2.9200.16384",
168
+ "friendly_name": "Microsoft XPS Document Writer",
169
+ "hard_ware_id": "PRINTENUM\\{0f4130dd-19c7-7ab6-99a1-980f03b2ee4e}",
170
+ "inf_name": "PrintQueue.inf",
171
+ "install_date": null,
172
+ "is_signed": true,
173
+ "location": null,
174
+ "manufacturer": "Microsoft",
175
+ "name": null,
176
+ "pdo": "\\Device\\00000030",
177
+ "signer": "Microsoft Windows",
178
+ "started": null,
179
+ "start_mode": null,
180
+ "status": null,
181
+ "system_creation_class_name": null,
182
+ "system_name": null,
183
+ "version": "6.2.9200.16384",
184
+ "date": "20060621"
185
+ },
186
+ "SWD\\PRINTENUM\\PRINTQUEUES": {
187
+ "caption": null,
188
+ "class_guid": "{1ed2bbf9-11f0-4084-b21f-ad83a8e6dcdc}",
189
+ "compat_id": "SWD\\GenericRaw",
190
+ "creation_class_name": null,
191
+ "description": "Local Print Queue",
192
+ "device_class": "PRINTQUEUE",
193
+ "device_id": "SWD\\PRINTENUM\\PRINTQUEUES",
194
+ "device_name": "Local Print Queue",
195
+ "dev_loader": null,
196
+ "driver_date": "20060621000000.******+***",
197
+ "driver_name": null,
198
+ "driver_provider_name": "Microsoft",
199
+ "driver_version": "6.2.9200.16384",
200
+ "friendly_name": "Root Print Queue",
201
+ "hard_ware_id": "PRINTENUM\\LocalPrintQueue",
202
+ "inf_name": "PrintQueue.inf",
203
+ "install_date": null,
204
+ "is_signed": true,
205
+ "location": null,
206
+ "manufacturer": "Microsoft",
207
+ "name": null,
208
+ "pdo": "\\Device\\0000002f",
209
+ "signer": "Microsoft Windows",
210
+ "started": null,
211
+ "start_mode": null,
212
+ "status": null,
213
+ "system_creation_class_name": null,
214
+ "system_name": null,
215
+ "version": "6.2.9200.16384",
216
+ "date": "20060621"
217
+ },
218
+ "ROOT\\RDPBUS\\0000": {
219
+ "caption": null,
220
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
221
+ "compat_id": null,
222
+ "creation_class_name": null,
223
+ "description": "Remote Desktop Device Redirector Bus",
224
+ "device_class": "SYSTEM",
225
+ "device_id": "ROOT\\RDPBUS\\0000",
226
+ "device_name": "Remote Desktop Device Redirector Bus",
227
+ "dev_loader": null,
228
+ "driver_date": "20060621000000.******+***",
229
+ "driver_name": null,
230
+ "driver_provider_name": "Microsoft",
231
+ "driver_version": "6.2.9200.16384",
232
+ "friendly_name": null,
233
+ "hard_ware_id": "ROOT\\RDPBUS",
234
+ "inf_name": "rdpbus.inf",
235
+ "install_date": null,
236
+ "is_signed": true,
237
+ "location": null,
238
+ "manufacturer": "Microsoft",
239
+ "name": null,
240
+ "pdo": "\\Device\\00000017",
241
+ "signer": "Microsoft Windows",
242
+ "started": null,
243
+ "start_mode": null,
244
+ "status": null,
245
+ "system_creation_class_name": null,
246
+ "system_name": null,
247
+ "version": "6.2.9200.16384",
248
+ "date": "20060621"
249
+ },
250
+ "XEN\\VIF\\0": {
251
+ "caption": null,
252
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
253
+ "compat_id": null,
254
+ "creation_class_name": null,
255
+ "description": "Citrix PV Ethernet Adapter",
256
+ "device_class": "NET",
257
+ "device_id": "XEN\\VIF\\0",
258
+ "device_name": "Citrix PV Ethernet Adapter",
259
+ "dev_loader": null,
260
+ "driver_date": "20110719000000.******+***",
261
+ "driver_name": null,
262
+ "driver_provider_name": "Citrix Systems, Inc.",
263
+ "driver_version": "5.9.960.49119",
264
+ "friendly_name": "Citrix PV Ethernet Adapter #0",
265
+ "hard_ware_id": "XEN\\VIF",
266
+ "inf_name": "oem4.inf",
267
+ "install_date": null,
268
+ "is_signed": true,
269
+ "location": "0",
270
+ "manufacturer": "Citrix Systems, Inc.",
271
+ "name": null,
272
+ "pdo": "\\Device\\0000002c",
273
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
274
+ "started": null,
275
+ "start_mode": null,
276
+ "status": null,
277
+ "system_creation_class_name": null,
278
+ "system_name": null,
279
+ "version": "5.9.960.49119",
280
+ "date": "20110719"
281
+ },
282
+ "XENBUS\\CLASS&VIF\\_": {
283
+ "caption": null,
284
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
285
+ "compat_id": null,
286
+ "creation_class_name": null,
287
+ "description": "Citrix PV Ethernet Class",
288
+ "device_class": "SYSTEM",
289
+ "device_id": "XENBUS\\CLASS&VIF\\_",
290
+ "device_name": "Citrix PV Ethernet Class",
291
+ "dev_loader": null,
292
+ "driver_date": "20120315000000.******+***",
293
+ "driver_name": null,
294
+ "driver_provider_name": "Citrix Systems, Inc.",
295
+ "driver_version": "6.0.2.54160",
296
+ "friendly_name": null,
297
+ "hard_ware_id": "XENBUS\\CLASS&VIF",
298
+ "inf_name": "oem3.inf",
299
+ "install_date": null,
300
+ "is_signed": true,
301
+ "location": "_",
302
+ "manufacturer": "Citrix Systems, Inc.",
303
+ "name": null,
304
+ "pdo": "\\Device\\0000002b",
305
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
306
+ "started": null,
307
+ "start_mode": null,
308
+ "status": null,
309
+ "system_creation_class_name": null,
310
+ "system_name": null,
311
+ "version": "6.0.2.54160",
312
+ "date": "20120315"
313
+ },
314
+ "XENBUS\\CLASS&IFACE\\_": {
315
+ "caption": null,
316
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
317
+ "compat_id": null,
318
+ "creation_class_name": null,
319
+ "description": "Xen Interface",
320
+ "device_class": "SYSTEM",
321
+ "device_id": "XENBUS\\CLASS&IFACE\\_",
322
+ "device_name": "Xen Interface",
323
+ "dev_loader": null,
324
+ "driver_date": "20120120000000.******+***",
325
+ "driver_name": null,
326
+ "driver_provider_name": "Citrix Systems, Inc.",
327
+ "driver_version": "6.0.2.52988",
328
+ "friendly_name": null,
329
+ "hard_ware_id": "XENBUS\\CLASS&IFACE",
330
+ "inf_name": "oem5.inf",
331
+ "install_date": null,
332
+ "is_signed": true,
333
+ "location": "_",
334
+ "manufacturer": "Citrix Systems, Inc.",
335
+ "name": null,
336
+ "pdo": "\\Device\\0000002a",
337
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
338
+ "started": null,
339
+ "start_mode": null,
340
+ "status": null,
341
+ "system_creation_class_name": null,
342
+ "system_name": null,
343
+ "version": "6.0.2.52988",
344
+ "date": "20120120"
345
+ },
346
+ "ROOT\\SYSTEM\\0001": {
347
+ "caption": null,
348
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
349
+ "compat_id": null,
350
+ "creation_class_name": null,
351
+ "description": "Citrix PV Bus",
352
+ "device_class": "SYSTEM",
353
+ "device_id": "ROOT\\SYSTEM\\0001",
354
+ "device_name": "Citrix PV Bus",
355
+ "dev_loader": null,
356
+ "driver_date": "20110719000000.******+***",
357
+ "driver_name": null,
358
+ "driver_provider_name": "Citrix Systems, Inc.",
359
+ "driver_version": "5.9.960.49119",
360
+ "friendly_name": null,
361
+ "hard_ware_id": "ROOT\\XENEVTCHN",
362
+ "inf_name": "oem2.inf",
363
+ "install_date": null,
364
+ "is_signed": true,
365
+ "location": null,
366
+ "manufacturer": "Citrix Systems, Inc.",
367
+ "name": null,
368
+ "pdo": "\\Device\\00000016",
369
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
370
+ "started": null,
371
+ "start_mode": null,
372
+ "status": null,
373
+ "system_creation_class_name": null,
374
+ "system_name": null,
375
+ "version": "5.9.960.49119",
376
+ "date": "20110719"
377
+ },
378
+ "ROOT\\SYSTEM\\0000": {
379
+ "caption": null,
380
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
381
+ "compat_id": null,
382
+ "creation_class_name": null,
383
+ "description": "Plug and Play Software Device Enumerator",
384
+ "device_class": "SYSTEM",
385
+ "device_id": "ROOT\\SYSTEM\\0000",
386
+ "device_name": "Plug and Play Software Device Enumerator",
387
+ "dev_loader": null,
388
+ "driver_date": "20060621000000.******+***",
389
+ "driver_name": null,
390
+ "driver_provider_name": "Microsoft",
391
+ "driver_version": "6.2.9200.16384",
392
+ "friendly_name": null,
393
+ "hard_ware_id": "root\\swenum",
394
+ "inf_name": "swenum.inf",
395
+ "install_date": null,
396
+ "is_signed": true,
397
+ "location": null,
398
+ "manufacturer": "(Standard system devices)",
399
+ "name": null,
400
+ "pdo": "\\Device\\00000015",
401
+ "signer": "Microsoft Windows",
402
+ "started": null,
403
+ "start_mode": null,
404
+ "status": null,
405
+ "system_creation_class_name": null,
406
+ "system_name": null,
407
+ "version": "6.2.9200.16384",
408
+ "date": "20060621"
409
+ },
410
+ "ROOT\\MSSMBIOS\\0000": {
411
+ "caption": null,
412
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
413
+ "compat_id": null,
414
+ "creation_class_name": null,
415
+ "description": "Microsoft System Management BIOS Driver",
416
+ "device_class": "SYSTEM",
417
+ "device_id": "ROOT\\MSSMBIOS\\0000",
418
+ "device_name": "Microsoft System Management BIOS Driver",
419
+ "dev_loader": null,
420
+ "driver_date": "20060621000000.******+***",
421
+ "driver_name": null,
422
+ "driver_provider_name": "Microsoft",
423
+ "driver_version": "6.2.9200.16384",
424
+ "friendly_name": null,
425
+ "hard_ware_id": "ROOT\\mssmbios",
426
+ "inf_name": "mssmbios.inf",
427
+ "install_date": null,
428
+ "is_signed": true,
429
+ "location": null,
430
+ "manufacturer": "(Standard system devices)",
431
+ "name": null,
432
+ "pdo": "\\Device\\00000014",
433
+ "signer": "Microsoft Windows",
434
+ "started": null,
435
+ "start_mode": null,
436
+ "status": null,
437
+ "system_creation_class_name": null,
438
+ "system_name": null,
439
+ "version": "6.2.9200.16384",
440
+ "date": "20060621"
441
+ },
442
+ "ROOT\\MS_PPPOEMINIPORT\\0000": {
443
+ "caption": null,
444
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
445
+ "compat_id": null,
446
+ "creation_class_name": null,
447
+ "description": "WAN Miniport (PPPOE)",
448
+ "device_class": "NET",
449
+ "device_id": "ROOT\\MS_PPPOEMINIPORT\\0000",
450
+ "device_name": "WAN Miniport (PPPOE)",
451
+ "dev_loader": null,
452
+ "driver_date": "20060621000000.******+***",
453
+ "driver_name": null,
454
+ "driver_provider_name": "Microsoft",
455
+ "driver_version": "6.2.9200.16384",
456
+ "friendly_name": "WAN Miniport (PPPOE)",
457
+ "hard_ware_id": "ms_pppoeminiport",
458
+ "inf_name": "netrasa.inf",
459
+ "install_date": null,
460
+ "is_signed": true,
461
+ "location": null,
462
+ "manufacturer": "Microsoft",
463
+ "name": null,
464
+ "pdo": "\\Device\\00000013",
465
+ "signer": "Microsoft Windows",
466
+ "started": null,
467
+ "start_mode": null,
468
+ "status": null,
469
+ "system_creation_class_name": null,
470
+ "system_name": null,
471
+ "version": "6.2.9200.16384",
472
+ "date": "20060621"
473
+ },
474
+ "ROOT\\MS_L2TPMINIPORT\\0000": {
475
+ "caption": null,
476
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
477
+ "compat_id": null,
478
+ "creation_class_name": null,
479
+ "description": "WAN Miniport (L2TP)",
480
+ "device_class": "NET",
481
+ "device_id": "ROOT\\MS_L2TPMINIPORT\\0000",
482
+ "device_name": "WAN Miniport (L2TP)",
483
+ "dev_loader": null,
484
+ "driver_date": "20060621000000.******+***",
485
+ "driver_name": null,
486
+ "driver_provider_name": "Microsoft",
487
+ "driver_version": "6.2.9200.16384",
488
+ "friendly_name": "WAN Miniport (L2TP)",
489
+ "hard_ware_id": "ms_l2tpminiport",
490
+ "inf_name": "netrasa.inf",
491
+ "install_date": null,
492
+ "is_signed": true,
493
+ "location": null,
494
+ "manufacturer": "Microsoft",
495
+ "name": null,
496
+ "pdo": "\\Device\\00000012",
497
+ "signer": "Microsoft Windows",
498
+ "started": null,
499
+ "start_mode": null,
500
+ "status": null,
501
+ "system_creation_class_name": null,
502
+ "system_name": null,
503
+ "version": "6.2.9200.16384",
504
+ "date": "20060621"
505
+ },
506
+ "ROOT\\MS_NDISWANBH\\0000": {
507
+ "caption": null,
508
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
509
+ "compat_id": null,
510
+ "creation_class_name": null,
511
+ "description": "WAN Miniport (Network Monitor)",
512
+ "device_class": "NET",
513
+ "device_id": "ROOT\\MS_NDISWANBH\\0000",
514
+ "device_name": "WAN Miniport (Network Monitor)",
515
+ "dev_loader": null,
516
+ "driver_date": "20060621000000.******+***",
517
+ "driver_name": null,
518
+ "driver_provider_name": "Microsoft",
519
+ "driver_version": "6.2.9200.16384",
520
+ "friendly_name": "WAN Miniport (Network Monitor)",
521
+ "hard_ware_id": "ms_ndiswanbh",
522
+ "inf_name": "netrasa.inf",
523
+ "install_date": null,
524
+ "is_signed": true,
525
+ "location": null,
526
+ "manufacturer": "Microsoft",
527
+ "name": null,
528
+ "pdo": "\\Device\\00000011",
529
+ "signer": "Microsoft Windows",
530
+ "started": null,
531
+ "start_mode": null,
532
+ "status": null,
533
+ "system_creation_class_name": null,
534
+ "system_name": null,
535
+ "version": "6.2.9200.16384",
536
+ "date": "20060621"
537
+ },
538
+ "ROOT\\*ISATAP\\0000": {
539
+ "caption": null,
540
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
541
+ "compat_id": null,
542
+ "creation_class_name": null,
543
+ "description": "Microsoft ISATAP Adapter",
544
+ "device_class": "NET",
545
+ "device_id": "ROOT\\*ISATAP\\0000",
546
+ "device_name": "Microsoft ISATAP Adapter",
547
+ "dev_loader": null,
548
+ "driver_date": "20060621000000.******+***",
549
+ "driver_name": null,
550
+ "driver_provider_name": "Microsoft",
551
+ "driver_version": "6.2.9200.16384",
552
+ "friendly_name": "Microsoft ISATAP Adapter",
553
+ "hard_ware_id": "*ISATAP",
554
+ "inf_name": "nettun.inf",
555
+ "install_date": null,
556
+ "is_signed": true,
557
+ "location": null,
558
+ "manufacturer": "Microsoft",
559
+ "name": null,
560
+ "pdo": "\\Device\\00000010",
561
+ "signer": "Microsoft Windows",
562
+ "started": null,
563
+ "start_mode": null,
564
+ "status": null,
565
+ "system_creation_class_name": null,
566
+ "system_name": null,
567
+ "version": "6.2.9200.16384",
568
+ "date": "20060621"
569
+ },
570
+ "ROOT\\MS_PPTPMINIPORT\\0000": {
571
+ "caption": null,
572
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
573
+ "compat_id": null,
574
+ "creation_class_name": null,
575
+ "description": "WAN Miniport (PPTP)",
576
+ "device_class": "NET",
577
+ "device_id": "ROOT\\MS_PPTPMINIPORT\\0000",
578
+ "device_name": "WAN Miniport (PPTP)",
579
+ "dev_loader": null,
580
+ "driver_date": "20060621000000.******+***",
581
+ "driver_name": null,
582
+ "driver_provider_name": "Microsoft",
583
+ "driver_version": "6.2.9200.16384",
584
+ "friendly_name": "WAN Miniport (PPTP)",
585
+ "hard_ware_id": "ms_pptpminiport",
586
+ "inf_name": "netrasa.inf",
587
+ "install_date": null,
588
+ "is_signed": true,
589
+ "location": null,
590
+ "manufacturer": "Microsoft",
591
+ "name": null,
592
+ "pdo": "\\Device\\0000000f",
593
+ "signer": "Microsoft Windows",
594
+ "started": null,
595
+ "start_mode": null,
596
+ "status": null,
597
+ "system_creation_class_name": null,
598
+ "system_name": null,
599
+ "version": "6.2.9200.16384",
600
+ "date": "20060621"
601
+ },
602
+ "ROOT\\BASICRENDER\\0000": {
603
+ "caption": null,
604
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
605
+ "compat_id": null,
606
+ "creation_class_name": null,
607
+ "description": "Microsoft Basic Render Driver",
608
+ "device_class": "SYSTEM",
609
+ "device_id": "ROOT\\BASICRENDER\\0000",
610
+ "device_name": "Microsoft Basic Render Driver",
611
+ "dev_loader": null,
612
+ "driver_date": "20060621000000.******+***",
613
+ "driver_name": null,
614
+ "driver_provider_name": "Microsoft",
615
+ "driver_version": "6.2.9200.16384",
616
+ "friendly_name": null,
617
+ "hard_ware_id": "ROOT\\BasicRender",
618
+ "inf_name": "basicrender.inf",
619
+ "install_date": null,
620
+ "is_signed": true,
621
+ "location": null,
622
+ "manufacturer": "Microsoft",
623
+ "name": null,
624
+ "pdo": "\\Device\\0000000e",
625
+ "signer": "Microsoft Windows",
626
+ "started": null,
627
+ "start_mode": null,
628
+ "status": null,
629
+ "system_creation_class_name": null,
630
+ "system_name": null,
631
+ "version": "6.2.9200.16384",
632
+ "date": "20060621"
633
+ },
634
+ "ACPI\\FIXEDBUTTON\\2&DABA3FF&1": {
635
+ "caption": null,
636
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
637
+ "compat_id": null,
638
+ "creation_class_name": null,
639
+ "description": "ACPI Fixed Feature Button",
640
+ "device_class": "SYSTEM",
641
+ "device_id": "ACPI\\FIXEDBUTTON\\2&DABA3FF&1",
642
+ "device_name": "ACPI Fixed Feature Button",
643
+ "dev_loader": null,
644
+ "driver_date": "20060621000000.******+***",
645
+ "driver_name": null,
646
+ "driver_provider_name": "Microsoft",
647
+ "driver_version": "6.2.9200.16384",
648
+ "friendly_name": null,
649
+ "hard_ware_id": "ACPI\\VEN_Fixe&DEV_dButton",
650
+ "inf_name": "machine.inf",
651
+ "install_date": null,
652
+ "is_signed": true,
653
+ "location": null,
654
+ "manufacturer": "(Standard system devices)",
655
+ "name": null,
656
+ "pdo": "\\Device\\0000001c",
657
+ "signer": "Microsoft Windows",
658
+ "started": null,
659
+ "start_mode": null,
660
+ "status": null,
661
+ "system_creation_class_name": null,
662
+ "system_name": null,
663
+ "version": "6.2.9200.16384",
664
+ "date": "20060621"
665
+ },
666
+ "ACPI\\PNP0103\\0": {
667
+ "caption": null,
668
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
669
+ "compat_id": null,
670
+ "creation_class_name": null,
671
+ "description": "High precision event timer",
672
+ "device_class": "SYSTEM",
673
+ "device_id": "ACPI\\PNP0103\\0",
674
+ "device_name": "High precision event timer",
675
+ "dev_loader": null,
676
+ "driver_date": "20060621000000.******+***",
677
+ "driver_name": null,
678
+ "driver_provider_name": "Microsoft",
679
+ "driver_version": "6.2.9200.16384",
680
+ "friendly_name": null,
681
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0103",
682
+ "inf_name": "machine.inf",
683
+ "install_date": null,
684
+ "is_signed": true,
685
+ "location": null,
686
+ "manufacturer": "(Standard system devices)",
687
+ "name": null,
688
+ "pdo": "\\Device\\0000001e",
689
+ "signer": "Microsoft Windows",
690
+ "started": null,
691
+ "start_mode": null,
692
+ "status": null,
693
+ "system_creation_class_name": null,
694
+ "system_name": null,
695
+ "version": "6.2.9200.16384",
696
+ "date": "20060621"
697
+ },
698
+ "ACPI\\PNP0C02\\3&267A616A&1": {
699
+ "caption": null,
700
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
701
+ "compat_id": null,
702
+ "creation_class_name": null,
703
+ "description": "Motherboard resources",
704
+ "device_class": "SYSTEM",
705
+ "device_id": "ACPI\\PNP0C02\\3&267A616A&1",
706
+ "device_name": "Motherboard resources",
707
+ "dev_loader": null,
708
+ "driver_date": "20060621000000.******+***",
709
+ "driver_name": null,
710
+ "driver_provider_name": "Microsoft",
711
+ "driver_version": "6.2.9200.16384",
712
+ "friendly_name": null,
713
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0C02",
714
+ "inf_name": "machine.inf",
715
+ "install_date": null,
716
+ "is_signed": true,
717
+ "location": null,
718
+ "manufacturer": "(Standard system devices)",
719
+ "name": null,
720
+ "pdo": "\\Device\\0000001d",
721
+ "signer": "Microsoft Windows",
722
+ "started": null,
723
+ "start_mode": null,
724
+ "status": null,
725
+ "system_creation_class_name": null,
726
+ "system_name": null,
727
+ "version": "6.2.9200.16384",
728
+ "date": "20060621"
729
+ },
730
+ "SCSI\\DISK&VEN_XENSRC&PROD_PVDISK&REV_1.0\\000000": {
731
+ "caption": null,
732
+ "class_guid": "{4d36e967-e325-11ce-bfc1-08002be10318}",
733
+ "compat_id": "SCSI\\Disk",
734
+ "creation_class_name": null,
735
+ "description": "Disk drive",
736
+ "device_class": "DISKDRIVE",
737
+ "device_id": "SCSI\\DISK&VEN_XENSRC&PROD_PVDISK&REV_1.0\\000000",
738
+ "device_name": "Disk drive",
739
+ "dev_loader": null,
740
+ "driver_date": "20060621000000.******+***",
741
+ "driver_name": null,
742
+ "driver_provider_name": "Microsoft",
743
+ "driver_version": "6.2.9200.16736",
744
+ "friendly_name": "XENSRC PVDISK SCSI Disk Device",
745
+ "hard_ware_id": "SCSI\\DiskXENSRC__PVDISK__________1.0_",
746
+ "inf_name": "disk.inf",
747
+ "install_date": null,
748
+ "is_signed": true,
749
+ "location": "Bus Number 0, Target ID 0, LUN 0",
750
+ "manufacturer": "(Standard disk drives)",
751
+ "name": null,
752
+ "pdo": "\\Device\\Scsi\\xenvbd1Port2Path0Target0Lun0",
753
+ "signer": "Microsoft Windows",
754
+ "started": null,
755
+ "start_mode": null,
756
+ "status": null,
757
+ "system_creation_class_name": null,
758
+ "system_name": null,
759
+ "version": "6.2.9200.16736",
760
+ "date": "20060621"
761
+ },
762
+ "PCI\\VEN_5853&DEV_0001&SUBSYS_00015853&REV_01\\3&267A616A&1&18": {
763
+ "caption": null,
764
+ "class_guid": "{4d36e97b-e325-11ce-bfc1-08002be10318}",
765
+ "compat_id": "PCI\\VEN_5853&DEV_0001&REV_01",
766
+ "creation_class_name": null,
767
+ "description": "Citrix PV SCSI Host Adapter",
768
+ "device_class": "SCSIADAPTER",
769
+ "device_id": "PCI\\VEN_5853&DEV_0001&SUBSYS_00015853&REV_01\\3&267A616A&1&18",
770
+ "device_name": "Citrix PV SCSI Host Adapter",
771
+ "dev_loader": null,
772
+ "driver_date": "20120615000000.******+***",
773
+ "driver_name": null,
774
+ "driver_provider_name": "Citrix Systems, Inc.",
775
+ "driver_version": "6.0.2.56921",
776
+ "friendly_name": null,
777
+ "hard_ware_id": "PCI\\VEN_5853&DEV_0001&SUBSYS_00015853&REV_01",
778
+ "inf_name": "oem1.inf",
779
+ "install_date": null,
780
+ "is_signed": true,
781
+ "location": "PCI bus 0, device 3, function 0",
782
+ "manufacturer": "Citrix Systems, Inc.",
783
+ "name": null,
784
+ "pdo": "\\Device\\NTPNP_PCI0005",
785
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
786
+ "started": null,
787
+ "start_mode": null,
788
+ "status": null,
789
+ "system_creation_class_name": null,
790
+ "system_name": null,
791
+ "version": "6.0.2.56921",
792
+ "date": "20120615"
793
+ },
794
+ "DISPLAY\\DEFAULT_MONITOR\\4&15DBA28B&0&UID0": {
795
+ "caption": null,
796
+ "class_guid": "{4d36e96e-e325-11ce-bfc1-08002be10318}",
797
+ "compat_id": "*PNP09FF",
798
+ "creation_class_name": null,
799
+ "description": "Generic Non-PnP Monitor",
800
+ "device_class": "MONITOR",
801
+ "device_id": "DISPLAY\\DEFAULT_MONITOR\\4&15DBA28B&0&UID0",
802
+ "device_name": "Generic Non-PnP Monitor",
803
+ "dev_loader": null,
804
+ "driver_date": "20060621000000.******+***",
805
+ "driver_name": null,
806
+ "driver_provider_name": "Microsoft",
807
+ "driver_version": "6.2.9200.16548",
808
+ "friendly_name": null,
809
+ "hard_ware_id": "MONITOR\\Default_Monitor",
810
+ "inf_name": "monitor.inf",
811
+ "install_date": null,
812
+ "is_signed": true,
813
+ "location": null,
814
+ "manufacturer": "(Standard monitor types)",
815
+ "name": null,
816
+ "pdo": "\\Device\\0000002d",
817
+ "signer": "Microsoft Windows",
818
+ "started": null,
819
+ "start_mode": null,
820
+ "status": null,
821
+ "system_creation_class_name": null,
822
+ "system_name": null,
823
+ "version": "6.2.9200.16548",
824
+ "date": "20060621"
825
+ },
826
+ "PCI\\VEN_1013&DEV_00B8&SUBSYS_00015853&REV_00\\3&267A616A&1&10": {
827
+ "caption": null,
828
+ "class_guid": "{4d36e968-e325-11ce-bfc1-08002be10318}",
829
+ "compat_id": "PCI\\VEN_1013&DEV_00B8&REV_00",
830
+ "creation_class_name": null,
831
+ "description": "Microsoft Basic Display Adapter",
832
+ "device_class": "DISPLAY",
833
+ "device_id": "PCI\\VEN_1013&DEV_00B8&SUBSYS_00015853&REV_00\\3&267A616A&1&10",
834
+ "device_name": "Microsoft Basic Display Adapter",
835
+ "dev_loader": null,
836
+ "driver_date": "20060621000000.******+***",
837
+ "driver_name": null,
838
+ "driver_provider_name": "Microsoft",
839
+ "driver_version": "6.2.9200.16384",
840
+ "friendly_name": null,
841
+ "hard_ware_id": "PCI\\VEN_1013&DEV_00B8&SUBSYS_00015853&REV_00",
842
+ "inf_name": "display.inf",
843
+ "install_date": null,
844
+ "is_signed": true,
845
+ "location": "PCI bus 0, device 2, function 0",
846
+ "manufacturer": "(Standard display types)",
847
+ "name": null,
848
+ "pdo": "\\Device\\NTPNP_PCI0004",
849
+ "signer": "Microsoft Windows",
850
+ "started": null,
851
+ "start_mode": null,
852
+ "status": null,
853
+ "system_creation_class_name": null,
854
+ "system_name": null,
855
+ "version": "6.2.9200.16384",
856
+ "date": "20060621"
857
+ },
858
+ "PCIIDE\\IDECHANNEL\\4&17497D5E&0&1": {
859
+ "caption": null,
860
+ "class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
861
+ "compat_id": "*PNP0600",
862
+ "creation_class_name": null,
863
+ "description": "IDE Channel",
864
+ "device_class": "HDC",
865
+ "device_id": "PCIIDE\\IDECHANNEL\\4&17497D5E&0&1",
866
+ "device_name": "IDE Channel",
867
+ "dev_loader": null,
868
+ "driver_date": "20060621000000.******+***",
869
+ "driver_name": null,
870
+ "driver_provider_name": "Microsoft",
871
+ "driver_version": "6.2.9200.16548",
872
+ "friendly_name": "ATA Channel 1",
873
+ "hard_ware_id": "Intel-PIIX3",
874
+ "inf_name": "mshdc.inf",
875
+ "install_date": null,
876
+ "is_signed": true,
877
+ "location": "Channel 1",
878
+ "manufacturer": "(Standard IDE ATA/ATAPI controllers)",
879
+ "name": null,
880
+ "pdo": "\\Device\\Ide\\PciIde0Channel1",
881
+ "signer": "Microsoft Windows",
882
+ "started": null,
883
+ "start_mode": null,
884
+ "status": null,
885
+ "system_creation_class_name": null,
886
+ "system_name": null,
887
+ "version": "6.2.9200.16548",
888
+ "date": "20060621"
889
+ },
890
+ "PCIIDE\\IDECHANNEL\\4&17497D5E&0&0": {
891
+ "caption": null,
892
+ "class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
893
+ "compat_id": "*PNP0600",
894
+ "creation_class_name": null,
895
+ "description": "IDE Channel",
896
+ "device_class": "HDC",
897
+ "device_id": "PCIIDE\\IDECHANNEL\\4&17497D5E&0&0",
898
+ "device_name": "IDE Channel",
899
+ "dev_loader": null,
900
+ "driver_date": "20060621000000.******+***",
901
+ "driver_name": null,
902
+ "driver_provider_name": "Microsoft",
903
+ "driver_version": "6.2.9200.16548",
904
+ "friendly_name": "ATA Channel 0",
905
+ "hard_ware_id": "Intel-PIIX3",
906
+ "inf_name": "mshdc.inf",
907
+ "install_date": null,
908
+ "is_signed": true,
909
+ "location": "Channel 0",
910
+ "manufacturer": "(Standard IDE ATA/ATAPI controllers)",
911
+ "name": null,
912
+ "pdo": "\\Device\\Ide\\PciIde0Channel0",
913
+ "signer": "Microsoft Windows",
914
+ "started": null,
915
+ "start_mode": null,
916
+ "status": null,
917
+ "system_creation_class_name": null,
918
+ "system_name": null,
919
+ "version": "6.2.9200.16548",
920
+ "date": "20060621"
921
+ },
922
+ "PCI\\VEN_8086&DEV_7010&SUBSYS_00015853&REV_00\\3&267A616A&1&09": {
923
+ "caption": null,
924
+ "class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
925
+ "compat_id": "PCI\\VEN_8086&DEV_7010&REV_00",
926
+ "creation_class_name": null,
927
+ "description": "Intel(R) 82371SB PCI Bus Master IDE Controller",
928
+ "device_class": "HDC",
929
+ "device_id": "PCI\\VEN_8086&DEV_7010&SUBSYS_00015853&REV_00\\3&267A616A&1&09",
930
+ "device_name": "Intel(R) 82371SB PCI Bus Master IDE Controller",
931
+ "dev_loader": null,
932
+ "driver_date": "20060621000000.******+***",
933
+ "driver_name": null,
934
+ "driver_provider_name": "Microsoft",
935
+ "driver_version": "6.2.9200.16548",
936
+ "friendly_name": null,
937
+ "hard_ware_id": "PCI\\VEN_8086&DEV_7010&SUBSYS_00015853&REV_00",
938
+ "inf_name": "mshdc.inf",
939
+ "install_date": null,
940
+ "is_signed": true,
941
+ "location": "PCI bus 0, device 1, function 1",
942
+ "manufacturer": "Intel",
943
+ "name": null,
944
+ "pdo": "\\Device\\NTPNP_PCI0002",
945
+ "signer": "Microsoft Windows",
946
+ "started": null,
947
+ "start_mode": null,
948
+ "status": null,
949
+ "system_creation_class_name": null,
950
+ "system_name": null,
951
+ "version": "6.2.9200.16548",
952
+ "date": "20060621"
953
+ },
954
+ "LPTENUM\\MICROSOFTRAWPORT\\5&AA85288&0&LPT1": {
955
+ "caption": null,
956
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
957
+ "compat_id": null,
958
+ "creation_class_name": null,
959
+ "description": "Printer Port Logical Interface",
960
+ "device_class": "SYSTEM",
961
+ "device_id": "LPTENUM\\MICROSOFTRAWPORT\\5&AA85288&0&LPT1",
962
+ "device_name": "Printer Port Logical Interface",
963
+ "dev_loader": null,
964
+ "driver_date": "20060621000000.******+***",
965
+ "driver_name": null,
966
+ "driver_provider_name": "Microsoft",
967
+ "driver_version": "6.2.9200.16384",
968
+ "friendly_name": null,
969
+ "hard_ware_id": "LPTENUM\\MicrosoftRawPort958A",
970
+ "inf_name": "machine.inf",
971
+ "install_date": null,
972
+ "is_signed": true,
973
+ "location": "LPT1",
974
+ "manufacturer": "(Standard system devices)",
975
+ "name": null,
976
+ "pdo": "\\Device\\Parallel0",
977
+ "signer": "Microsoft Windows",
978
+ "started": null,
979
+ "start_mode": null,
980
+ "status": null,
981
+ "system_creation_class_name": null,
982
+ "system_name": null,
983
+ "version": "6.2.9200.16384",
984
+ "date": "20060621"
985
+ },
986
+ "ACPI\\PNP0400\\2": {
987
+ "caption": null,
988
+ "class_guid": "{4d36e978-e325-11ce-bfc1-08002be10318}",
989
+ "compat_id": null,
990
+ "creation_class_name": null,
991
+ "description": "Printer Port",
992
+ "device_class": "PORTS",
993
+ "device_id": "ACPI\\PNP0400\\2",
994
+ "device_name": "Printer Port",
995
+ "dev_loader": null,
996
+ "driver_date": "20060621000000.******+***",
997
+ "driver_name": null,
998
+ "driver_provider_name": "Microsoft",
999
+ "driver_version": "6.2.9200.16384",
1000
+ "friendly_name": "Printer Port (LPT1)",
1001
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0400",
1002
+ "inf_name": "msports.inf",
1003
+ "install_date": null,
1004
+ "is_signed": true,
1005
+ "location": null,
1006
+ "manufacturer": "(Standard port types)",
1007
+ "name": null,
1008
+ "pdo": "\\Device\\00000029",
1009
+ "signer": "Microsoft Windows",
1010
+ "started": null,
1011
+ "start_mode": null,
1012
+ "status": null,
1013
+ "system_creation_class_name": null,
1014
+ "system_name": null,
1015
+ "version": "6.2.9200.16384",
1016
+ "date": "20060621"
1017
+ },
1018
+ "ACPI\\PNP0501\\1": {
1019
+ "caption": null,
1020
+ "class_guid": "{4d36e978-e325-11ce-bfc1-08002be10318}",
1021
+ "compat_id": null,
1022
+ "creation_class_name": null,
1023
+ "description": "Communications Port",
1024
+ "device_class": "PORTS",
1025
+ "device_id": "ACPI\\PNP0501\\1",
1026
+ "device_name": "Communications Port",
1027
+ "dev_loader": null,
1028
+ "driver_date": "20060621000000.******+***",
1029
+ "driver_name": null,
1030
+ "driver_provider_name": "Microsoft",
1031
+ "driver_version": "6.2.9200.16384",
1032
+ "friendly_name": "Communications Port (COM1)",
1033
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0501",
1034
+ "inf_name": "msports.inf",
1035
+ "install_date": null,
1036
+ "is_signed": true,
1037
+ "location": null,
1038
+ "manufacturer": "(Standard port types)",
1039
+ "name": null,
1040
+ "pdo": "\\Device\\00000028",
1041
+ "signer": "Microsoft Windows",
1042
+ "started": null,
1043
+ "start_mode": null,
1044
+ "status": null,
1045
+ "system_creation_class_name": null,
1046
+ "system_name": null,
1047
+ "version": "6.2.9200.16384",
1048
+ "date": "20060621"
1049
+ },
1050
+ "ACPI\\PNP0700\\4&1CF8B2B6&0": {
1051
+ "caption": null,
1052
+ "class_guid": "{4d36e969-e325-11ce-bfc1-08002be10318}",
1053
+ "compat_id": null,
1054
+ "creation_class_name": null,
1055
+ "description": "Standard floppy disk controller",
1056
+ "device_class": "FDC",
1057
+ "device_id": "ACPI\\PNP0700\\4&1CF8B2B6&0",
1058
+ "device_name": "Standard floppy disk controller",
1059
+ "dev_loader": null,
1060
+ "driver_date": "20060621000000.******+***",
1061
+ "driver_name": null,
1062
+ "driver_provider_name": "Microsoft",
1063
+ "driver_version": "6.2.9200.16384",
1064
+ "friendly_name": null,
1065
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0700",
1066
+ "inf_name": "fdc.inf",
1067
+ "install_date": null,
1068
+ "is_signed": true,
1069
+ "location": null,
1070
+ "manufacturer": "(Standard floppy disk controllers)",
1071
+ "name": null,
1072
+ "pdo": "\\Device\\00000027",
1073
+ "signer": "Microsoft Windows",
1074
+ "started": null,
1075
+ "start_mode": null,
1076
+ "status": null,
1077
+ "system_creation_class_name": null,
1078
+ "system_name": null,
1079
+ "version": "6.2.9200.16384",
1080
+ "date": "20060621"
1081
+ },
1082
+ "ACPI\\PNP0303\\4&1CF8B2B6&0": {
1083
+ "caption": null,
1084
+ "class_guid": "{4d36e96b-e325-11ce-bfc1-08002be10318}",
1085
+ "compat_id": "*PNP030B",
1086
+ "creation_class_name": null,
1087
+ "description": "Standard PS/2 Keyboard",
1088
+ "device_class": "KEYBOARD",
1089
+ "device_id": "ACPI\\PNP0303\\4&1CF8B2B6&0",
1090
+ "device_name": "Standard PS/2 Keyboard",
1091
+ "dev_loader": null,
1092
+ "driver_date": "20060621000000.******+***",
1093
+ "driver_name": null,
1094
+ "driver_provider_name": "Microsoft",
1095
+ "driver_version": "6.2.9200.16548",
1096
+ "friendly_name": null,
1097
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0303",
1098
+ "inf_name": "keyboard.inf",
1099
+ "install_date": null,
1100
+ "is_signed": true,
1101
+ "location": null,
1102
+ "manufacturer": "(Standard keyboards)",
1103
+ "name": null,
1104
+ "pdo": "\\Device\\00000026",
1105
+ "signer": "Microsoft Windows",
1106
+ "started": null,
1107
+ "start_mode": null,
1108
+ "status": null,
1109
+ "system_creation_class_name": null,
1110
+ "system_name": null,
1111
+ "version": "6.2.9200.16548",
1112
+ "date": "20060621"
1113
+ },
1114
+ "ACPI\\PNP0F13\\4&1CF8B2B6&0": {
1115
+ "caption": null,
1116
+ "class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
1117
+ "compat_id": "*PNP0F13",
1118
+ "creation_class_name": null,
1119
+ "description": "PS/2 Compatible Mouse",
1120
+ "device_class": "MOUSE",
1121
+ "device_id": "ACPI\\PNP0F13\\4&1CF8B2B6&0",
1122
+ "device_name": "PS/2 Compatible Mouse",
1123
+ "dev_loader": null,
1124
+ "driver_date": "20060621000000.******+***",
1125
+ "driver_name": null,
1126
+ "driver_provider_name": "Microsoft",
1127
+ "driver_version": "6.2.9200.16548",
1128
+ "friendly_name": null,
1129
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0F13",
1130
+ "inf_name": "msmouse.inf",
1131
+ "install_date": null,
1132
+ "is_signed": true,
1133
+ "location": null,
1134
+ "manufacturer": "Microsoft",
1135
+ "name": null,
1136
+ "pdo": "\\Device\\00000025",
1137
+ "signer": "Microsoft Windows",
1138
+ "started": null,
1139
+ "start_mode": null,
1140
+ "status": null,
1141
+ "system_creation_class_name": null,
1142
+ "system_name": null,
1143
+ "version": "6.2.9200.16548",
1144
+ "date": "20060621"
1145
+ },
1146
+ "ACPI\\PNP0800\\4&1CF8B2B6&0": {
1147
+ "caption": null,
1148
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1149
+ "compat_id": null,
1150
+ "creation_class_name": null,
1151
+ "description": "System speaker",
1152
+ "device_class": "SYSTEM",
1153
+ "device_id": "ACPI\\PNP0800\\4&1CF8B2B6&0",
1154
+ "device_name": "System speaker",
1155
+ "dev_loader": null,
1156
+ "driver_date": "20060621000000.******+***",
1157
+ "driver_name": null,
1158
+ "driver_provider_name": "Microsoft",
1159
+ "driver_version": "6.2.9200.16384",
1160
+ "friendly_name": null,
1161
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0800",
1162
+ "inf_name": "machine.inf",
1163
+ "install_date": null,
1164
+ "is_signed": true,
1165
+ "location": null,
1166
+ "manufacturer": "(Standard system devices)",
1167
+ "name": null,
1168
+ "pdo": "\\Device\\00000024",
1169
+ "signer": "Microsoft Windows",
1170
+ "started": null,
1171
+ "start_mode": null,
1172
+ "status": null,
1173
+ "system_creation_class_name": null,
1174
+ "system_name": null,
1175
+ "version": "6.2.9200.16384",
1176
+ "date": "20060621"
1177
+ },
1178
+ "ACPI\\PNP0B00\\4&1CF8B2B6&0": {
1179
+ "caption": null,
1180
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1181
+ "compat_id": null,
1182
+ "creation_class_name": null,
1183
+ "description": "System CMOS/real time clock",
1184
+ "device_class": "SYSTEM",
1185
+ "device_id": "ACPI\\PNP0B00\\4&1CF8B2B6&0",
1186
+ "device_name": "System CMOS/real time clock",
1187
+ "dev_loader": null,
1188
+ "driver_date": "20060621000000.******+***",
1189
+ "driver_name": null,
1190
+ "driver_provider_name": "Microsoft",
1191
+ "driver_version": "6.2.9200.16384",
1192
+ "friendly_name": null,
1193
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0B00",
1194
+ "inf_name": "machine.inf",
1195
+ "install_date": null,
1196
+ "is_signed": true,
1197
+ "location": null,
1198
+ "manufacturer": "(Standard system devices)",
1199
+ "name": null,
1200
+ "pdo": "\\Device\\00000023",
1201
+ "signer": "Microsoft Windows",
1202
+ "started": null,
1203
+ "start_mode": null,
1204
+ "status": null,
1205
+ "system_creation_class_name": null,
1206
+ "system_name": null,
1207
+ "version": "6.2.9200.16384",
1208
+ "date": "20060621"
1209
+ },
1210
+ "ACPI\\PNP0100\\4&1CF8B2B6&0": {
1211
+ "caption": null,
1212
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1213
+ "compat_id": null,
1214
+ "creation_class_name": null,
1215
+ "description": "System timer",
1216
+ "device_class": "SYSTEM",
1217
+ "device_id": "ACPI\\PNP0100\\4&1CF8B2B6&0",
1218
+ "device_name": "System timer",
1219
+ "dev_loader": null,
1220
+ "driver_date": "20060621000000.******+***",
1221
+ "driver_name": null,
1222
+ "driver_provider_name": "Microsoft",
1223
+ "driver_version": "6.2.9200.16384",
1224
+ "friendly_name": null,
1225
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0100",
1226
+ "inf_name": "machine.inf",
1227
+ "install_date": null,
1228
+ "is_signed": true,
1229
+ "location": null,
1230
+ "manufacturer": "(Standard system devices)",
1231
+ "name": null,
1232
+ "pdo": "\\Device\\00000022",
1233
+ "signer": "Microsoft Windows",
1234
+ "started": null,
1235
+ "start_mode": null,
1236
+ "status": null,
1237
+ "system_creation_class_name": null,
1238
+ "system_name": null,
1239
+ "version": "6.2.9200.16384",
1240
+ "date": "20060621"
1241
+ },
1242
+ "ACPI\\PNP0200\\4&1CF8B2B6&0": {
1243
+ "caption": null,
1244
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1245
+ "compat_id": null,
1246
+ "creation_class_name": null,
1247
+ "description": "Direct memory access controller",
1248
+ "device_class": "SYSTEM",
1249
+ "device_id": "ACPI\\PNP0200\\4&1CF8B2B6&0",
1250
+ "device_name": "Direct memory access controller",
1251
+ "dev_loader": null,
1252
+ "driver_date": "20060621000000.******+***",
1253
+ "driver_name": null,
1254
+ "driver_provider_name": "Microsoft",
1255
+ "driver_version": "6.2.9200.16384",
1256
+ "friendly_name": null,
1257
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0200",
1258
+ "inf_name": "machine.inf",
1259
+ "install_date": null,
1260
+ "is_signed": true,
1261
+ "location": null,
1262
+ "manufacturer": "(Standard system devices)",
1263
+ "name": null,
1264
+ "pdo": "\\Device\\00000021",
1265
+ "signer": "Microsoft Windows",
1266
+ "started": null,
1267
+ "start_mode": null,
1268
+ "status": null,
1269
+ "system_creation_class_name": null,
1270
+ "system_name": null,
1271
+ "version": "6.2.9200.16384",
1272
+ "date": "20060621"
1273
+ },
1274
+ "ACPI\\PNP0000\\4&1CF8B2B6&0": {
1275
+ "caption": null,
1276
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1277
+ "compat_id": null,
1278
+ "creation_class_name": null,
1279
+ "description": "Programmable interrupt controller",
1280
+ "device_class": "SYSTEM",
1281
+ "device_id": "ACPI\\PNP0000\\4&1CF8B2B6&0",
1282
+ "device_name": "Programmable interrupt controller",
1283
+ "dev_loader": null,
1284
+ "driver_date": "20060621000000.******+***",
1285
+ "driver_name": null,
1286
+ "driver_provider_name": "Microsoft",
1287
+ "driver_version": "6.2.9200.16384",
1288
+ "friendly_name": null,
1289
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0000",
1290
+ "inf_name": "machine.inf",
1291
+ "install_date": null,
1292
+ "is_signed": true,
1293
+ "location": null,
1294
+ "manufacturer": "(Standard system devices)",
1295
+ "name": null,
1296
+ "pdo": "\\Device\\00000020",
1297
+ "signer": "Microsoft Windows",
1298
+ "started": null,
1299
+ "start_mode": null,
1300
+ "status": null,
1301
+ "system_creation_class_name": null,
1302
+ "system_name": null,
1303
+ "version": "6.2.9200.16384",
1304
+ "date": "20060621"
1305
+ },
1306
+ "ACPI\\PNP0C02\\1": {
1307
+ "caption": null,
1308
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1309
+ "compat_id": null,
1310
+ "creation_class_name": null,
1311
+ "description": "Motherboard resources",
1312
+ "device_class": "SYSTEM",
1313
+ "device_id": "ACPI\\PNP0C02\\1",
1314
+ "device_name": "Motherboard resources",
1315
+ "dev_loader": null,
1316
+ "driver_date": "20060621000000.******+***",
1317
+ "driver_name": null,
1318
+ "driver_provider_name": "Microsoft",
1319
+ "driver_version": "6.2.9200.16384",
1320
+ "friendly_name": null,
1321
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0C02",
1322
+ "inf_name": "machine.inf",
1323
+ "install_date": null,
1324
+ "is_signed": true,
1325
+ "location": null,
1326
+ "manufacturer": "(Standard system devices)",
1327
+ "name": null,
1328
+ "pdo": "\\Device\\0000001f",
1329
+ "signer": "Microsoft Windows",
1330
+ "started": null,
1331
+ "start_mode": null,
1332
+ "status": null,
1333
+ "system_creation_class_name": null,
1334
+ "system_name": null,
1335
+ "version": "6.2.9200.16384",
1336
+ "date": "20060621"
1337
+ },
1338
+ "PCI\\VEN_8086&DEV_7000&SUBSYS_11001AF4&REV_00\\3&267A616A&1&08": {
1339
+ "caption": null,
1340
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1341
+ "compat_id": "PCI\\VEN_8086&DEV_7000&REV_00",
1342
+ "creation_class_name": null,
1343
+ "description": "Intel 82371SB PCI to ISA bridge",
1344
+ "device_class": "SYSTEM",
1345
+ "device_id": "PCI\\VEN_8086&DEV_7000&SUBSYS_11001AF4&REV_00\\3&267A616A&1&08",
1346
+ "device_name": "Intel 82371SB PCI to ISA bridge",
1347
+ "dev_loader": null,
1348
+ "driver_date": "20060621000000.******+***",
1349
+ "driver_name": null,
1350
+ "driver_provider_name": "Microsoft",
1351
+ "driver_version": "6.2.9200.16384",
1352
+ "friendly_name": null,
1353
+ "hard_ware_id": "PCI\\VEN_8086&DEV_7000&SUBSYS_11001AF4&REV_00",
1354
+ "inf_name": "machine.inf",
1355
+ "install_date": null,
1356
+ "is_signed": true,
1357
+ "location": "PCI bus 0, device 1, function 0",
1358
+ "manufacturer": "Intel",
1359
+ "name": null,
1360
+ "pdo": "\\Device\\NTPNP_PCI0001",
1361
+ "signer": "Microsoft Windows",
1362
+ "started": null,
1363
+ "start_mode": null,
1364
+ "status": null,
1365
+ "system_creation_class_name": null,
1366
+ "system_name": null,
1367
+ "version": "6.2.9200.16384",
1368
+ "date": "20060621"
1369
+ },
1370
+ "PCI\\VEN_8086&DEV_1237&SUBSYS_11001AF4&REV_02\\3&267A616A&1&00": {
1371
+ "caption": null,
1372
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1373
+ "compat_id": "PCI\\VEN_8086&DEV_1237&REV_02",
1374
+ "creation_class_name": null,
1375
+ "description": "Intel 82441FX Pentium(R) Pro Processor to PCI bridge",
1376
+ "device_class": "SYSTEM",
1377
+ "device_id": "PCI\\VEN_8086&DEV_1237&SUBSYS_11001AF4&REV_02\\3&267A616A&1&00",
1378
+ "device_name": "Intel 82441FX Pentium(R) Pro Processor to PCI bridge",
1379
+ "dev_loader": null,
1380
+ "driver_date": "20060621000000.******+***",
1381
+ "driver_name": null,
1382
+ "driver_provider_name": "Microsoft",
1383
+ "driver_version": "6.2.9200.16384",
1384
+ "friendly_name": null,
1385
+ "hard_ware_id": "PCI\\VEN_8086&DEV_1237&SUBSYS_11001AF4&REV_02",
1386
+ "inf_name": "machine.inf",
1387
+ "install_date": null,
1388
+ "is_signed": true,
1389
+ "location": "PCI bus 0, device 0, function 0",
1390
+ "manufacturer": "Intel",
1391
+ "name": null,
1392
+ "pdo": "\\Device\\NTPNP_PCI0000",
1393
+ "signer": "Microsoft Windows",
1394
+ "started": null,
1395
+ "start_mode": null,
1396
+ "status": null,
1397
+ "system_creation_class_name": null,
1398
+ "system_name": null,
1399
+ "version": "6.2.9200.16384",
1400
+ "date": "20060621"
1401
+ },
1402
+ "ACPI\\PNP0A03\\0": {
1403
+ "caption": null,
1404
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1405
+ "compat_id": null,
1406
+ "creation_class_name": null,
1407
+ "description": "PCI bus",
1408
+ "device_class": "SYSTEM",
1409
+ "device_id": "ACPI\\PNP0A03\\0",
1410
+ "device_name": "PCI bus",
1411
+ "dev_loader": null,
1412
+ "driver_date": "20060621000000.******+***",
1413
+ "driver_name": null,
1414
+ "driver_provider_name": "Microsoft",
1415
+ "driver_version": "6.2.9200.16384",
1416
+ "friendly_name": null,
1417
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0A03",
1418
+ "inf_name": "machine.inf",
1419
+ "install_date": null,
1420
+ "is_signed": true,
1421
+ "location": null,
1422
+ "manufacturer": "(Standard system devices)",
1423
+ "name": null,
1424
+ "pdo": "\\Device\\0000001b",
1425
+ "signer": "Microsoft Windows",
1426
+ "started": null,
1427
+ "start_mode": null,
1428
+ "status": null,
1429
+ "system_creation_class_name": null,
1430
+ "system_name": null,
1431
+ "version": "6.2.9200.16384",
1432
+ "date": "20060621"
1433
+ },
1434
+ "ACPI\\PNP0C02\\2&DABA3FF&1": {
1435
+ "caption": null,
1436
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1437
+ "compat_id": null,
1438
+ "creation_class_name": null,
1439
+ "description": "Motherboard resources",
1440
+ "device_class": "SYSTEM",
1441
+ "device_id": "ACPI\\PNP0C02\\2&DABA3FF&1",
1442
+ "device_name": "Motherboard resources",
1443
+ "dev_loader": null,
1444
+ "driver_date": "20060621000000.******+***",
1445
+ "driver_name": null,
1446
+ "driver_provider_name": "Microsoft",
1447
+ "driver_version": "6.2.9200.16384",
1448
+ "friendly_name": null,
1449
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0C02",
1450
+ "inf_name": "machine.inf",
1451
+ "install_date": null,
1452
+ "is_signed": true,
1453
+ "location": null,
1454
+ "manufacturer": "(Standard system devices)",
1455
+ "name": null,
1456
+ "pdo": "\\Device\\0000001a",
1457
+ "signer": "Microsoft Windows",
1458
+ "started": null,
1459
+ "start_mode": null,
1460
+ "status": null,
1461
+ "system_creation_class_name": null,
1462
+ "system_name": null,
1463
+ "version": "6.2.9200.16384",
1464
+ "date": "20060621"
1465
+ },
1466
+ "ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_45_-________INTEL(R)_XEON(R)_CPU_E5-2650_0_@_2.00GHZ\\_0": {
1467
+ "caption": null,
1468
+ "class_guid": "{50127dc3-0f36-415e-a6cc-4cb3be910b65}",
1469
+ "compat_id": "ACPI\\Processor",
1470
+ "creation_class_name": null,
1471
+ "description": "Intel Processor",
1472
+ "device_class": "PROCESSOR",
1473
+ "device_id": "ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_45_-________INTEL(R)_XEON(R)_CPU_E5-2650_0_@_2.00GHZ\\_0",
1474
+ "device_name": "Intel Processor",
1475
+ "dev_loader": null,
1476
+ "driver_date": "20090421000000.******+***",
1477
+ "driver_name": null,
1478
+ "driver_provider_name": "Microsoft",
1479
+ "driver_version": "6.2.9200.16451",
1480
+ "friendly_name": "Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz",
1481
+ "hard_ware_id": "ACPI\\GenuineIntel_-_Intel64_Family_6_Model_45",
1482
+ "inf_name": "cpu.inf",
1483
+ "install_date": null,
1484
+ "is_signed": true,
1485
+ "location": null,
1486
+ "manufacturer": "Intel",
1487
+ "name": null,
1488
+ "pdo": "\\Device\\00000019",
1489
+ "signer": "Microsoft Windows",
1490
+ "started": null,
1491
+ "start_mode": null,
1492
+ "status": null,
1493
+ "system_creation_class_name": null,
1494
+ "system_name": null,
1495
+ "version": "6.2.9200.16451",
1496
+ "date": "20090421"
1497
+ },
1498
+ "ACPI_HAL\\PNP0C08\\0": {
1499
+ "caption": null,
1500
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1501
+ "compat_id": null,
1502
+ "creation_class_name": null,
1503
+ "description": "Microsoft ACPI-Compliant System",
1504
+ "device_class": "SYSTEM",
1505
+ "device_id": "ACPI_HAL\\PNP0C08\\0",
1506
+ "device_name": "Microsoft ACPI-Compliant System",
1507
+ "dev_loader": null,
1508
+ "driver_date": "20060621000000.******+***",
1509
+ "driver_name": null,
1510
+ "driver_provider_name": "Microsoft",
1511
+ "driver_version": "6.2.9200.16420",
1512
+ "friendly_name": null,
1513
+ "hard_ware_id": "ACPI_HAL\\PNP0C08",
1514
+ "inf_name": "acpi.inf",
1515
+ "install_date": null,
1516
+ "is_signed": true,
1517
+ "location": null,
1518
+ "manufacturer": "Microsoft",
1519
+ "name": null,
1520
+ "pdo": "\\Device\\00000018",
1521
+ "signer": "Microsoft Windows",
1522
+ "started": null,
1523
+ "start_mode": null,
1524
+ "status": null,
1525
+ "system_creation_class_name": null,
1526
+ "system_name": null,
1527
+ "version": "6.2.9200.16420",
1528
+ "date": "20060621"
1529
+ },
1530
+ "ROOT\\ACPI_HAL\\0000": {
1531
+ "caption": null,
1532
+ "class_guid": "{4d36e966-e325-11ce-bfc1-08002be10318}",
1533
+ "compat_id": "DETECTEDInternal\\ACPI_HAL",
1534
+ "creation_class_name": null,
1535
+ "description": "ACPI x64-based PC",
1536
+ "device_class": "COMPUTER",
1537
+ "device_id": "ROOT\\ACPI_HAL\\0000",
1538
+ "device_name": "ACPI x64-based PC",
1539
+ "dev_loader": null,
1540
+ "driver_date": "20060621000000.******+***",
1541
+ "driver_name": null,
1542
+ "driver_provider_name": "Microsoft",
1543
+ "driver_version": "6.2.9200.16384",
1544
+ "friendly_name": null,
1545
+ "hard_ware_id": "acpiapic",
1546
+ "inf_name": "hal.inf",
1547
+ "install_date": null,
1548
+ "is_signed": true,
1549
+ "location": null,
1550
+ "manufacturer": "(Standard computers)",
1551
+ "name": null,
1552
+ "pdo": "\\Device\\0000000d",
1553
+ "signer": "Microsoft Windows",
1554
+ "started": null,
1555
+ "start_mode": null,
1556
+ "status": null,
1557
+ "system_creation_class_name": null,
1558
+ "system_name": null,
1559
+ "version": "6.2.9200.16384",
1560
+ "date": "20060621"
1561
+ },
1562
+ "TERMINPUT_BUS\\UMB\\2&2C22BCC9&0&SESSION2MOUSE0": {
1563
+ "caption": null,
1564
+ "class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
1565
+ "compat_id": "TI_COMPAT_DEVICE",
1566
+ "creation_class_name": null,
1567
+ "description": "Remote Desktop Mouse Device",
1568
+ "device_class": "MOUSE",
1569
+ "device_id": "TERMINPUT_BUS\\UMB\\2&2C22BCC9&0&SESSION2MOUSE0",
1570
+ "device_name": "Remote Desktop Mouse Device",
1571
+ "dev_loader": null,
1572
+ "driver_date": "20090421000000.******+***",
1573
+ "driver_name": null,
1574
+ "driver_provider_name": "Microsoft",
1575
+ "driver_version": "6.2.9200.16384",
1576
+ "friendly_name": null,
1577
+ "hard_ware_id": "TS_INPT\\TS_MOU",
1578
+ "inf_name": "termmou.inf",
1579
+ "install_date": null,
1580
+ "is_signed": true,
1581
+ "location": null,
1582
+ "manufacturer": "(Standard mouse types)",
1583
+ "name": null,
1584
+ "pdo": "\\Device\\0000004a",
1585
+ "signer": "Microsoft Windows",
1586
+ "started": null,
1587
+ "start_mode": null,
1588
+ "status": null,
1589
+ "system_creation_class_name": null,
1590
+ "system_name": null,
1591
+ "version": "6.2.9200.16384",
1592
+ "date": "20090421"
1593
+ },
1594
+ "TERMINPUT_BUS\\UMB\\2&2C22BCC9&0&SESSION2KEYBOARD0": {
1595
+ "caption": null,
1596
+ "class_guid": "{4d36e96b-e325-11ce-bfc1-08002be10318}",
1597
+ "compat_id": "TI_COMPAT_DEVICE",
1598
+ "creation_class_name": null,
1599
+ "description": "Remote Desktop Keyboard Device",
1600
+ "device_class": "KEYBOARD",
1601
+ "device_id": "TERMINPUT_BUS\\UMB\\2&2C22BCC9&0&SESSION2KEYBOARD0",
1602
+ "device_name": "Remote Desktop Keyboard Device",
1603
+ "dev_loader": null,
1604
+ "driver_date": "20090421000000.******+***",
1605
+ "driver_name": null,
1606
+ "driver_provider_name": "Microsoft",
1607
+ "driver_version": "6.2.9200.16384",
1608
+ "friendly_name": null,
1609
+ "hard_ware_id": "TS_INPT\\TS_KBD",
1610
+ "inf_name": "termkbd.inf",
1611
+ "install_date": null,
1612
+ "is_signed": true,
1613
+ "location": null,
1614
+ "manufacturer": "(Standard system devices)",
1615
+ "name": null,
1616
+ "pdo": "\\Device\\00000049",
1617
+ "signer": "Microsoft Windows",
1618
+ "started": null,
1619
+ "start_mode": null,
1620
+ "status": null,
1621
+ "system_creation_class_name": null,
1622
+ "system_name": null,
1623
+ "version": "6.2.9200.16384",
1624
+ "date": "20090421"
1625
+ },
1626
+ "UMB\\UMB\\1&841921D&0&TERMINPUT_BUS": {
1627
+ "caption": null,
1628
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1629
+ "compat_id": "",
1630
+ "creation_class_name": null,
1631
+ "description": "UMBus Enumerator",
1632
+ "device_class": "SYSTEM",
1633
+ "device_id": "UMB\\UMB\\1&841921D&0&TERMINPUT_BUS",
1634
+ "device_name": "UMBus Enumerator",
1635
+ "dev_loader": null,
1636
+ "driver_date": "20060621000000.******+***",
1637
+ "driver_name": null,
1638
+ "driver_provider_name": "Microsoft",
1639
+ "driver_version": "6.2.9200.16384",
1640
+ "friendly_name": null,
1641
+ "hard_ware_id": "UMB\\UMBUS",
1642
+ "inf_name": "umbus.inf",
1643
+ "install_date": null,
1644
+ "is_signed": true,
1645
+ "location": null,
1646
+ "manufacturer": "Microsoft",
1647
+ "name": null,
1648
+ "pdo": "\\Device\\0000002e",
1649
+ "signer": "Microsoft Windows",
1650
+ "started": null,
1651
+ "start_mode": null,
1652
+ "status": null,
1653
+ "system_creation_class_name": null,
1654
+ "system_name": null,
1655
+ "version": "6.2.9200.16384",
1656
+ "date": "20060621"
1657
+ },
1658
+ "ROOT\\UMBUS\\0000": {
1659
+ "caption": null,
1660
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1661
+ "compat_id": null,
1662
+ "creation_class_name": null,
1663
+ "description": "UMBus Root Bus Enumerator",
1664
+ "device_class": "SYSTEM",
1665
+ "device_id": "ROOT\\UMBUS\\0000",
1666
+ "device_name": "UMBus Root Bus Enumerator",
1667
+ "dev_loader": null,
1668
+ "driver_date": "20060621000000.******+***",
1669
+ "driver_name": null,
1670
+ "driver_provider_name": "Microsoft",
1671
+ "driver_version": "6.2.9200.16384",
1672
+ "friendly_name": null,
1673
+ "hard_ware_id": "root\\umbus",
1674
+ "inf_name": "umbus.inf",
1675
+ "install_date": null,
1676
+ "is_signed": true,
1677
+ "location": null,
1678
+ "manufacturer": "Microsoft",
1679
+ "name": null,
1680
+ "pdo": "\\Device\\0000000c",
1681
+ "signer": "Microsoft Windows",
1682
+ "started": null,
1683
+ "start_mode": null,
1684
+ "status": null,
1685
+ "system_creation_class_name": null,
1686
+ "system_name": null,
1687
+ "version": "6.2.9200.16384",
1688
+ "date": "20060621"
1689
+ },
1690
+ "ROOT\\MS_NDISWANIPV6\\0000": {
1691
+ "caption": null,
1692
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
1693
+ "compat_id": null,
1694
+ "creation_class_name": null,
1695
+ "description": "WAN Miniport (IPv6)",
1696
+ "device_class": "NET",
1697
+ "device_id": "ROOT\\MS_NDISWANIPV6\\0000",
1698
+ "device_name": "WAN Miniport (IPv6)",
1699
+ "dev_loader": null,
1700
+ "driver_date": "20060621000000.******+***",
1701
+ "driver_name": null,
1702
+ "driver_provider_name": "Microsoft",
1703
+ "driver_version": "6.2.9200.16384",
1704
+ "friendly_name": "WAN Miniport (IPv6)",
1705
+ "hard_ware_id": "ms_ndiswanipv6",
1706
+ "inf_name": "netrasa.inf",
1707
+ "install_date": null,
1708
+ "is_signed": true,
1709
+ "location": null,
1710
+ "manufacturer": "Microsoft",
1711
+ "name": null,
1712
+ "pdo": "\\Device\\0000000b",
1713
+ "signer": "Microsoft Windows",
1714
+ "started": null,
1715
+ "start_mode": null,
1716
+ "status": null,
1717
+ "system_creation_class_name": null,
1718
+ "system_name": null,
1719
+ "version": "6.2.9200.16384",
1720
+ "date": "20060621"
1721
+ },
1722
+ "ROOT\\KDNIC\\0000": {
1723
+ "caption": null,
1724
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
1725
+ "compat_id": null,
1726
+ "creation_class_name": null,
1727
+ "description": "Microsoft Kernel Debug Network Adapter",
1728
+ "device_class": "NET",
1729
+ "device_id": "ROOT\\KDNIC\\0000",
1730
+ "device_name": "Microsoft Kernel Debug Network Adapter",
1731
+ "dev_loader": null,
1732
+ "driver_date": "20060621000000.******+***",
1733
+ "driver_name": null,
1734
+ "driver_provider_name": "Microsoft",
1735
+ "driver_version": "6.2.9200.16384",
1736
+ "friendly_name": "Microsoft Kernel Debug Network Adapter",
1737
+ "hard_ware_id": "root\\kdnic",
1738
+ "inf_name": "kdnic.inf",
1739
+ "install_date": null,
1740
+ "is_signed": true,
1741
+ "location": null,
1742
+ "manufacturer": "Microsoft",
1743
+ "name": null,
1744
+ "pdo": "\\Device\\0000000a",
1745
+ "signer": "Microsoft Windows",
1746
+ "started": null,
1747
+ "start_mode": null,
1748
+ "status": null,
1749
+ "system_creation_class_name": null,
1750
+ "system_name": null,
1751
+ "version": "6.2.9200.16384",
1752
+ "date": "20060621"
1753
+ },
1754
+ "ROOT\\SPACEPORT\\0000": {
1755
+ "caption": null,
1756
+ "class_guid": "{4d36e97b-e325-11ce-bfc1-08002be10318}",
1757
+ "compat_id": "DETECTEDInternal\\spaceport",
1758
+ "creation_class_name": null,
1759
+ "description": "Microsoft Storage Spaces Controller",
1760
+ "device_class": "SCSIADAPTER",
1761
+ "device_id": "ROOT\\SPACEPORT\\0000",
1762
+ "device_name": "Microsoft Storage Spaces Controller",
1763
+ "dev_loader": null,
1764
+ "driver_date": "20060621000000.******+***",
1765
+ "driver_name": null,
1766
+ "driver_provider_name": "Microsoft",
1767
+ "driver_version": "6.2.9200.16731",
1768
+ "friendly_name": null,
1769
+ "hard_ware_id": "Root\\Spaceport",
1770
+ "inf_name": "spaceport.inf",
1771
+ "install_date": null,
1772
+ "is_signed": true,
1773
+ "location": null,
1774
+ "manufacturer": "Microsoft",
1775
+ "name": null,
1776
+ "pdo": "\\Device\\00000009",
1777
+ "signer": "Microsoft Windows",
1778
+ "started": null,
1779
+ "start_mode": null,
1780
+ "status": null,
1781
+ "system_creation_class_name": null,
1782
+ "system_name": null,
1783
+ "version": "6.2.9200.16731",
1784
+ "date": "20060621"
1785
+ },
1786
+ "ROOT\\VDRVROOT\\0000": {
1787
+ "caption": null,
1788
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1789
+ "compat_id": null,
1790
+ "creation_class_name": null,
1791
+ "description": "Microsoft Virtual Drive Enumerator",
1792
+ "device_class": "SYSTEM",
1793
+ "device_id": "ROOT\\VDRVROOT\\0000",
1794
+ "device_name": "Microsoft Virtual Drive Enumerator",
1795
+ "dev_loader": null,
1796
+ "driver_date": "20060621000000.******+***",
1797
+ "driver_name": null,
1798
+ "driver_provider_name": "Microsoft",
1799
+ "driver_version": "6.2.9200.16384",
1800
+ "friendly_name": null,
1801
+ "hard_ware_id": "ROOT\\vdrvroot",
1802
+ "inf_name": "vdrvroot.inf",
1803
+ "install_date": null,
1804
+ "is_signed": true,
1805
+ "location": null,
1806
+ "manufacturer": "Microsoft",
1807
+ "name": null,
1808
+ "pdo": "\\Device\\00000008",
1809
+ "signer": "Microsoft Windows",
1810
+ "started": null,
1811
+ "start_mode": null,
1812
+ "status": null,
1813
+ "system_creation_class_name": null,
1814
+ "system_name": null,
1815
+ "version": "6.2.9200.16384",
1816
+ "date": "20060621"
1817
+ },
1818
+ "ROOT\\COMPOSITEBUS\\0000": {
1819
+ "caption": null,
1820
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1821
+ "compat_id": null,
1822
+ "creation_class_name": null,
1823
+ "description": "Composite Bus Enumerator",
1824
+ "device_class": "SYSTEM",
1825
+ "device_id": "ROOT\\COMPOSITEBUS\\0000",
1826
+ "device_name": "Composite Bus Enumerator",
1827
+ "dev_loader": null,
1828
+ "driver_date": "20060621000000.******+***",
1829
+ "driver_name": null,
1830
+ "driver_provider_name": "Microsoft",
1831
+ "driver_version": "6.2.9200.16384",
1832
+ "friendly_name": null,
1833
+ "hard_ware_id": "ROOT\\CompositeBus",
1834
+ "inf_name": "CompositeBus.inf",
1835
+ "install_date": null,
1836
+ "is_signed": true,
1837
+ "location": null,
1838
+ "manufacturer": "Microsoft",
1839
+ "name": null,
1840
+ "pdo": "\\Device\\00000007",
1841
+ "signer": "Microsoft Windows",
1842
+ "started": null,
1843
+ "start_mode": null,
1844
+ "status": null,
1845
+ "system_creation_class_name": null,
1846
+ "system_name": null,
1847
+ "version": "6.2.9200.16384",
1848
+ "date": "20060621"
1849
+ },
1850
+ "ROOT\\*TEREDO\\0000": {
1851
+ "caption": null,
1852
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
1853
+ "compat_id": null,
1854
+ "creation_class_name": null,
1855
+ "description": "Microsoft Teredo Tunneling Adapter",
1856
+ "device_class": "NET",
1857
+ "device_id": "ROOT\\*TEREDO\\0000",
1858
+ "device_name": "Microsoft Teredo Tunneling Adapter",
1859
+ "dev_loader": null,
1860
+ "driver_date": "20060621000000.******+***",
1861
+ "driver_name": null,
1862
+ "driver_provider_name": "Microsoft",
1863
+ "driver_version": "6.2.9200.16384",
1864
+ "friendly_name": "Teredo Tunneling Pseudo-Interface",
1865
+ "hard_ware_id": "*TEREDO",
1866
+ "inf_name": "nettun.inf",
1867
+ "install_date": null,
1868
+ "is_signed": true,
1869
+ "location": null,
1870
+ "manufacturer": "Microsoft",
1871
+ "name": null,
1872
+ "pdo": "\\Device\\00000006",
1873
+ "signer": "Microsoft Windows",
1874
+ "started": null,
1875
+ "start_mode": null,
1876
+ "status": null,
1877
+ "system_creation_class_name": null,
1878
+ "system_name": null,
1879
+ "version": "6.2.9200.16384",
1880
+ "date": "20060621"
1881
+ },
1882
+ "ROOT\\MS_AGILEVPNMINIPORT\\0000": {
1883
+ "caption": null,
1884
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
1885
+ "compat_id": null,
1886
+ "creation_class_name": null,
1887
+ "description": "WAN Miniport (IKEv2)",
1888
+ "device_class": "NET",
1889
+ "device_id": "ROOT\\MS_AGILEVPNMINIPORT\\0000",
1890
+ "device_name": "WAN Miniport (IKEv2)",
1891
+ "dev_loader": null,
1892
+ "driver_date": "20060621000000.******+***",
1893
+ "driver_name": null,
1894
+ "driver_provider_name": "Microsoft",
1895
+ "driver_version": "6.2.9200.16384",
1896
+ "friendly_name": "WAN Miniport (IKEv2)",
1897
+ "hard_ware_id": "ms_agilevpnminiport",
1898
+ "inf_name": "netavpna.inf",
1899
+ "install_date": null,
1900
+ "is_signed": true,
1901
+ "location": null,
1902
+ "manufacturer": "Microsoft",
1903
+ "name": null,
1904
+ "pdo": "\\Device\\00000005",
1905
+ "signer": "Microsoft Windows",
1906
+ "started": null,
1907
+ "start_mode": null,
1908
+ "status": null,
1909
+ "system_creation_class_name": null,
1910
+ "system_name": null,
1911
+ "version": "6.2.9200.16384",
1912
+ "date": "20060621"
1913
+ },
1914
+ "ROOT\\MS_SSTPMINIPORT\\0000": {
1915
+ "caption": null,
1916
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
1917
+ "compat_id": null,
1918
+ "creation_class_name": null,
1919
+ "description": "WAN Miniport (SSTP)",
1920
+ "device_class": "NET",
1921
+ "device_id": "ROOT\\MS_SSTPMINIPORT\\0000",
1922
+ "device_name": "WAN Miniport (SSTP)",
1923
+ "dev_loader": null,
1924
+ "driver_date": "20060621000000.******+***",
1925
+ "driver_name": null,
1926
+ "driver_provider_name": "Microsoft",
1927
+ "driver_version": "6.2.9200.16384",
1928
+ "friendly_name": "WAN Miniport (SSTP)",
1929
+ "hard_ware_id": "ms_sstpminiport",
1930
+ "inf_name": "netsstpa.inf",
1931
+ "install_date": null,
1932
+ "is_signed": true,
1933
+ "location": null,
1934
+ "manufacturer": "Microsoft",
1935
+ "name": null,
1936
+ "pdo": "\\Device\\00000004",
1937
+ "signer": "Microsoft Windows",
1938
+ "started": null,
1939
+ "start_mode": null,
1940
+ "status": null,
1941
+ "system_creation_class_name": null,
1942
+ "system_name": null,
1943
+ "version": "6.2.9200.16384",
1944
+ "date": "20060621"
1945
+ },
1946
+ "ROOT\\MS_NDISWANIP\\0000": {
1947
+ "caption": null,
1948
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
1949
+ "compat_id": null,
1950
+ "creation_class_name": null,
1951
+ "description": "WAN Miniport (IP)",
1952
+ "device_class": "NET",
1953
+ "device_id": "ROOT\\MS_NDISWANIP\\0000",
1954
+ "device_name": "WAN Miniport (IP)",
1955
+ "dev_loader": null,
1956
+ "driver_date": "20060621000000.******+***",
1957
+ "driver_name": null,
1958
+ "driver_provider_name": "Microsoft",
1959
+ "driver_version": "6.2.9200.16384",
1960
+ "friendly_name": "WAN Miniport (IP)",
1961
+ "hard_ware_id": "ms_ndiswanip",
1962
+ "inf_name": "netrasa.inf",
1963
+ "install_date": null,
1964
+ "is_signed": true,
1965
+ "location": null,
1966
+ "manufacturer": "Microsoft",
1967
+ "name": null,
1968
+ "pdo": "\\Device\\00000003",
1969
+ "signer": "Microsoft Windows",
1970
+ "started": null,
1971
+ "start_mode": null,
1972
+ "status": null,
1973
+ "system_creation_class_name": null,
1974
+ "system_name": null,
1975
+ "version": "6.2.9200.16384",
1976
+ "date": "20060621"
1977
+ },
1978
+ "ROOT\\BASICDISPLAY\\0000": {
1979
+ "caption": null,
1980
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
1981
+ "compat_id": null,
1982
+ "creation_class_name": null,
1983
+ "description": "Microsoft Basic Display Driver",
1984
+ "device_class": "SYSTEM",
1985
+ "device_id": "ROOT\\BASICDISPLAY\\0000",
1986
+ "device_name": "Microsoft Basic Display Driver",
1987
+ "dev_loader": null,
1988
+ "driver_date": "20060621000000.******+***",
1989
+ "driver_name": null,
1990
+ "driver_provider_name": "Microsoft",
1991
+ "driver_version": "6.2.9200.16384",
1992
+ "friendly_name": null,
1993
+ "hard_ware_id": "ROOT\\BasicDisplay",
1994
+ "inf_name": "basicdisplay.inf",
1995
+ "install_date": null,
1996
+ "is_signed": true,
1997
+ "location": null,
1998
+ "manufacturer": "(Standard display types)",
1999
+ "name": null,
2000
+ "pdo": "\\Device\\00000002",
2001
+ "signer": "Microsoft Windows",
2002
+ "started": null,
2003
+ "start_mode": null,
2004
+ "status": null,
2005
+ "system_creation_class_name": null,
2006
+ "system_name": null,
2007
+ "version": "6.2.9200.16384",
2008
+ "date": "20060621"
2009
+ },
2010
+ "STORAGE\\VOLUME\\{F1E0C18E-ED0D-11E1-93EC-806E6F6E6963}#0000000015F00000": {
2011
+ "caption": null,
2012
+ "class_guid": "{71a27cdd-812a-11d0-bec7-08002be2092f}",
2013
+ "compat_id": null,
2014
+ "creation_class_name": null,
2015
+ "description": "Generic volume",
2016
+ "device_class": "VOLUME",
2017
+ "device_id": "STORAGE\\VOLUME\\{F1E0C18E-ED0D-11E1-93EC-806E6F6E6963}#0000000015F00000",
2018
+ "device_name": "Generic volume",
2019
+ "dev_loader": null,
2020
+ "driver_date": "20060621000000.******+***",
2021
+ "driver_name": null,
2022
+ "driver_provider_name": "Microsoft",
2023
+ "driver_version": "6.2.9200.16628",
2024
+ "friendly_name": null,
2025
+ "hard_ware_id": "STORAGE\\Volume",
2026
+ "inf_name": "volume.inf",
2027
+ "install_date": null,
2028
+ "is_signed": true,
2029
+ "location": null,
2030
+ "manufacturer": "Microsoft",
2031
+ "name": null,
2032
+ "pdo": "\\Device\\HarddiskVolume2",
2033
+ "signer": "Microsoft Windows",
2034
+ "started": null,
2035
+ "start_mode": null,
2036
+ "status": null,
2037
+ "system_creation_class_name": null,
2038
+ "system_name": null,
2039
+ "version": "6.2.9200.16628",
2040
+ "date": "20060621"
2041
+ },
2042
+ "STORAGE\\VOLUME\\{F1E0C18E-ED0D-11E1-93EC-806E6F6E6963}#0000000000100000": {
2043
+ "caption": null,
2044
+ "class_guid": "{71a27cdd-812a-11d0-bec7-08002be2092f}",
2045
+ "compat_id": null,
2046
+ "creation_class_name": null,
2047
+ "description": "Generic volume",
2048
+ "device_class": "VOLUME",
2049
+ "device_id": "STORAGE\\VOLUME\\{F1E0C18E-ED0D-11E1-93EC-806E6F6E6963}#0000000000100000",
2050
+ "device_name": "Generic volume",
2051
+ "dev_loader": null,
2052
+ "driver_date": "20060621000000.******+***",
2053
+ "driver_name": null,
2054
+ "driver_provider_name": "Microsoft",
2055
+ "driver_version": "6.2.9200.16628",
2056
+ "friendly_name": null,
2057
+ "hard_ware_id": "STORAGE\\Volume",
2058
+ "inf_name": "volume.inf",
2059
+ "install_date": null,
2060
+ "is_signed": true,
2061
+ "location": null,
2062
+ "manufacturer": "Microsoft",
2063
+ "name": null,
2064
+ "pdo": "\\Device\\HarddiskVolume1",
2065
+ "signer": "Microsoft Windows",
2066
+ "started": null,
2067
+ "start_mode": null,
2068
+ "status": null,
2069
+ "system_creation_class_name": null,
2070
+ "system_name": null,
2071
+ "version": "6.2.9200.16628",
2072
+ "date": "20060621"
2073
+ },
2074
+ "ROOT\\VOLMGR\\0000": {
2075
+ "caption": null,
2076
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2077
+ "compat_id": "DETECTEDInternal\\volmgr",
2078
+ "creation_class_name": null,
2079
+ "description": "Volume Manager",
2080
+ "device_class": "SYSTEM",
2081
+ "device_id": "ROOT\\VOLMGR\\0000",
2082
+ "device_name": "Volume Manager",
2083
+ "dev_loader": null,
2084
+ "driver_date": "20060621000000.******+***",
2085
+ "driver_name": null,
2086
+ "driver_provider_name": "Microsoft",
2087
+ "driver_version": "6.2.9200.16384",
2088
+ "friendly_name": null,
2089
+ "hard_ware_id": "ROOT\\VOLMGR",
2090
+ "inf_name": "volmgr.inf",
2091
+ "install_date": null,
2092
+ "is_signed": true,
2093
+ "location": null,
2094
+ "manufacturer": "Microsoft",
2095
+ "name": null,
2096
+ "pdo": "\\Device\\00000001",
2097
+ "signer": "Microsoft Windows",
2098
+ "started": null,
2099
+ "start_mode": null,
2100
+ "status": null,
2101
+ "system_creation_class_name": null,
2102
+ "system_name": null,
2103
+ "version": "6.2.9200.16384",
2104
+ "date": "20060621"
2105
+ },
2106
+ "HTREE\\ROOT\\0": {
2107
+ "caption": null,
2108
+ "class_guid": null,
2109
+ "compat_id": null,
2110
+ "creation_class_name": null,
2111
+ "description": null,
2112
+ "device_class": null,
2113
+ "device_id": "HTREE\\ROOT\\0",
2114
+ "device_name": null,
2115
+ "dev_loader": null,
2116
+ "driver_date": null,
2117
+ "driver_name": null,
2118
+ "driver_provider_name": null,
2119
+ "driver_version": null,
2120
+ "friendly_name": null,
2121
+ "hard_ware_id": null,
2122
+ "inf_name": null,
2123
+ "install_date": null,
2124
+ "is_signed": null,
2125
+ "location": null,
2126
+ "manufacturer": null,
2127
+ "name": null,
2128
+ "pdo": null,
2129
+ "signer": null,
2130
+ "started": null,
2131
+ "start_mode": null,
2132
+ "status": null,
2133
+ "system_creation_class_name": null,
2134
+ "system_name": null
2135
+ },
2136
+ "Microsoft XPS Document Writer": {
2137
+ "caption": null,
2138
+ "class_guid": null,
2139
+ "compat_id": null,
2140
+ "creation_class_name": null,
2141
+ "description": null,
2142
+ "device_class": null,
2143
+ "device_id": "Microsoft XPS Document Writer",
2144
+ "device_name": null,
2145
+ "dev_loader": null,
2146
+ "driver_date": null,
2147
+ "driver_name": null,
2148
+ "driver_provider_name": null,
2149
+ "driver_version": "2:5.1,2:5.2,2:6.0,2:6.1,2:6.2",
2150
+ "friendly_name": null,
2151
+ "hard_ware_id": null,
2152
+ "inf_name": null,
2153
+ "install_date": null,
2154
+ "is_signed": true,
2155
+ "location": null,
2156
+ "manufacturer": null,
2157
+ "name": null,
2158
+ "pdo": null,
2159
+ "signer": "Microsoft Windows",
2160
+ "started": null,
2161
+ "start_mode": null,
2162
+ "status": null,
2163
+ "system_creation_class_name": null,
2164
+ "system_name": null
2165
+ }
2166
+ },
2167
+ "modules": {
2168
+ "Local Print Queue": {
2169
+ "caption": null,
2170
+ "class_guid": "{1ed2bbf9-11f0-4084-b21f-ad83a8e6dcdc}",
2171
+ "compat_id": "SWD\\GenericRaw",
2172
+ "creation_class_name": null,
2173
+ "description": "Local Print Queue",
2174
+ "device_class": "PRINTQUEUE",
2175
+ "device_id": "SWD\\PRINTENUM\\PRINTQUEUES",
2176
+ "device_name": "Local Print Queue",
2177
+ "dev_loader": null,
2178
+ "driver_date": "20060621000000.******+***",
2179
+ "driver_name": null,
2180
+ "driver_provider_name": "Microsoft",
2181
+ "driver_version": "6.2.9200.16384",
2182
+ "friendly_name": "Root Print Queue",
2183
+ "hard_ware_id": "PRINTENUM\\LocalPrintQueue",
2184
+ "inf_name": "PrintQueue.inf",
2185
+ "install_date": null,
2186
+ "is_signed": true,
2187
+ "location": null,
2188
+ "manufacturer": "Microsoft",
2189
+ "name": null,
2190
+ "pdo": "\\Device\\0000002f",
2191
+ "signer": "Microsoft Windows",
2192
+ "started": null,
2193
+ "start_mode": null,
2194
+ "status": null,
2195
+ "system_creation_class_name": null,
2196
+ "system_name": null,
2197
+ "version": "6.2.9200.16384",
2198
+ "date": "20060621"
2199
+ },
2200
+ "Remote Desktop Device Redirector Bus": {
2201
+ "caption": null,
2202
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2203
+ "compat_id": null,
2204
+ "creation_class_name": null,
2205
+ "description": "Remote Desktop Device Redirector Bus",
2206
+ "device_class": "SYSTEM",
2207
+ "device_id": "ROOT\\RDPBUS\\0000",
2208
+ "device_name": "Remote Desktop Device Redirector Bus",
2209
+ "dev_loader": null,
2210
+ "driver_date": "20060621000000.******+***",
2211
+ "driver_name": null,
2212
+ "driver_provider_name": "Microsoft",
2213
+ "driver_version": "6.2.9200.16384",
2214
+ "friendly_name": null,
2215
+ "hard_ware_id": "ROOT\\RDPBUS",
2216
+ "inf_name": "rdpbus.inf",
2217
+ "install_date": null,
2218
+ "is_signed": true,
2219
+ "location": null,
2220
+ "manufacturer": "Microsoft",
2221
+ "name": null,
2222
+ "pdo": "\\Device\\00000017",
2223
+ "signer": "Microsoft Windows",
2224
+ "started": null,
2225
+ "start_mode": null,
2226
+ "status": null,
2227
+ "system_creation_class_name": null,
2228
+ "system_name": null,
2229
+ "version": "6.2.9200.16384",
2230
+ "date": "20060621"
2231
+ },
2232
+ "Citrix PV Ethernet Adapter": {
2233
+ "caption": null,
2234
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
2235
+ "compat_id": null,
2236
+ "creation_class_name": null,
2237
+ "description": "Citrix PV Ethernet Adapter",
2238
+ "device_class": "NET",
2239
+ "device_id": "XEN\\VIF\\0",
2240
+ "device_name": "Citrix PV Ethernet Adapter",
2241
+ "dev_loader": null,
2242
+ "driver_date": "20110719000000.******+***",
2243
+ "driver_name": null,
2244
+ "driver_provider_name": "Citrix Systems, Inc.",
2245
+ "driver_version": "5.9.960.49119",
2246
+ "friendly_name": "Citrix PV Ethernet Adapter #0",
2247
+ "hard_ware_id": "XEN\\VIF",
2248
+ "inf_name": "oem4.inf",
2249
+ "install_date": null,
2250
+ "is_signed": true,
2251
+ "location": "0",
2252
+ "manufacturer": "Citrix Systems, Inc.",
2253
+ "name": null,
2254
+ "pdo": "\\Device\\0000002c",
2255
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
2256
+ "started": null,
2257
+ "start_mode": null,
2258
+ "status": null,
2259
+ "system_creation_class_name": null,
2260
+ "system_name": null,
2261
+ "version": "5.9.960.49119",
2262
+ "date": "20110719"
2263
+ },
2264
+ "Citrix PV Ethernet Class": {
2265
+ "caption": null,
2266
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2267
+ "compat_id": null,
2268
+ "creation_class_name": null,
2269
+ "description": "Citrix PV Ethernet Class",
2270
+ "device_class": "SYSTEM",
2271
+ "device_id": "XENBUS\\CLASS&VIF\\_",
2272
+ "device_name": "Citrix PV Ethernet Class",
2273
+ "dev_loader": null,
2274
+ "driver_date": "20120315000000.******+***",
2275
+ "driver_name": null,
2276
+ "driver_provider_name": "Citrix Systems, Inc.",
2277
+ "driver_version": "6.0.2.54160",
2278
+ "friendly_name": null,
2279
+ "hard_ware_id": "XENBUS\\CLASS&VIF",
2280
+ "inf_name": "oem3.inf",
2281
+ "install_date": null,
2282
+ "is_signed": true,
2283
+ "location": "_",
2284
+ "manufacturer": "Citrix Systems, Inc.",
2285
+ "name": null,
2286
+ "pdo": "\\Device\\0000002b",
2287
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
2288
+ "started": null,
2289
+ "start_mode": null,
2290
+ "status": null,
2291
+ "system_creation_class_name": null,
2292
+ "system_name": null,
2293
+ "version": "6.0.2.54160",
2294
+ "date": "20120315"
2295
+ },
2296
+ "Xen Interface": {
2297
+ "caption": null,
2298
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2299
+ "compat_id": null,
2300
+ "creation_class_name": null,
2301
+ "description": "Xen Interface",
2302
+ "device_class": "SYSTEM",
2303
+ "device_id": "XENBUS\\CLASS&IFACE\\_",
2304
+ "device_name": "Xen Interface",
2305
+ "dev_loader": null,
2306
+ "driver_date": "20120120000000.******+***",
2307
+ "driver_name": null,
2308
+ "driver_provider_name": "Citrix Systems, Inc.",
2309
+ "driver_version": "6.0.2.52988",
2310
+ "friendly_name": null,
2311
+ "hard_ware_id": "XENBUS\\CLASS&IFACE",
2312
+ "inf_name": "oem5.inf",
2313
+ "install_date": null,
2314
+ "is_signed": true,
2315
+ "location": "_",
2316
+ "manufacturer": "Citrix Systems, Inc.",
2317
+ "name": null,
2318
+ "pdo": "\\Device\\0000002a",
2319
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
2320
+ "started": null,
2321
+ "start_mode": null,
2322
+ "status": null,
2323
+ "system_creation_class_name": null,
2324
+ "system_name": null,
2325
+ "version": "6.0.2.52988",
2326
+ "date": "20120120"
2327
+ },
2328
+ "Citrix PV Bus": {
2329
+ "caption": null,
2330
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2331
+ "compat_id": null,
2332
+ "creation_class_name": null,
2333
+ "description": "Citrix PV Bus",
2334
+ "device_class": "SYSTEM",
2335
+ "device_id": "ROOT\\SYSTEM\\0001",
2336
+ "device_name": "Citrix PV Bus",
2337
+ "dev_loader": null,
2338
+ "driver_date": "20110719000000.******+***",
2339
+ "driver_name": null,
2340
+ "driver_provider_name": "Citrix Systems, Inc.",
2341
+ "driver_version": "5.9.960.49119",
2342
+ "friendly_name": null,
2343
+ "hard_ware_id": "ROOT\\XENEVTCHN",
2344
+ "inf_name": "oem2.inf",
2345
+ "install_date": null,
2346
+ "is_signed": true,
2347
+ "location": null,
2348
+ "manufacturer": "Citrix Systems, Inc.",
2349
+ "name": null,
2350
+ "pdo": "\\Device\\00000016",
2351
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
2352
+ "started": null,
2353
+ "start_mode": null,
2354
+ "status": null,
2355
+ "system_creation_class_name": null,
2356
+ "system_name": null,
2357
+ "version": "5.9.960.49119",
2358
+ "date": "20110719"
2359
+ },
2360
+ "Plug and Play Software Device Enumerator": {
2361
+ "caption": null,
2362
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2363
+ "compat_id": null,
2364
+ "creation_class_name": null,
2365
+ "description": "Plug and Play Software Device Enumerator",
2366
+ "device_class": "SYSTEM",
2367
+ "device_id": "ROOT\\SYSTEM\\0000",
2368
+ "device_name": "Plug and Play Software Device Enumerator",
2369
+ "dev_loader": null,
2370
+ "driver_date": "20060621000000.******+***",
2371
+ "driver_name": null,
2372
+ "driver_provider_name": "Microsoft",
2373
+ "driver_version": "6.2.9200.16384",
2374
+ "friendly_name": null,
2375
+ "hard_ware_id": "root\\swenum",
2376
+ "inf_name": "swenum.inf",
2377
+ "install_date": null,
2378
+ "is_signed": true,
2379
+ "location": null,
2380
+ "manufacturer": "(Standard system devices)",
2381
+ "name": null,
2382
+ "pdo": "\\Device\\00000015",
2383
+ "signer": "Microsoft Windows",
2384
+ "started": null,
2385
+ "start_mode": null,
2386
+ "status": null,
2387
+ "system_creation_class_name": null,
2388
+ "system_name": null,
2389
+ "version": "6.2.9200.16384",
2390
+ "date": "20060621"
2391
+ },
2392
+ "Microsoft System Management BIOS Driver": {
2393
+ "caption": null,
2394
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2395
+ "compat_id": null,
2396
+ "creation_class_name": null,
2397
+ "description": "Microsoft System Management BIOS Driver",
2398
+ "device_class": "SYSTEM",
2399
+ "device_id": "ROOT\\MSSMBIOS\\0000",
2400
+ "device_name": "Microsoft System Management BIOS Driver",
2401
+ "dev_loader": null,
2402
+ "driver_date": "20060621000000.******+***",
2403
+ "driver_name": null,
2404
+ "driver_provider_name": "Microsoft",
2405
+ "driver_version": "6.2.9200.16384",
2406
+ "friendly_name": null,
2407
+ "hard_ware_id": "ROOT\\mssmbios",
2408
+ "inf_name": "mssmbios.inf",
2409
+ "install_date": null,
2410
+ "is_signed": true,
2411
+ "location": null,
2412
+ "manufacturer": "(Standard system devices)",
2413
+ "name": null,
2414
+ "pdo": "\\Device\\00000014",
2415
+ "signer": "Microsoft Windows",
2416
+ "started": null,
2417
+ "start_mode": null,
2418
+ "status": null,
2419
+ "system_creation_class_name": null,
2420
+ "system_name": null,
2421
+ "version": "6.2.9200.16384",
2422
+ "date": "20060621"
2423
+ },
2424
+ "WAN Miniport (PPPOE)": {
2425
+ "caption": null,
2426
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
2427
+ "compat_id": null,
2428
+ "creation_class_name": null,
2429
+ "description": "WAN Miniport (PPPOE)",
2430
+ "device_class": "NET",
2431
+ "device_id": "ROOT\\MS_PPPOEMINIPORT\\0000",
2432
+ "device_name": "WAN Miniport (PPPOE)",
2433
+ "dev_loader": null,
2434
+ "driver_date": "20060621000000.******+***",
2435
+ "driver_name": null,
2436
+ "driver_provider_name": "Microsoft",
2437
+ "driver_version": "6.2.9200.16384",
2438
+ "friendly_name": "WAN Miniport (PPPOE)",
2439
+ "hard_ware_id": "ms_pppoeminiport",
2440
+ "inf_name": "netrasa.inf",
2441
+ "install_date": null,
2442
+ "is_signed": true,
2443
+ "location": null,
2444
+ "manufacturer": "Microsoft",
2445
+ "name": null,
2446
+ "pdo": "\\Device\\00000013",
2447
+ "signer": "Microsoft Windows",
2448
+ "started": null,
2449
+ "start_mode": null,
2450
+ "status": null,
2451
+ "system_creation_class_name": null,
2452
+ "system_name": null,
2453
+ "version": "6.2.9200.16384",
2454
+ "date": "20060621"
2455
+ },
2456
+ "WAN Miniport (L2TP)": {
2457
+ "caption": null,
2458
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
2459
+ "compat_id": null,
2460
+ "creation_class_name": null,
2461
+ "description": "WAN Miniport (L2TP)",
2462
+ "device_class": "NET",
2463
+ "device_id": "ROOT\\MS_L2TPMINIPORT\\0000",
2464
+ "device_name": "WAN Miniport (L2TP)",
2465
+ "dev_loader": null,
2466
+ "driver_date": "20060621000000.******+***",
2467
+ "driver_name": null,
2468
+ "driver_provider_name": "Microsoft",
2469
+ "driver_version": "6.2.9200.16384",
2470
+ "friendly_name": "WAN Miniport (L2TP)",
2471
+ "hard_ware_id": "ms_l2tpminiport",
2472
+ "inf_name": "netrasa.inf",
2473
+ "install_date": null,
2474
+ "is_signed": true,
2475
+ "location": null,
2476
+ "manufacturer": "Microsoft",
2477
+ "name": null,
2478
+ "pdo": "\\Device\\00000012",
2479
+ "signer": "Microsoft Windows",
2480
+ "started": null,
2481
+ "start_mode": null,
2482
+ "status": null,
2483
+ "system_creation_class_name": null,
2484
+ "system_name": null,
2485
+ "version": "6.2.9200.16384",
2486
+ "date": "20060621"
2487
+ },
2488
+ "WAN Miniport (Network Monitor)": {
2489
+ "caption": null,
2490
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
2491
+ "compat_id": null,
2492
+ "creation_class_name": null,
2493
+ "description": "WAN Miniport (Network Monitor)",
2494
+ "device_class": "NET",
2495
+ "device_id": "ROOT\\MS_NDISWANBH\\0000",
2496
+ "device_name": "WAN Miniport (Network Monitor)",
2497
+ "dev_loader": null,
2498
+ "driver_date": "20060621000000.******+***",
2499
+ "driver_name": null,
2500
+ "driver_provider_name": "Microsoft",
2501
+ "driver_version": "6.2.9200.16384",
2502
+ "friendly_name": "WAN Miniport (Network Monitor)",
2503
+ "hard_ware_id": "ms_ndiswanbh",
2504
+ "inf_name": "netrasa.inf",
2505
+ "install_date": null,
2506
+ "is_signed": true,
2507
+ "location": null,
2508
+ "manufacturer": "Microsoft",
2509
+ "name": null,
2510
+ "pdo": "\\Device\\00000011",
2511
+ "signer": "Microsoft Windows",
2512
+ "started": null,
2513
+ "start_mode": null,
2514
+ "status": null,
2515
+ "system_creation_class_name": null,
2516
+ "system_name": null,
2517
+ "version": "6.2.9200.16384",
2518
+ "date": "20060621"
2519
+ },
2520
+ "Microsoft ISATAP Adapter": {
2521
+ "caption": null,
2522
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
2523
+ "compat_id": null,
2524
+ "creation_class_name": null,
2525
+ "description": "Microsoft ISATAP Adapter",
2526
+ "device_class": "NET",
2527
+ "device_id": "ROOT\\*ISATAP\\0000",
2528
+ "device_name": "Microsoft ISATAP Adapter",
2529
+ "dev_loader": null,
2530
+ "driver_date": "20060621000000.******+***",
2531
+ "driver_name": null,
2532
+ "driver_provider_name": "Microsoft",
2533
+ "driver_version": "6.2.9200.16384",
2534
+ "friendly_name": "Microsoft ISATAP Adapter",
2535
+ "hard_ware_id": "*ISATAP",
2536
+ "inf_name": "nettun.inf",
2537
+ "install_date": null,
2538
+ "is_signed": true,
2539
+ "location": null,
2540
+ "manufacturer": "Microsoft",
2541
+ "name": null,
2542
+ "pdo": "\\Device\\00000010",
2543
+ "signer": "Microsoft Windows",
2544
+ "started": null,
2545
+ "start_mode": null,
2546
+ "status": null,
2547
+ "system_creation_class_name": null,
2548
+ "system_name": null,
2549
+ "version": "6.2.9200.16384",
2550
+ "date": "20060621"
2551
+ },
2552
+ "WAN Miniport (PPTP)": {
2553
+ "caption": null,
2554
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
2555
+ "compat_id": null,
2556
+ "creation_class_name": null,
2557
+ "description": "WAN Miniport (PPTP)",
2558
+ "device_class": "NET",
2559
+ "device_id": "ROOT\\MS_PPTPMINIPORT\\0000",
2560
+ "device_name": "WAN Miniport (PPTP)",
2561
+ "dev_loader": null,
2562
+ "driver_date": "20060621000000.******+***",
2563
+ "driver_name": null,
2564
+ "driver_provider_name": "Microsoft",
2565
+ "driver_version": "6.2.9200.16384",
2566
+ "friendly_name": "WAN Miniport (PPTP)",
2567
+ "hard_ware_id": "ms_pptpminiport",
2568
+ "inf_name": "netrasa.inf",
2569
+ "install_date": null,
2570
+ "is_signed": true,
2571
+ "location": null,
2572
+ "manufacturer": "Microsoft",
2573
+ "name": null,
2574
+ "pdo": "\\Device\\0000000f",
2575
+ "signer": "Microsoft Windows",
2576
+ "started": null,
2577
+ "start_mode": null,
2578
+ "status": null,
2579
+ "system_creation_class_name": null,
2580
+ "system_name": null,
2581
+ "version": "6.2.9200.16384",
2582
+ "date": "20060621"
2583
+ },
2584
+ "Microsoft Basic Render Driver": {
2585
+ "caption": null,
2586
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2587
+ "compat_id": null,
2588
+ "creation_class_name": null,
2589
+ "description": "Microsoft Basic Render Driver",
2590
+ "device_class": "SYSTEM",
2591
+ "device_id": "ROOT\\BASICRENDER\\0000",
2592
+ "device_name": "Microsoft Basic Render Driver",
2593
+ "dev_loader": null,
2594
+ "driver_date": "20060621000000.******+***",
2595
+ "driver_name": null,
2596
+ "driver_provider_name": "Microsoft",
2597
+ "driver_version": "6.2.9200.16384",
2598
+ "friendly_name": null,
2599
+ "hard_ware_id": "ROOT\\BasicRender",
2600
+ "inf_name": "basicrender.inf",
2601
+ "install_date": null,
2602
+ "is_signed": true,
2603
+ "location": null,
2604
+ "manufacturer": "Microsoft",
2605
+ "name": null,
2606
+ "pdo": "\\Device\\0000000e",
2607
+ "signer": "Microsoft Windows",
2608
+ "started": null,
2609
+ "start_mode": null,
2610
+ "status": null,
2611
+ "system_creation_class_name": null,
2612
+ "system_name": null,
2613
+ "version": "6.2.9200.16384",
2614
+ "date": "20060621"
2615
+ },
2616
+ "ACPI Fixed Feature Button": {
2617
+ "caption": null,
2618
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2619
+ "compat_id": null,
2620
+ "creation_class_name": null,
2621
+ "description": "ACPI Fixed Feature Button",
2622
+ "device_class": "SYSTEM",
2623
+ "device_id": "ACPI\\FIXEDBUTTON\\2&DABA3FF&1",
2624
+ "device_name": "ACPI Fixed Feature Button",
2625
+ "dev_loader": null,
2626
+ "driver_date": "20060621000000.******+***",
2627
+ "driver_name": null,
2628
+ "driver_provider_name": "Microsoft",
2629
+ "driver_version": "6.2.9200.16384",
2630
+ "friendly_name": null,
2631
+ "hard_ware_id": "ACPI\\VEN_Fixe&DEV_dButton",
2632
+ "inf_name": "machine.inf",
2633
+ "install_date": null,
2634
+ "is_signed": true,
2635
+ "location": null,
2636
+ "manufacturer": "(Standard system devices)",
2637
+ "name": null,
2638
+ "pdo": "\\Device\\0000001c",
2639
+ "signer": "Microsoft Windows",
2640
+ "started": null,
2641
+ "start_mode": null,
2642
+ "status": null,
2643
+ "system_creation_class_name": null,
2644
+ "system_name": null,
2645
+ "version": "6.2.9200.16384",
2646
+ "date": "20060621"
2647
+ },
2648
+ "High precision event timer": {
2649
+ "caption": null,
2650
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2651
+ "compat_id": null,
2652
+ "creation_class_name": null,
2653
+ "description": "High precision event timer",
2654
+ "device_class": "SYSTEM",
2655
+ "device_id": "ACPI\\PNP0103\\0",
2656
+ "device_name": "High precision event timer",
2657
+ "dev_loader": null,
2658
+ "driver_date": "20060621000000.******+***",
2659
+ "driver_name": null,
2660
+ "driver_provider_name": "Microsoft",
2661
+ "driver_version": "6.2.9200.16384",
2662
+ "friendly_name": null,
2663
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0103",
2664
+ "inf_name": "machine.inf",
2665
+ "install_date": null,
2666
+ "is_signed": true,
2667
+ "location": null,
2668
+ "manufacturer": "(Standard system devices)",
2669
+ "name": null,
2670
+ "pdo": "\\Device\\0000001e",
2671
+ "signer": "Microsoft Windows",
2672
+ "started": null,
2673
+ "start_mode": null,
2674
+ "status": null,
2675
+ "system_creation_class_name": null,
2676
+ "system_name": null,
2677
+ "version": "6.2.9200.16384",
2678
+ "date": "20060621"
2679
+ },
2680
+ "Motherboard resources": {
2681
+ "caption": null,
2682
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2683
+ "compat_id": null,
2684
+ "creation_class_name": null,
2685
+ "description": "Motherboard resources",
2686
+ "device_class": "SYSTEM",
2687
+ "device_id": "ACPI\\PNP0C02\\2&DABA3FF&1",
2688
+ "device_name": "Motherboard resources",
2689
+ "dev_loader": null,
2690
+ "driver_date": "20060621000000.******+***",
2691
+ "driver_name": null,
2692
+ "driver_provider_name": "Microsoft",
2693
+ "driver_version": "6.2.9200.16384",
2694
+ "friendly_name": null,
2695
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0C02",
2696
+ "inf_name": "machine.inf",
2697
+ "install_date": null,
2698
+ "is_signed": true,
2699
+ "location": null,
2700
+ "manufacturer": "(Standard system devices)",
2701
+ "name": null,
2702
+ "pdo": "\\Device\\0000001a",
2703
+ "signer": "Microsoft Windows",
2704
+ "started": null,
2705
+ "start_mode": null,
2706
+ "status": null,
2707
+ "system_creation_class_name": null,
2708
+ "system_name": null,
2709
+ "version": "6.2.9200.16384",
2710
+ "date": "20060621"
2711
+ },
2712
+ "Disk drive": {
2713
+ "caption": null,
2714
+ "class_guid": "{4d36e967-e325-11ce-bfc1-08002be10318}",
2715
+ "compat_id": "SCSI\\Disk",
2716
+ "creation_class_name": null,
2717
+ "description": "Disk drive",
2718
+ "device_class": "DISKDRIVE",
2719
+ "device_id": "SCSI\\DISK&VEN_XENSRC&PROD_PVDISK&REV_1.0\\000000",
2720
+ "device_name": "Disk drive",
2721
+ "dev_loader": null,
2722
+ "driver_date": "20060621000000.******+***",
2723
+ "driver_name": null,
2724
+ "driver_provider_name": "Microsoft",
2725
+ "driver_version": "6.2.9200.16736",
2726
+ "friendly_name": "XENSRC PVDISK SCSI Disk Device",
2727
+ "hard_ware_id": "SCSI\\DiskXENSRC__PVDISK__________1.0_",
2728
+ "inf_name": "disk.inf",
2729
+ "install_date": null,
2730
+ "is_signed": true,
2731
+ "location": "Bus Number 0, Target ID 0, LUN 0",
2732
+ "manufacturer": "(Standard disk drives)",
2733
+ "name": null,
2734
+ "pdo": "\\Device\\Scsi\\xenvbd1Port2Path0Target0Lun0",
2735
+ "signer": "Microsoft Windows",
2736
+ "started": null,
2737
+ "start_mode": null,
2738
+ "status": null,
2739
+ "system_creation_class_name": null,
2740
+ "system_name": null,
2741
+ "version": "6.2.9200.16736",
2742
+ "date": "20060621"
2743
+ },
2744
+ "Citrix PV SCSI Host Adapter": {
2745
+ "caption": null,
2746
+ "class_guid": "{4d36e97b-e325-11ce-bfc1-08002be10318}",
2747
+ "compat_id": "PCI\\VEN_5853&DEV_0001&REV_01",
2748
+ "creation_class_name": null,
2749
+ "description": "Citrix PV SCSI Host Adapter",
2750
+ "device_class": "SCSIADAPTER",
2751
+ "device_id": "PCI\\VEN_5853&DEV_0001&SUBSYS_00015853&REV_01\\3&267A616A&1&18",
2752
+ "device_name": "Citrix PV SCSI Host Adapter",
2753
+ "dev_loader": null,
2754
+ "driver_date": "20120615000000.******+***",
2755
+ "driver_name": null,
2756
+ "driver_provider_name": "Citrix Systems, Inc.",
2757
+ "driver_version": "6.0.2.56921",
2758
+ "friendly_name": null,
2759
+ "hard_ware_id": "PCI\\VEN_5853&DEV_0001&SUBSYS_00015853&REV_01",
2760
+ "inf_name": "oem1.inf",
2761
+ "install_date": null,
2762
+ "is_signed": true,
2763
+ "location": "PCI bus 0, device 3, function 0",
2764
+ "manufacturer": "Citrix Systems, Inc.",
2765
+ "name": null,
2766
+ "pdo": "\\Device\\NTPNP_PCI0005",
2767
+ "signer": "Microsoft Windows Hardware Compatibility Publisher",
2768
+ "started": null,
2769
+ "start_mode": null,
2770
+ "status": null,
2771
+ "system_creation_class_name": null,
2772
+ "system_name": null,
2773
+ "version": "6.0.2.56921",
2774
+ "date": "20120615"
2775
+ },
2776
+ "Generic Non-PnP Monitor": {
2777
+ "caption": null,
2778
+ "class_guid": "{4d36e96e-e325-11ce-bfc1-08002be10318}",
2779
+ "compat_id": "*PNP09FF",
2780
+ "creation_class_name": null,
2781
+ "description": "Generic Non-PnP Monitor",
2782
+ "device_class": "MONITOR",
2783
+ "device_id": "DISPLAY\\DEFAULT_MONITOR\\4&15DBA28B&0&UID0",
2784
+ "device_name": "Generic Non-PnP Monitor",
2785
+ "dev_loader": null,
2786
+ "driver_date": "20060621000000.******+***",
2787
+ "driver_name": null,
2788
+ "driver_provider_name": "Microsoft",
2789
+ "driver_version": "6.2.9200.16548",
2790
+ "friendly_name": null,
2791
+ "hard_ware_id": "MONITOR\\Default_Monitor",
2792
+ "inf_name": "monitor.inf",
2793
+ "install_date": null,
2794
+ "is_signed": true,
2795
+ "location": null,
2796
+ "manufacturer": "(Standard monitor types)",
2797
+ "name": null,
2798
+ "pdo": "\\Device\\0000002d",
2799
+ "signer": "Microsoft Windows",
2800
+ "started": null,
2801
+ "start_mode": null,
2802
+ "status": null,
2803
+ "system_creation_class_name": null,
2804
+ "system_name": null,
2805
+ "version": "6.2.9200.16548",
2806
+ "date": "20060621"
2807
+ },
2808
+ "Microsoft Basic Display Adapter": {
2809
+ "caption": null,
2810
+ "class_guid": "{4d36e968-e325-11ce-bfc1-08002be10318}",
2811
+ "compat_id": "PCI\\VEN_1013&DEV_00B8&REV_00",
2812
+ "creation_class_name": null,
2813
+ "description": "Microsoft Basic Display Adapter",
2814
+ "device_class": "DISPLAY",
2815
+ "device_id": "PCI\\VEN_1013&DEV_00B8&SUBSYS_00015853&REV_00\\3&267A616A&1&10",
2816
+ "device_name": "Microsoft Basic Display Adapter",
2817
+ "dev_loader": null,
2818
+ "driver_date": "20060621000000.******+***",
2819
+ "driver_name": null,
2820
+ "driver_provider_name": "Microsoft",
2821
+ "driver_version": "6.2.9200.16384",
2822
+ "friendly_name": null,
2823
+ "hard_ware_id": "PCI\\VEN_1013&DEV_00B8&SUBSYS_00015853&REV_00",
2824
+ "inf_name": "display.inf",
2825
+ "install_date": null,
2826
+ "is_signed": true,
2827
+ "location": "PCI bus 0, device 2, function 0",
2828
+ "manufacturer": "(Standard display types)",
2829
+ "name": null,
2830
+ "pdo": "\\Device\\NTPNP_PCI0004",
2831
+ "signer": "Microsoft Windows",
2832
+ "started": null,
2833
+ "start_mode": null,
2834
+ "status": null,
2835
+ "system_creation_class_name": null,
2836
+ "system_name": null,
2837
+ "version": "6.2.9200.16384",
2838
+ "date": "20060621"
2839
+ },
2840
+ "IDE Channel": {
2841
+ "caption": null,
2842
+ "class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
2843
+ "compat_id": "*PNP0600",
2844
+ "creation_class_name": null,
2845
+ "description": "IDE Channel",
2846
+ "device_class": "HDC",
2847
+ "device_id": "PCIIDE\\IDECHANNEL\\4&17497D5E&0&0",
2848
+ "device_name": "IDE Channel",
2849
+ "dev_loader": null,
2850
+ "driver_date": "20060621000000.******+***",
2851
+ "driver_name": null,
2852
+ "driver_provider_name": "Microsoft",
2853
+ "driver_version": "6.2.9200.16548",
2854
+ "friendly_name": "ATA Channel 0",
2855
+ "hard_ware_id": "Intel-PIIX3",
2856
+ "inf_name": "mshdc.inf",
2857
+ "install_date": null,
2858
+ "is_signed": true,
2859
+ "location": "Channel 0",
2860
+ "manufacturer": "(Standard IDE ATA/ATAPI controllers)",
2861
+ "name": null,
2862
+ "pdo": "\\Device\\Ide\\PciIde0Channel0",
2863
+ "signer": "Microsoft Windows",
2864
+ "started": null,
2865
+ "start_mode": null,
2866
+ "status": null,
2867
+ "system_creation_class_name": null,
2868
+ "system_name": null,
2869
+ "version": "6.2.9200.16548",
2870
+ "date": "20060621"
2871
+ },
2872
+ "Intel(R) 82371SB PCI Bus Master IDE Controller": {
2873
+ "caption": null,
2874
+ "class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
2875
+ "compat_id": "PCI\\VEN_8086&DEV_7010&REV_00",
2876
+ "creation_class_name": null,
2877
+ "description": "Intel(R) 82371SB PCI Bus Master IDE Controller",
2878
+ "device_class": "HDC",
2879
+ "device_id": "PCI\\VEN_8086&DEV_7010&SUBSYS_00015853&REV_00\\3&267A616A&1&09",
2880
+ "device_name": "Intel(R) 82371SB PCI Bus Master IDE Controller",
2881
+ "dev_loader": null,
2882
+ "driver_date": "20060621000000.******+***",
2883
+ "driver_name": null,
2884
+ "driver_provider_name": "Microsoft",
2885
+ "driver_version": "6.2.9200.16548",
2886
+ "friendly_name": null,
2887
+ "hard_ware_id": "PCI\\VEN_8086&DEV_7010&SUBSYS_00015853&REV_00",
2888
+ "inf_name": "mshdc.inf",
2889
+ "install_date": null,
2890
+ "is_signed": true,
2891
+ "location": "PCI bus 0, device 1, function 1",
2892
+ "manufacturer": "Intel",
2893
+ "name": null,
2894
+ "pdo": "\\Device\\NTPNP_PCI0002",
2895
+ "signer": "Microsoft Windows",
2896
+ "started": null,
2897
+ "start_mode": null,
2898
+ "status": null,
2899
+ "system_creation_class_name": null,
2900
+ "system_name": null,
2901
+ "version": "6.2.9200.16548",
2902
+ "date": "20060621"
2903
+ },
2904
+ "Printer Port Logical Interface": {
2905
+ "caption": null,
2906
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
2907
+ "compat_id": null,
2908
+ "creation_class_name": null,
2909
+ "description": "Printer Port Logical Interface",
2910
+ "device_class": "SYSTEM",
2911
+ "device_id": "LPTENUM\\MICROSOFTRAWPORT\\5&AA85288&0&LPT1",
2912
+ "device_name": "Printer Port Logical Interface",
2913
+ "dev_loader": null,
2914
+ "driver_date": "20060621000000.******+***",
2915
+ "driver_name": null,
2916
+ "driver_provider_name": "Microsoft",
2917
+ "driver_version": "6.2.9200.16384",
2918
+ "friendly_name": null,
2919
+ "hard_ware_id": "LPTENUM\\MicrosoftRawPort958A",
2920
+ "inf_name": "machine.inf",
2921
+ "install_date": null,
2922
+ "is_signed": true,
2923
+ "location": "LPT1",
2924
+ "manufacturer": "(Standard system devices)",
2925
+ "name": null,
2926
+ "pdo": "\\Device\\Parallel0",
2927
+ "signer": "Microsoft Windows",
2928
+ "started": null,
2929
+ "start_mode": null,
2930
+ "status": null,
2931
+ "system_creation_class_name": null,
2932
+ "system_name": null,
2933
+ "version": "6.2.9200.16384",
2934
+ "date": "20060621"
2935
+ },
2936
+ "Printer Port": {
2937
+ "caption": null,
2938
+ "class_guid": "{4d36e978-e325-11ce-bfc1-08002be10318}",
2939
+ "compat_id": null,
2940
+ "creation_class_name": null,
2941
+ "description": "Printer Port",
2942
+ "device_class": "PORTS",
2943
+ "device_id": "ACPI\\PNP0400\\2",
2944
+ "device_name": "Printer Port",
2945
+ "dev_loader": null,
2946
+ "driver_date": "20060621000000.******+***",
2947
+ "driver_name": null,
2948
+ "driver_provider_name": "Microsoft",
2949
+ "driver_version": "6.2.9200.16384",
2950
+ "friendly_name": "Printer Port (LPT1)",
2951
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0400",
2952
+ "inf_name": "msports.inf",
2953
+ "install_date": null,
2954
+ "is_signed": true,
2955
+ "location": null,
2956
+ "manufacturer": "(Standard port types)",
2957
+ "name": null,
2958
+ "pdo": "\\Device\\00000029",
2959
+ "signer": "Microsoft Windows",
2960
+ "started": null,
2961
+ "start_mode": null,
2962
+ "status": null,
2963
+ "system_creation_class_name": null,
2964
+ "system_name": null,
2965
+ "version": "6.2.9200.16384",
2966
+ "date": "20060621"
2967
+ },
2968
+ "Communications Port": {
2969
+ "caption": null,
2970
+ "class_guid": "{4d36e978-e325-11ce-bfc1-08002be10318}",
2971
+ "compat_id": null,
2972
+ "creation_class_name": null,
2973
+ "description": "Communications Port",
2974
+ "device_class": "PORTS",
2975
+ "device_id": "ACPI\\PNP0501\\1",
2976
+ "device_name": "Communications Port",
2977
+ "dev_loader": null,
2978
+ "driver_date": "20060621000000.******+***",
2979
+ "driver_name": null,
2980
+ "driver_provider_name": "Microsoft",
2981
+ "driver_version": "6.2.9200.16384",
2982
+ "friendly_name": "Communications Port (COM1)",
2983
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0501",
2984
+ "inf_name": "msports.inf",
2985
+ "install_date": null,
2986
+ "is_signed": true,
2987
+ "location": null,
2988
+ "manufacturer": "(Standard port types)",
2989
+ "name": null,
2990
+ "pdo": "\\Device\\00000028",
2991
+ "signer": "Microsoft Windows",
2992
+ "started": null,
2993
+ "start_mode": null,
2994
+ "status": null,
2995
+ "system_creation_class_name": null,
2996
+ "system_name": null,
2997
+ "version": "6.2.9200.16384",
2998
+ "date": "20060621"
2999
+ },
3000
+ "Standard floppy disk controller": {
3001
+ "caption": null,
3002
+ "class_guid": "{4d36e969-e325-11ce-bfc1-08002be10318}",
3003
+ "compat_id": null,
3004
+ "creation_class_name": null,
3005
+ "description": "Standard floppy disk controller",
3006
+ "device_class": "FDC",
3007
+ "device_id": "ACPI\\PNP0700\\4&1CF8B2B6&0",
3008
+ "device_name": "Standard floppy disk controller",
3009
+ "dev_loader": null,
3010
+ "driver_date": "20060621000000.******+***",
3011
+ "driver_name": null,
3012
+ "driver_provider_name": "Microsoft",
3013
+ "driver_version": "6.2.9200.16384",
3014
+ "friendly_name": null,
3015
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0700",
3016
+ "inf_name": "fdc.inf",
3017
+ "install_date": null,
3018
+ "is_signed": true,
3019
+ "location": null,
3020
+ "manufacturer": "(Standard floppy disk controllers)",
3021
+ "name": null,
3022
+ "pdo": "\\Device\\00000027",
3023
+ "signer": "Microsoft Windows",
3024
+ "started": null,
3025
+ "start_mode": null,
3026
+ "status": null,
3027
+ "system_creation_class_name": null,
3028
+ "system_name": null,
3029
+ "version": "6.2.9200.16384",
3030
+ "date": "20060621"
3031
+ },
3032
+ "Standard PS/2 Keyboard": {
3033
+ "caption": null,
3034
+ "class_guid": "{4d36e96b-e325-11ce-bfc1-08002be10318}",
3035
+ "compat_id": "*PNP030B",
3036
+ "creation_class_name": null,
3037
+ "description": "Standard PS/2 Keyboard",
3038
+ "device_class": "KEYBOARD",
3039
+ "device_id": "ACPI\\PNP0303\\4&1CF8B2B6&0",
3040
+ "device_name": "Standard PS/2 Keyboard",
3041
+ "dev_loader": null,
3042
+ "driver_date": "20060621000000.******+***",
3043
+ "driver_name": null,
3044
+ "driver_provider_name": "Microsoft",
3045
+ "driver_version": "6.2.9200.16548",
3046
+ "friendly_name": null,
3047
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0303",
3048
+ "inf_name": "keyboard.inf",
3049
+ "install_date": null,
3050
+ "is_signed": true,
3051
+ "location": null,
3052
+ "manufacturer": "(Standard keyboards)",
3053
+ "name": null,
3054
+ "pdo": "\\Device\\00000026",
3055
+ "signer": "Microsoft Windows",
3056
+ "started": null,
3057
+ "start_mode": null,
3058
+ "status": null,
3059
+ "system_creation_class_name": null,
3060
+ "system_name": null,
3061
+ "version": "6.2.9200.16548",
3062
+ "date": "20060621"
3063
+ },
3064
+ "PS/2 Compatible Mouse": {
3065
+ "caption": null,
3066
+ "class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
3067
+ "compat_id": "*PNP0F13",
3068
+ "creation_class_name": null,
3069
+ "description": "PS/2 Compatible Mouse",
3070
+ "device_class": "MOUSE",
3071
+ "device_id": "ACPI\\PNP0F13\\4&1CF8B2B6&0",
3072
+ "device_name": "PS/2 Compatible Mouse",
3073
+ "dev_loader": null,
3074
+ "driver_date": "20060621000000.******+***",
3075
+ "driver_name": null,
3076
+ "driver_provider_name": "Microsoft",
3077
+ "driver_version": "6.2.9200.16548",
3078
+ "friendly_name": null,
3079
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0F13",
3080
+ "inf_name": "msmouse.inf",
3081
+ "install_date": null,
3082
+ "is_signed": true,
3083
+ "location": null,
3084
+ "manufacturer": "Microsoft",
3085
+ "name": null,
3086
+ "pdo": "\\Device\\00000025",
3087
+ "signer": "Microsoft Windows",
3088
+ "started": null,
3089
+ "start_mode": null,
3090
+ "status": null,
3091
+ "system_creation_class_name": null,
3092
+ "system_name": null,
3093
+ "version": "6.2.9200.16548",
3094
+ "date": "20060621"
3095
+ },
3096
+ "System speaker": {
3097
+ "caption": null,
3098
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3099
+ "compat_id": null,
3100
+ "creation_class_name": null,
3101
+ "description": "System speaker",
3102
+ "device_class": "SYSTEM",
3103
+ "device_id": "ACPI\\PNP0800\\4&1CF8B2B6&0",
3104
+ "device_name": "System speaker",
3105
+ "dev_loader": null,
3106
+ "driver_date": "20060621000000.******+***",
3107
+ "driver_name": null,
3108
+ "driver_provider_name": "Microsoft",
3109
+ "driver_version": "6.2.9200.16384",
3110
+ "friendly_name": null,
3111
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0800",
3112
+ "inf_name": "machine.inf",
3113
+ "install_date": null,
3114
+ "is_signed": true,
3115
+ "location": null,
3116
+ "manufacturer": "(Standard system devices)",
3117
+ "name": null,
3118
+ "pdo": "\\Device\\00000024",
3119
+ "signer": "Microsoft Windows",
3120
+ "started": null,
3121
+ "start_mode": null,
3122
+ "status": null,
3123
+ "system_creation_class_name": null,
3124
+ "system_name": null,
3125
+ "version": "6.2.9200.16384",
3126
+ "date": "20060621"
3127
+ },
3128
+ "System CMOS/real time clock": {
3129
+ "caption": null,
3130
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3131
+ "compat_id": null,
3132
+ "creation_class_name": null,
3133
+ "description": "System CMOS/real time clock",
3134
+ "device_class": "SYSTEM",
3135
+ "device_id": "ACPI\\PNP0B00\\4&1CF8B2B6&0",
3136
+ "device_name": "System CMOS/real time clock",
3137
+ "dev_loader": null,
3138
+ "driver_date": "20060621000000.******+***",
3139
+ "driver_name": null,
3140
+ "driver_provider_name": "Microsoft",
3141
+ "driver_version": "6.2.9200.16384",
3142
+ "friendly_name": null,
3143
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0B00",
3144
+ "inf_name": "machine.inf",
3145
+ "install_date": null,
3146
+ "is_signed": true,
3147
+ "location": null,
3148
+ "manufacturer": "(Standard system devices)",
3149
+ "name": null,
3150
+ "pdo": "\\Device\\00000023",
3151
+ "signer": "Microsoft Windows",
3152
+ "started": null,
3153
+ "start_mode": null,
3154
+ "status": null,
3155
+ "system_creation_class_name": null,
3156
+ "system_name": null,
3157
+ "version": "6.2.9200.16384",
3158
+ "date": "20060621"
3159
+ },
3160
+ "System timer": {
3161
+ "caption": null,
3162
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3163
+ "compat_id": null,
3164
+ "creation_class_name": null,
3165
+ "description": "System timer",
3166
+ "device_class": "SYSTEM",
3167
+ "device_id": "ACPI\\PNP0100\\4&1CF8B2B6&0",
3168
+ "device_name": "System timer",
3169
+ "dev_loader": null,
3170
+ "driver_date": "20060621000000.******+***",
3171
+ "driver_name": null,
3172
+ "driver_provider_name": "Microsoft",
3173
+ "driver_version": "6.2.9200.16384",
3174
+ "friendly_name": null,
3175
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0100",
3176
+ "inf_name": "machine.inf",
3177
+ "install_date": null,
3178
+ "is_signed": true,
3179
+ "location": null,
3180
+ "manufacturer": "(Standard system devices)",
3181
+ "name": null,
3182
+ "pdo": "\\Device\\00000022",
3183
+ "signer": "Microsoft Windows",
3184
+ "started": null,
3185
+ "start_mode": null,
3186
+ "status": null,
3187
+ "system_creation_class_name": null,
3188
+ "system_name": null,
3189
+ "version": "6.2.9200.16384",
3190
+ "date": "20060621"
3191
+ },
3192
+ "Direct memory access controller": {
3193
+ "caption": null,
3194
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3195
+ "compat_id": null,
3196
+ "creation_class_name": null,
3197
+ "description": "Direct memory access controller",
3198
+ "device_class": "SYSTEM",
3199
+ "device_id": "ACPI\\PNP0200\\4&1CF8B2B6&0",
3200
+ "device_name": "Direct memory access controller",
3201
+ "dev_loader": null,
3202
+ "driver_date": "20060621000000.******+***",
3203
+ "driver_name": null,
3204
+ "driver_provider_name": "Microsoft",
3205
+ "driver_version": "6.2.9200.16384",
3206
+ "friendly_name": null,
3207
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0200",
3208
+ "inf_name": "machine.inf",
3209
+ "install_date": null,
3210
+ "is_signed": true,
3211
+ "location": null,
3212
+ "manufacturer": "(Standard system devices)",
3213
+ "name": null,
3214
+ "pdo": "\\Device\\00000021",
3215
+ "signer": "Microsoft Windows",
3216
+ "started": null,
3217
+ "start_mode": null,
3218
+ "status": null,
3219
+ "system_creation_class_name": null,
3220
+ "system_name": null,
3221
+ "version": "6.2.9200.16384",
3222
+ "date": "20060621"
3223
+ },
3224
+ "Programmable interrupt controller": {
3225
+ "caption": null,
3226
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3227
+ "compat_id": null,
3228
+ "creation_class_name": null,
3229
+ "description": "Programmable interrupt controller",
3230
+ "device_class": "SYSTEM",
3231
+ "device_id": "ACPI\\PNP0000\\4&1CF8B2B6&0",
3232
+ "device_name": "Programmable interrupt controller",
3233
+ "dev_loader": null,
3234
+ "driver_date": "20060621000000.******+***",
3235
+ "driver_name": null,
3236
+ "driver_provider_name": "Microsoft",
3237
+ "driver_version": "6.2.9200.16384",
3238
+ "friendly_name": null,
3239
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0000",
3240
+ "inf_name": "machine.inf",
3241
+ "install_date": null,
3242
+ "is_signed": true,
3243
+ "location": null,
3244
+ "manufacturer": "(Standard system devices)",
3245
+ "name": null,
3246
+ "pdo": "\\Device\\00000020",
3247
+ "signer": "Microsoft Windows",
3248
+ "started": null,
3249
+ "start_mode": null,
3250
+ "status": null,
3251
+ "system_creation_class_name": null,
3252
+ "system_name": null,
3253
+ "version": "6.2.9200.16384",
3254
+ "date": "20060621"
3255
+ },
3256
+ "Intel 82371SB PCI to ISA bridge": {
3257
+ "caption": null,
3258
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3259
+ "compat_id": "PCI\\VEN_8086&DEV_7000&REV_00",
3260
+ "creation_class_name": null,
3261
+ "description": "Intel 82371SB PCI to ISA bridge",
3262
+ "device_class": "SYSTEM",
3263
+ "device_id": "PCI\\VEN_8086&DEV_7000&SUBSYS_11001AF4&REV_00\\3&267A616A&1&08",
3264
+ "device_name": "Intel 82371SB PCI to ISA bridge",
3265
+ "dev_loader": null,
3266
+ "driver_date": "20060621000000.******+***",
3267
+ "driver_name": null,
3268
+ "driver_provider_name": "Microsoft",
3269
+ "driver_version": "6.2.9200.16384",
3270
+ "friendly_name": null,
3271
+ "hard_ware_id": "PCI\\VEN_8086&DEV_7000&SUBSYS_11001AF4&REV_00",
3272
+ "inf_name": "machine.inf",
3273
+ "install_date": null,
3274
+ "is_signed": true,
3275
+ "location": "PCI bus 0, device 1, function 0",
3276
+ "manufacturer": "Intel",
3277
+ "name": null,
3278
+ "pdo": "\\Device\\NTPNP_PCI0001",
3279
+ "signer": "Microsoft Windows",
3280
+ "started": null,
3281
+ "start_mode": null,
3282
+ "status": null,
3283
+ "system_creation_class_name": null,
3284
+ "system_name": null,
3285
+ "version": "6.2.9200.16384",
3286
+ "date": "20060621"
3287
+ },
3288
+ "Intel 82441FX Pentium(R) Pro Processor to PCI bridge": {
3289
+ "caption": null,
3290
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3291
+ "compat_id": "PCI\\VEN_8086&DEV_1237&REV_02",
3292
+ "creation_class_name": null,
3293
+ "description": "Intel 82441FX Pentium(R) Pro Processor to PCI bridge",
3294
+ "device_class": "SYSTEM",
3295
+ "device_id": "PCI\\VEN_8086&DEV_1237&SUBSYS_11001AF4&REV_02\\3&267A616A&1&00",
3296
+ "device_name": "Intel 82441FX Pentium(R) Pro Processor to PCI bridge",
3297
+ "dev_loader": null,
3298
+ "driver_date": "20060621000000.******+***",
3299
+ "driver_name": null,
3300
+ "driver_provider_name": "Microsoft",
3301
+ "driver_version": "6.2.9200.16384",
3302
+ "friendly_name": null,
3303
+ "hard_ware_id": "PCI\\VEN_8086&DEV_1237&SUBSYS_11001AF4&REV_02",
3304
+ "inf_name": "machine.inf",
3305
+ "install_date": null,
3306
+ "is_signed": true,
3307
+ "location": "PCI bus 0, device 0, function 0",
3308
+ "manufacturer": "Intel",
3309
+ "name": null,
3310
+ "pdo": "\\Device\\NTPNP_PCI0000",
3311
+ "signer": "Microsoft Windows",
3312
+ "started": null,
3313
+ "start_mode": null,
3314
+ "status": null,
3315
+ "system_creation_class_name": null,
3316
+ "system_name": null,
3317
+ "version": "6.2.9200.16384",
3318
+ "date": "20060621"
3319
+ },
3320
+ "PCI bus": {
3321
+ "caption": null,
3322
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3323
+ "compat_id": null,
3324
+ "creation_class_name": null,
3325
+ "description": "PCI bus",
3326
+ "device_class": "SYSTEM",
3327
+ "device_id": "ACPI\\PNP0A03\\0",
3328
+ "device_name": "PCI bus",
3329
+ "dev_loader": null,
3330
+ "driver_date": "20060621000000.******+***",
3331
+ "driver_name": null,
3332
+ "driver_provider_name": "Microsoft",
3333
+ "driver_version": "6.2.9200.16384",
3334
+ "friendly_name": null,
3335
+ "hard_ware_id": "ACPI\\VEN_PNP&DEV_0A03",
3336
+ "inf_name": "machine.inf",
3337
+ "install_date": null,
3338
+ "is_signed": true,
3339
+ "location": null,
3340
+ "manufacturer": "(Standard system devices)",
3341
+ "name": null,
3342
+ "pdo": "\\Device\\0000001b",
3343
+ "signer": "Microsoft Windows",
3344
+ "started": null,
3345
+ "start_mode": null,
3346
+ "status": null,
3347
+ "system_creation_class_name": null,
3348
+ "system_name": null,
3349
+ "version": "6.2.9200.16384",
3350
+ "date": "20060621"
3351
+ },
3352
+ "Intel Processor": {
3353
+ "caption": null,
3354
+ "class_guid": "{50127dc3-0f36-415e-a6cc-4cb3be910b65}",
3355
+ "compat_id": "ACPI\\Processor",
3356
+ "creation_class_name": null,
3357
+ "description": "Intel Processor",
3358
+ "device_class": "PROCESSOR",
3359
+ "device_id": "ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_45_-________INTEL(R)_XEON(R)_CPU_E5-2650_0_@_2.00GHZ\\_0",
3360
+ "device_name": "Intel Processor",
3361
+ "dev_loader": null,
3362
+ "driver_date": "20090421000000.******+***",
3363
+ "driver_name": null,
3364
+ "driver_provider_name": "Microsoft",
3365
+ "driver_version": "6.2.9200.16451",
3366
+ "friendly_name": "Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz",
3367
+ "hard_ware_id": "ACPI\\GenuineIntel_-_Intel64_Family_6_Model_45",
3368
+ "inf_name": "cpu.inf",
3369
+ "install_date": null,
3370
+ "is_signed": true,
3371
+ "location": null,
3372
+ "manufacturer": "Intel",
3373
+ "name": null,
3374
+ "pdo": "\\Device\\00000019",
3375
+ "signer": "Microsoft Windows",
3376
+ "started": null,
3377
+ "start_mode": null,
3378
+ "status": null,
3379
+ "system_creation_class_name": null,
3380
+ "system_name": null,
3381
+ "version": "6.2.9200.16451",
3382
+ "date": "20090421"
3383
+ },
3384
+ "Microsoft ACPI-Compliant System": {
3385
+ "caption": null,
3386
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3387
+ "compat_id": null,
3388
+ "creation_class_name": null,
3389
+ "description": "Microsoft ACPI-Compliant System",
3390
+ "device_class": "SYSTEM",
3391
+ "device_id": "ACPI_HAL\\PNP0C08\\0",
3392
+ "device_name": "Microsoft ACPI-Compliant System",
3393
+ "dev_loader": null,
3394
+ "driver_date": "20060621000000.******+***",
3395
+ "driver_name": null,
3396
+ "driver_provider_name": "Microsoft",
3397
+ "driver_version": "6.2.9200.16420",
3398
+ "friendly_name": null,
3399
+ "hard_ware_id": "ACPI_HAL\\PNP0C08",
3400
+ "inf_name": "acpi.inf",
3401
+ "install_date": null,
3402
+ "is_signed": true,
3403
+ "location": null,
3404
+ "manufacturer": "Microsoft",
3405
+ "name": null,
3406
+ "pdo": "\\Device\\00000018",
3407
+ "signer": "Microsoft Windows",
3408
+ "started": null,
3409
+ "start_mode": null,
3410
+ "status": null,
3411
+ "system_creation_class_name": null,
3412
+ "system_name": null,
3413
+ "version": "6.2.9200.16420",
3414
+ "date": "20060621"
3415
+ },
3416
+ "ACPI x64-based PC": {
3417
+ "caption": null,
3418
+ "class_guid": "{4d36e966-e325-11ce-bfc1-08002be10318}",
3419
+ "compat_id": "DETECTEDInternal\\ACPI_HAL",
3420
+ "creation_class_name": null,
3421
+ "description": "ACPI x64-based PC",
3422
+ "device_class": "COMPUTER",
3423
+ "device_id": "ROOT\\ACPI_HAL\\0000",
3424
+ "device_name": "ACPI x64-based PC",
3425
+ "dev_loader": null,
3426
+ "driver_date": "20060621000000.******+***",
3427
+ "driver_name": null,
3428
+ "driver_provider_name": "Microsoft",
3429
+ "driver_version": "6.2.9200.16384",
3430
+ "friendly_name": null,
3431
+ "hard_ware_id": "acpiapic",
3432
+ "inf_name": "hal.inf",
3433
+ "install_date": null,
3434
+ "is_signed": true,
3435
+ "location": null,
3436
+ "manufacturer": "(Standard computers)",
3437
+ "name": null,
3438
+ "pdo": "\\Device\\0000000d",
3439
+ "signer": "Microsoft Windows",
3440
+ "started": null,
3441
+ "start_mode": null,
3442
+ "status": null,
3443
+ "system_creation_class_name": null,
3444
+ "system_name": null,
3445
+ "version": "6.2.9200.16384",
3446
+ "date": "20060621"
3447
+ },
3448
+ "Remote Desktop Mouse Device": {
3449
+ "caption": null,
3450
+ "class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
3451
+ "compat_id": "TI_COMPAT_DEVICE",
3452
+ "creation_class_name": null,
3453
+ "description": "Remote Desktop Mouse Device",
3454
+ "device_class": "MOUSE",
3455
+ "device_id": "TERMINPUT_BUS\\UMB\\2&2C22BCC9&0&SESSION2MOUSE0",
3456
+ "device_name": "Remote Desktop Mouse Device",
3457
+ "dev_loader": null,
3458
+ "driver_date": "20090421000000.******+***",
3459
+ "driver_name": null,
3460
+ "driver_provider_name": "Microsoft",
3461
+ "driver_version": "6.2.9200.16384",
3462
+ "friendly_name": null,
3463
+ "hard_ware_id": "TS_INPT\\TS_MOU",
3464
+ "inf_name": "termmou.inf",
3465
+ "install_date": null,
3466
+ "is_signed": true,
3467
+ "location": null,
3468
+ "manufacturer": "(Standard mouse types)",
3469
+ "name": null,
3470
+ "pdo": "\\Device\\0000004a",
3471
+ "signer": "Microsoft Windows",
3472
+ "started": null,
3473
+ "start_mode": null,
3474
+ "status": null,
3475
+ "system_creation_class_name": null,
3476
+ "system_name": null,
3477
+ "version": "6.2.9200.16384",
3478
+ "date": "20090421"
3479
+ },
3480
+ "Remote Desktop Keyboard Device": {
3481
+ "caption": null,
3482
+ "class_guid": "{4d36e96b-e325-11ce-bfc1-08002be10318}",
3483
+ "compat_id": "TI_COMPAT_DEVICE",
3484
+ "creation_class_name": null,
3485
+ "description": "Remote Desktop Keyboard Device",
3486
+ "device_class": "KEYBOARD",
3487
+ "device_id": "TERMINPUT_BUS\\UMB\\2&2C22BCC9&0&SESSION2KEYBOARD0",
3488
+ "device_name": "Remote Desktop Keyboard Device",
3489
+ "dev_loader": null,
3490
+ "driver_date": "20090421000000.******+***",
3491
+ "driver_name": null,
3492
+ "driver_provider_name": "Microsoft",
3493
+ "driver_version": "6.2.9200.16384",
3494
+ "friendly_name": null,
3495
+ "hard_ware_id": "TS_INPT\\TS_KBD",
3496
+ "inf_name": "termkbd.inf",
3497
+ "install_date": null,
3498
+ "is_signed": true,
3499
+ "location": null,
3500
+ "manufacturer": "(Standard system devices)",
3501
+ "name": null,
3502
+ "pdo": "\\Device\\00000049",
3503
+ "signer": "Microsoft Windows",
3504
+ "started": null,
3505
+ "start_mode": null,
3506
+ "status": null,
3507
+ "system_creation_class_name": null,
3508
+ "system_name": null,
3509
+ "version": "6.2.9200.16384",
3510
+ "date": "20090421"
3511
+ },
3512
+ "UMBus Enumerator": {
3513
+ "caption": null,
3514
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3515
+ "compat_id": "",
3516
+ "creation_class_name": null,
3517
+ "description": "UMBus Enumerator",
3518
+ "device_class": "SYSTEM",
3519
+ "device_id": "UMB\\UMB\\1&841921D&0&TERMINPUT_BUS",
3520
+ "device_name": "UMBus Enumerator",
3521
+ "dev_loader": null,
3522
+ "driver_date": "20060621000000.******+***",
3523
+ "driver_name": null,
3524
+ "driver_provider_name": "Microsoft",
3525
+ "driver_version": "6.2.9200.16384",
3526
+ "friendly_name": null,
3527
+ "hard_ware_id": "UMB\\UMBUS",
3528
+ "inf_name": "umbus.inf",
3529
+ "install_date": null,
3530
+ "is_signed": true,
3531
+ "location": null,
3532
+ "manufacturer": "Microsoft",
3533
+ "name": null,
3534
+ "pdo": "\\Device\\0000002e",
3535
+ "signer": "Microsoft Windows",
3536
+ "started": null,
3537
+ "start_mode": null,
3538
+ "status": null,
3539
+ "system_creation_class_name": null,
3540
+ "system_name": null,
3541
+ "version": "6.2.9200.16384",
3542
+ "date": "20060621"
3543
+ },
3544
+ "UMBus Root Bus Enumerator": {
3545
+ "caption": null,
3546
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3547
+ "compat_id": null,
3548
+ "creation_class_name": null,
3549
+ "description": "UMBus Root Bus Enumerator",
3550
+ "device_class": "SYSTEM",
3551
+ "device_id": "ROOT\\UMBUS\\0000",
3552
+ "device_name": "UMBus Root Bus Enumerator",
3553
+ "dev_loader": null,
3554
+ "driver_date": "20060621000000.******+***",
3555
+ "driver_name": null,
3556
+ "driver_provider_name": "Microsoft",
3557
+ "driver_version": "6.2.9200.16384",
3558
+ "friendly_name": null,
3559
+ "hard_ware_id": "root\\umbus",
3560
+ "inf_name": "umbus.inf",
3561
+ "install_date": null,
3562
+ "is_signed": true,
3563
+ "location": null,
3564
+ "manufacturer": "Microsoft",
3565
+ "name": null,
3566
+ "pdo": "\\Device\\0000000c",
3567
+ "signer": "Microsoft Windows",
3568
+ "started": null,
3569
+ "start_mode": null,
3570
+ "status": null,
3571
+ "system_creation_class_name": null,
3572
+ "system_name": null,
3573
+ "version": "6.2.9200.16384",
3574
+ "date": "20060621"
3575
+ },
3576
+ "WAN Miniport (IPv6)": {
3577
+ "caption": null,
3578
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
3579
+ "compat_id": null,
3580
+ "creation_class_name": null,
3581
+ "description": "WAN Miniport (IPv6)",
3582
+ "device_class": "NET",
3583
+ "device_id": "ROOT\\MS_NDISWANIPV6\\0000",
3584
+ "device_name": "WAN Miniport (IPv6)",
3585
+ "dev_loader": null,
3586
+ "driver_date": "20060621000000.******+***",
3587
+ "driver_name": null,
3588
+ "driver_provider_name": "Microsoft",
3589
+ "driver_version": "6.2.9200.16384",
3590
+ "friendly_name": "WAN Miniport (IPv6)",
3591
+ "hard_ware_id": "ms_ndiswanipv6",
3592
+ "inf_name": "netrasa.inf",
3593
+ "install_date": null,
3594
+ "is_signed": true,
3595
+ "location": null,
3596
+ "manufacturer": "Microsoft",
3597
+ "name": null,
3598
+ "pdo": "\\Device\\0000000b",
3599
+ "signer": "Microsoft Windows",
3600
+ "started": null,
3601
+ "start_mode": null,
3602
+ "status": null,
3603
+ "system_creation_class_name": null,
3604
+ "system_name": null,
3605
+ "version": "6.2.9200.16384",
3606
+ "date": "20060621"
3607
+ },
3608
+ "Microsoft Kernel Debug Network Adapter": {
3609
+ "caption": null,
3610
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
3611
+ "compat_id": null,
3612
+ "creation_class_name": null,
3613
+ "description": "Microsoft Kernel Debug Network Adapter",
3614
+ "device_class": "NET",
3615
+ "device_id": "ROOT\\KDNIC\\0000",
3616
+ "device_name": "Microsoft Kernel Debug Network Adapter",
3617
+ "dev_loader": null,
3618
+ "driver_date": "20060621000000.******+***",
3619
+ "driver_name": null,
3620
+ "driver_provider_name": "Microsoft",
3621
+ "driver_version": "6.2.9200.16384",
3622
+ "friendly_name": "Microsoft Kernel Debug Network Adapter",
3623
+ "hard_ware_id": "root\\kdnic",
3624
+ "inf_name": "kdnic.inf",
3625
+ "install_date": null,
3626
+ "is_signed": true,
3627
+ "location": null,
3628
+ "manufacturer": "Microsoft",
3629
+ "name": null,
3630
+ "pdo": "\\Device\\0000000a",
3631
+ "signer": "Microsoft Windows",
3632
+ "started": null,
3633
+ "start_mode": null,
3634
+ "status": null,
3635
+ "system_creation_class_name": null,
3636
+ "system_name": null,
3637
+ "version": "6.2.9200.16384",
3638
+ "date": "20060621"
3639
+ },
3640
+ "Microsoft Storage Spaces Controller": {
3641
+ "caption": null,
3642
+ "class_guid": "{4d36e97b-e325-11ce-bfc1-08002be10318}",
3643
+ "compat_id": "DETECTEDInternal\\spaceport",
3644
+ "creation_class_name": null,
3645
+ "description": "Microsoft Storage Spaces Controller",
3646
+ "device_class": "SCSIADAPTER",
3647
+ "device_id": "ROOT\\SPACEPORT\\0000",
3648
+ "device_name": "Microsoft Storage Spaces Controller",
3649
+ "dev_loader": null,
3650
+ "driver_date": "20060621000000.******+***",
3651
+ "driver_name": null,
3652
+ "driver_provider_name": "Microsoft",
3653
+ "driver_version": "6.2.9200.16731",
3654
+ "friendly_name": null,
3655
+ "hard_ware_id": "Root\\Spaceport",
3656
+ "inf_name": "spaceport.inf",
3657
+ "install_date": null,
3658
+ "is_signed": true,
3659
+ "location": null,
3660
+ "manufacturer": "Microsoft",
3661
+ "name": null,
3662
+ "pdo": "\\Device\\00000009",
3663
+ "signer": "Microsoft Windows",
3664
+ "started": null,
3665
+ "start_mode": null,
3666
+ "status": null,
3667
+ "system_creation_class_name": null,
3668
+ "system_name": null,
3669
+ "version": "6.2.9200.16731",
3670
+ "date": "20060621"
3671
+ },
3672
+ "Microsoft Virtual Drive Enumerator": {
3673
+ "caption": null,
3674
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3675
+ "compat_id": null,
3676
+ "creation_class_name": null,
3677
+ "description": "Microsoft Virtual Drive Enumerator",
3678
+ "device_class": "SYSTEM",
3679
+ "device_id": "ROOT\\VDRVROOT\\0000",
3680
+ "device_name": "Microsoft Virtual Drive Enumerator",
3681
+ "dev_loader": null,
3682
+ "driver_date": "20060621000000.******+***",
3683
+ "driver_name": null,
3684
+ "driver_provider_name": "Microsoft",
3685
+ "driver_version": "6.2.9200.16384",
3686
+ "friendly_name": null,
3687
+ "hard_ware_id": "ROOT\\vdrvroot",
3688
+ "inf_name": "vdrvroot.inf",
3689
+ "install_date": null,
3690
+ "is_signed": true,
3691
+ "location": null,
3692
+ "manufacturer": "Microsoft",
3693
+ "name": null,
3694
+ "pdo": "\\Device\\00000008",
3695
+ "signer": "Microsoft Windows",
3696
+ "started": null,
3697
+ "start_mode": null,
3698
+ "status": null,
3699
+ "system_creation_class_name": null,
3700
+ "system_name": null,
3701
+ "version": "6.2.9200.16384",
3702
+ "date": "20060621"
3703
+ },
3704
+ "Composite Bus Enumerator": {
3705
+ "caption": null,
3706
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3707
+ "compat_id": null,
3708
+ "creation_class_name": null,
3709
+ "description": "Composite Bus Enumerator",
3710
+ "device_class": "SYSTEM",
3711
+ "device_id": "ROOT\\COMPOSITEBUS\\0000",
3712
+ "device_name": "Composite Bus Enumerator",
3713
+ "dev_loader": null,
3714
+ "driver_date": "20060621000000.******+***",
3715
+ "driver_name": null,
3716
+ "driver_provider_name": "Microsoft",
3717
+ "driver_version": "6.2.9200.16384",
3718
+ "friendly_name": null,
3719
+ "hard_ware_id": "ROOT\\CompositeBus",
3720
+ "inf_name": "CompositeBus.inf",
3721
+ "install_date": null,
3722
+ "is_signed": true,
3723
+ "location": null,
3724
+ "manufacturer": "Microsoft",
3725
+ "name": null,
3726
+ "pdo": "\\Device\\00000007",
3727
+ "signer": "Microsoft Windows",
3728
+ "started": null,
3729
+ "start_mode": null,
3730
+ "status": null,
3731
+ "system_creation_class_name": null,
3732
+ "system_name": null,
3733
+ "version": "6.2.9200.16384",
3734
+ "date": "20060621"
3735
+ },
3736
+ "Microsoft Teredo Tunneling Adapter": {
3737
+ "caption": null,
3738
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
3739
+ "compat_id": null,
3740
+ "creation_class_name": null,
3741
+ "description": "Microsoft Teredo Tunneling Adapter",
3742
+ "device_class": "NET",
3743
+ "device_id": "ROOT\\*TEREDO\\0000",
3744
+ "device_name": "Microsoft Teredo Tunneling Adapter",
3745
+ "dev_loader": null,
3746
+ "driver_date": "20060621000000.******+***",
3747
+ "driver_name": null,
3748
+ "driver_provider_name": "Microsoft",
3749
+ "driver_version": "6.2.9200.16384",
3750
+ "friendly_name": "Teredo Tunneling Pseudo-Interface",
3751
+ "hard_ware_id": "*TEREDO",
3752
+ "inf_name": "nettun.inf",
3753
+ "install_date": null,
3754
+ "is_signed": true,
3755
+ "location": null,
3756
+ "manufacturer": "Microsoft",
3757
+ "name": null,
3758
+ "pdo": "\\Device\\00000006",
3759
+ "signer": "Microsoft Windows",
3760
+ "started": null,
3761
+ "start_mode": null,
3762
+ "status": null,
3763
+ "system_creation_class_name": null,
3764
+ "system_name": null,
3765
+ "version": "6.2.9200.16384",
3766
+ "date": "20060621"
3767
+ },
3768
+ "WAN Miniport (IKEv2)": {
3769
+ "caption": null,
3770
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
3771
+ "compat_id": null,
3772
+ "creation_class_name": null,
3773
+ "description": "WAN Miniport (IKEv2)",
3774
+ "device_class": "NET",
3775
+ "device_id": "ROOT\\MS_AGILEVPNMINIPORT\\0000",
3776
+ "device_name": "WAN Miniport (IKEv2)",
3777
+ "dev_loader": null,
3778
+ "driver_date": "20060621000000.******+***",
3779
+ "driver_name": null,
3780
+ "driver_provider_name": "Microsoft",
3781
+ "driver_version": "6.2.9200.16384",
3782
+ "friendly_name": "WAN Miniport (IKEv2)",
3783
+ "hard_ware_id": "ms_agilevpnminiport",
3784
+ "inf_name": "netavpna.inf",
3785
+ "install_date": null,
3786
+ "is_signed": true,
3787
+ "location": null,
3788
+ "manufacturer": "Microsoft",
3789
+ "name": null,
3790
+ "pdo": "\\Device\\00000005",
3791
+ "signer": "Microsoft Windows",
3792
+ "started": null,
3793
+ "start_mode": null,
3794
+ "status": null,
3795
+ "system_creation_class_name": null,
3796
+ "system_name": null,
3797
+ "version": "6.2.9200.16384",
3798
+ "date": "20060621"
3799
+ },
3800
+ "WAN Miniport (SSTP)": {
3801
+ "caption": null,
3802
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
3803
+ "compat_id": null,
3804
+ "creation_class_name": null,
3805
+ "description": "WAN Miniport (SSTP)",
3806
+ "device_class": "NET",
3807
+ "device_id": "ROOT\\MS_SSTPMINIPORT\\0000",
3808
+ "device_name": "WAN Miniport (SSTP)",
3809
+ "dev_loader": null,
3810
+ "driver_date": "20060621000000.******+***",
3811
+ "driver_name": null,
3812
+ "driver_provider_name": "Microsoft",
3813
+ "driver_version": "6.2.9200.16384",
3814
+ "friendly_name": "WAN Miniport (SSTP)",
3815
+ "hard_ware_id": "ms_sstpminiport",
3816
+ "inf_name": "netsstpa.inf",
3817
+ "install_date": null,
3818
+ "is_signed": true,
3819
+ "location": null,
3820
+ "manufacturer": "Microsoft",
3821
+ "name": null,
3822
+ "pdo": "\\Device\\00000004",
3823
+ "signer": "Microsoft Windows",
3824
+ "started": null,
3825
+ "start_mode": null,
3826
+ "status": null,
3827
+ "system_creation_class_name": null,
3828
+ "system_name": null,
3829
+ "version": "6.2.9200.16384",
3830
+ "date": "20060621"
3831
+ },
3832
+ "WAN Miniport (IP)": {
3833
+ "caption": null,
3834
+ "class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
3835
+ "compat_id": null,
3836
+ "creation_class_name": null,
3837
+ "description": "WAN Miniport (IP)",
3838
+ "device_class": "NET",
3839
+ "device_id": "ROOT\\MS_NDISWANIP\\0000",
3840
+ "device_name": "WAN Miniport (IP)",
3841
+ "dev_loader": null,
3842
+ "driver_date": "20060621000000.******+***",
3843
+ "driver_name": null,
3844
+ "driver_provider_name": "Microsoft",
3845
+ "driver_version": "6.2.9200.16384",
3846
+ "friendly_name": "WAN Miniport (IP)",
3847
+ "hard_ware_id": "ms_ndiswanip",
3848
+ "inf_name": "netrasa.inf",
3849
+ "install_date": null,
3850
+ "is_signed": true,
3851
+ "location": null,
3852
+ "manufacturer": "Microsoft",
3853
+ "name": null,
3854
+ "pdo": "\\Device\\00000003",
3855
+ "signer": "Microsoft Windows",
3856
+ "started": null,
3857
+ "start_mode": null,
3858
+ "status": null,
3859
+ "system_creation_class_name": null,
3860
+ "system_name": null,
3861
+ "version": "6.2.9200.16384",
3862
+ "date": "20060621"
3863
+ },
3864
+ "Microsoft Basic Display Driver": {
3865
+ "caption": null,
3866
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3867
+ "compat_id": null,
3868
+ "creation_class_name": null,
3869
+ "description": "Microsoft Basic Display Driver",
3870
+ "device_class": "SYSTEM",
3871
+ "device_id": "ROOT\\BASICDISPLAY\\0000",
3872
+ "device_name": "Microsoft Basic Display Driver",
3873
+ "dev_loader": null,
3874
+ "driver_date": "20060621000000.******+***",
3875
+ "driver_name": null,
3876
+ "driver_provider_name": "Microsoft",
3877
+ "driver_version": "6.2.9200.16384",
3878
+ "friendly_name": null,
3879
+ "hard_ware_id": "ROOT\\BasicDisplay",
3880
+ "inf_name": "basicdisplay.inf",
3881
+ "install_date": null,
3882
+ "is_signed": true,
3883
+ "location": null,
3884
+ "manufacturer": "(Standard display types)",
3885
+ "name": null,
3886
+ "pdo": "\\Device\\00000002",
3887
+ "signer": "Microsoft Windows",
3888
+ "started": null,
3889
+ "start_mode": null,
3890
+ "status": null,
3891
+ "system_creation_class_name": null,
3892
+ "system_name": null,
3893
+ "version": "6.2.9200.16384",
3894
+ "date": "20060621"
3895
+ },
3896
+ "Generic volume": {
3897
+ "caption": null,
3898
+ "class_guid": "{71a27cdd-812a-11d0-bec7-08002be2092f}",
3899
+ "compat_id": null,
3900
+ "creation_class_name": null,
3901
+ "description": "Generic volume",
3902
+ "device_class": "VOLUME",
3903
+ "device_id": "STORAGE\\VOLUME\\{F1E0C18E-ED0D-11E1-93EC-806E6F6E6963}#0000000000100000",
3904
+ "device_name": "Generic volume",
3905
+ "dev_loader": null,
3906
+ "driver_date": "20060621000000.******+***",
3907
+ "driver_name": null,
3908
+ "driver_provider_name": "Microsoft",
3909
+ "driver_version": "6.2.9200.16628",
3910
+ "friendly_name": null,
3911
+ "hard_ware_id": "STORAGE\\Volume",
3912
+ "inf_name": "volume.inf",
3913
+ "install_date": null,
3914
+ "is_signed": true,
3915
+ "location": null,
3916
+ "manufacturer": "Microsoft",
3917
+ "name": null,
3918
+ "pdo": "\\Device\\HarddiskVolume1",
3919
+ "signer": "Microsoft Windows",
3920
+ "started": null,
3921
+ "start_mode": null,
3922
+ "status": null,
3923
+ "system_creation_class_name": null,
3924
+ "system_name": null,
3925
+ "version": "6.2.9200.16628",
3926
+ "date": "20060621"
3927
+ },
3928
+ "Volume Manager": {
3929
+ "caption": null,
3930
+ "class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
3931
+ "compat_id": "DETECTEDInternal\\volmgr",
3932
+ "creation_class_name": null,
3933
+ "description": "Volume Manager",
3934
+ "device_class": "SYSTEM",
3935
+ "device_id": "ROOT\\VOLMGR\\0000",
3936
+ "device_name": "Volume Manager",
3937
+ "dev_loader": null,
3938
+ "driver_date": "20060621000000.******+***",
3939
+ "driver_name": null,
3940
+ "driver_provider_name": "Microsoft",
3941
+ "driver_version": "6.2.9200.16384",
3942
+ "friendly_name": null,
3943
+ "hard_ware_id": "ROOT\\VOLMGR",
3944
+ "inf_name": "volmgr.inf",
3945
+ "install_date": null,
3946
+ "is_signed": true,
3947
+ "location": null,
3948
+ "manufacturer": "Microsoft",
3949
+ "name": null,
3950
+ "pdo": "\\Device\\00000001",
3951
+ "signer": "Microsoft Windows",
3952
+ "started": null,
3953
+ "start_mode": null,
3954
+ "status": null,
3955
+ "system_creation_class_name": null,
3956
+ "system_name": null,
3957
+ "version": "6.2.9200.16384",
3958
+ "date": "20060621"
3959
+ }
3960
+ }
3961
+ },
3962
+ "os": "windows",
3963
+ "os_version": "6.2.9200",
3964
+ "platform": "windows",
3965
+ "platform_version": "6.2.9200",
3966
+ "platform_family": "windows",
3967
+ "command": {
3968
+ },
3969
+ "dmi": {
3970
+ },
3971
+ "ohai_time": 1398636966.626534,
3972
+ "languages": {
3973
+ "ruby": {
3974
+ "platform": "i386-mingw32",
3975
+ "version": "1.9.3",
3976
+ "release_date": "2013-11-22",
3977
+ "target": "i386-pc-mingw32",
3978
+ "target_cpu": "i386",
3979
+ "target_vendor": "pc",
3980
+ "target_os": "mingw32",
3981
+ "host": "i686-pc-mingw32",
3982
+ "host_cpu": "i686",
3983
+ "host_os": "mingw32",
3984
+ "host_vendor": "pc",
3985
+ "bin_dir": "C:/opscode/chef/embedded/bin",
3986
+ "ruby_bin": "C:/opscode/chef/embedded/bin/ruby",
3987
+ "gems_dir": "C:/opscode/chef/embedded/lib/ruby/gems/1.9.1",
3988
+ "gem_bin": "C:/opscode/chef/embedded/bin/gem"
3989
+ }
3990
+ },
3991
+ "chef_packages": {
3992
+ "chef": {
3993
+ "version": "11.12.2",
3994
+ "chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.12.2-x86-mingw32/lib"
3995
+ },
3996
+ "ohai": {
3997
+ "version": "7.0.2",
3998
+ "ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.0.2/lib/ohai"
3999
+ }
4000
+ },
4001
+ "counters": {
4002
+ "network": {
4003
+ "interfaces": {
4004
+ "eth0": {
4005
+ "rx": {
4006
+ "bytes": "0",
4007
+ "packets": "0",
4008
+ "errors": "0",
4009
+ "drop": 0,
4010
+ "overrun": 0,
4011
+ "frame": 0,
4012
+ "compressed": 0,
4013
+ "multicast": 0
4014
+ },
4015
+ "tx": {
4016
+ "bytes": "342",
4017
+ "packets": "0",
4018
+ "errors": "0",
4019
+ "drop": 0,
4020
+ "overrun": 0,
4021
+ "collisions": "0",
4022
+ "carrier": 0,
4023
+ "compressed": 0
4024
+ }
4025
+ }
4026
+ }
4027
+ }
4028
+ },
4029
+ "current_user": "fauxhai",
4030
+ "domain": "local",
4031
+ "etc": {
4032
+ "passwd": {
4033
+ "fauxhai": {
4034
+ "dir": "/home/fauxhai",
4035
+ "gid": 0,
4036
+ "uid": 0,
4037
+ "shell": "/bin/bash",
4038
+ "gecos": "Fauxhai"
4039
+ }
4040
+ },
4041
+ "group": {
4042
+ "fauxhai": {
4043
+ "gid": 0,
4044
+ "members": [
4045
+ "fauxhai"
4046
+ ]
4047
+ }
4048
+ }
4049
+ },
4050
+ "hostname": "Fauxhai",
4051
+ "fqdn": "fauxhai.local",
4052
+ "ipaddress": "10.0.0.2",
4053
+ "keys": {
4054
+ "ssh": {
4055
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
4056
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
4057
+ }
4058
+ },
4059
+ "macaddress": "11:11:11:11:11:11",
4060
+ "network": {
4061
+ "default_gateway": "10.0.0.1",
4062
+ "default_interface": "eth0",
4063
+ "settings": {
4064
+ },
4065
+ "interfaces": {
4066
+ "eth0": {
4067
+ "addresses": {
4068
+ "10.0.0.2": {
4069
+ "broadcast": "10.0.0.255",
4070
+ "family": "inet",
4071
+ "netmask": "255.255.255.0",
4072
+ "prefixlen": "23",
4073
+ "scope": "Global"
4074
+ }
4075
+ },
4076
+ "arp": {
4077
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
4078
+ },
4079
+ "encapsulation": "Ethernet",
4080
+ "flags": [
4081
+ "BROADCAST",
4082
+ "MULTICAST",
4083
+ "UP",
4084
+ "LOWER_UP"
4085
+ ],
4086
+ "mtu": "1500",
4087
+ "number": "0",
4088
+ "routes": {
4089
+ "10.0.0.0/255": {
4090
+ "scope": "link",
4091
+ "src": "10.0.0.2"
4092
+ }
4093
+ },
4094
+ "state": "up",
4095
+ "type": "eth"
4096
+ }
4097
+ }
4098
+ },
4099
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
4100
+ "uptime_seconds": 2646450,
4101
+ "cpu": {
4102
+ "real": 1,
4103
+ "total": 1
4104
+ }
4105
+ }