fauxhai 2.3.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -28
- data/CONTRIBUTING.md +3 -3
- data/Gemfile +0 -1
- data/README.md +3 -3
- data/fauxhai.gemspec +2 -1
- data/lib/fauxhai/platforms/amazon/2015.03.json +323 -0
- data/lib/fauxhai/platforms/amazon/2015.09.json +332 -0
- data/lib/fauxhai/platforms/centos/5.0.json +710 -0
- data/lib/fauxhai/platforms/centos/5.1.json +730 -0
- data/lib/fauxhai/platforms/centos/5.10.json +288 -2092
- data/lib/fauxhai/platforms/centos/5.11.json +346 -3763
- data/lib/fauxhai/platforms/centos/5.2.json +742 -0
- data/lib/fauxhai/platforms/centos/5.3.json +770 -0
- data/lib/fauxhai/platforms/centos/5.4.json +774 -0
- data/lib/fauxhai/platforms/centos/5.5.json +790 -0
- data/lib/fauxhai/platforms/centos/5.6.json +874 -0
- data/lib/fauxhai/platforms/centos/5.7.json +878 -0
- data/lib/fauxhai/platforms/centos/5.8.json +333 -218
- data/lib/fauxhai/platforms/centos/5.9.json +355 -240
- data/lib/fauxhai/platforms/centos/6.0.json +332 -112
- data/lib/fauxhai/platforms/centos/6.1.json +633 -0
- data/lib/fauxhai/platforms/centos/6.2.json +462 -426
- data/lib/fauxhai/platforms/centos/6.3.json +470 -434
- data/lib/fauxhai/platforms/centos/6.4.json +389 -61
- data/lib/fauxhai/platforms/centos/6.5.json +280 -77
- data/lib/fauxhai/platforms/centos/6.6.json +372 -3680
- data/lib/fauxhai/platforms/centos/6.7.json +615 -0
- data/lib/fauxhai/platforms/centos/7.0.1406.json +294 -3611
- data/lib/fauxhai/platforms/centos/7.0.json +169 -2162
- data/lib/fauxhai/platforms/centos/7.1.1503.json +814 -0
- data/lib/fauxhai/platforms/debian/7.7.json +635 -0
- data/lib/fauxhai/platforms/debian/7.8.json +635 -0
- data/lib/fauxhai/platforms/debian/7.9.json +674 -0
- data/lib/fauxhai/platforms/debian/8.0.json +681 -0
- data/lib/fauxhai/platforms/debian/8.1.json +681 -0
- data/lib/fauxhai/platforms/debian/8.2.json +781 -0
- data/lib/fauxhai/platforms/debian/stretch/sid.json +611 -0
- data/lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json +155 -0
- data/lib/fauxhai/platforms/fedora/21.json +348 -91
- data/lib/fauxhai/platforms/fedora/22.json +752 -0
- data/lib/fauxhai/platforms/freebsd/10.0.json +1 -1
- data/lib/fauxhai/platforms/freebsd/10.1.json +316 -0
- data/lib/fauxhai/platforms/freebsd/10.2.json +316 -0
- data/lib/fauxhai/platforms/freebsd/9.1.json +141 -428
- data/lib/fauxhai/platforms/freebsd/9.2.json +25 -38
- data/lib/fauxhai/platforms/freebsd/9.3.json +316 -0
- data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +342 -0
- data/lib/fauxhai/platforms/mac_os_x/10.11.1.json +857 -0
- data/lib/fauxhai/platforms/nexus/5.json +300 -0
- data/lib/fauxhai/platforms/omnios/151014.json +2422 -0
- data/lib/fauxhai/platforms/opensuse/12.3.json +249 -2208
- data/lib/fauxhai/platforms/opensuse/13.1.json +166 -2193
- data/lib/fauxhai/platforms/opensuse/13.2.json +646 -0
- data/lib/fauxhai/platforms/oracle/6.6.json +377 -0
- data/lib/fauxhai/platforms/oracle/7.0.json +627 -0
- data/lib/fauxhai/platforms/oracle/7.1.json +821 -0
- data/lib/fauxhai/platforms/redhat/6.6.json +519 -0
- data/lib/fauxhai/platforms/redhat/7.1.json +746 -0
- data/lib/fauxhai/platforms/solaris2/5.11.json +1 -0
- data/lib/fauxhai/platforms/ubuntu/12.04.json +257 -190
- data/lib/fauxhai/platforms/ubuntu/14.04.json +246 -184
- data/lib/fauxhai/platforms/ubuntu/15.04.json +643 -0
- data/lib/fauxhai/platforms/ubuntu/15.10.json +651 -0
- data/lib/fauxhai/platforms/windows/10.json +3545 -0
- data/lib/fauxhai/platforms/windows/2003R2.json +7887 -7887
- data/lib/fauxhai/platforms/windows/2008R2.json +532 -770
- data/lib/fauxhai/platforms/windows/2012.json +728 -1257
- data/lib/fauxhai/platforms/windows/2012R2.json +737 -1063
- data/lib/fauxhai/platforms/windows/8.1.json +3512 -0
- data/lib/fauxhai/platforms/windows/8.json +3926 -0
- data/lib/fauxhai/runner.rb +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +61 -7
@@ -1,13 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"filesystem": {
|
3
3
|
"C:": {
|
4
|
-
"kb_size":
|
5
|
-
"kb_available":
|
6
|
-
"kb_used":
|
7
|
-
"percent_used":
|
4
|
+
"kb_size": 26474442,
|
5
|
+
"kb_available": 15307681,
|
6
|
+
"kb_used": 11166761,
|
7
|
+
"percent_used": 42,
|
8
8
|
"mount": "C:",
|
9
9
|
"fs_type": "ntfs",
|
10
10
|
"volume_name": ""
|
11
|
+
},
|
12
|
+
"D:": {
|
13
|
+
"kb_size": 0,
|
14
|
+
"kb_available": 0,
|
15
|
+
"kb_used": 0,
|
16
|
+
"percent_used": 0,
|
17
|
+
"mount": "D:",
|
18
|
+
"volume_name": null
|
11
19
|
}
|
12
20
|
},
|
13
21
|
"kernel": {
|
@@ -15,14 +23,14 @@
|
|
15
23
|
"boot_device": "\\Device\\HarddiskVolume1",
|
16
24
|
"build_number": "9200",
|
17
25
|
"build_type": "Multiprocessor Free",
|
18
|
-
"caption": "Microsoft Windows Server 2012 Standard",
|
26
|
+
"caption": "Microsoft Windows Server 2012 Standard Evaluation",
|
19
27
|
"code_set": "1252",
|
20
28
|
"country_code": "1",
|
21
29
|
"creation_class_name": "Win32_OperatingSystem",
|
22
30
|
"cs_creation_class_name": "Win32_ComputerSystem",
|
23
31
|
"csd_version": null,
|
24
|
-
"cs_name": "
|
25
|
-
"current_time_zone":
|
32
|
+
"cs_name": "WIN-N57KCU184GG",
|
33
|
+
"current_time_zone": -420,
|
26
34
|
"data_execution_prevention_32_bit_applications": true,
|
27
35
|
"data_execution_prevention_available": true,
|
28
36
|
"data_execution_prevention_drivers": true,
|
@@ -31,27 +39,27 @@
|
|
31
39
|
"description": "",
|
32
40
|
"distributed": false,
|
33
41
|
"encryption_level": 256,
|
34
|
-
"foreground_application_boost":
|
35
|
-
"free_physical_memory": "
|
36
|
-
"free_space_in_paging_files": "
|
37
|
-
"free_virtual_memory": "
|
38
|
-
"install_date": "
|
42
|
+
"foreground_application_boost": 2,
|
43
|
+
"free_physical_memory": "1334828",
|
44
|
+
"free_space_in_paging_files": "2097152",
|
45
|
+
"free_virtual_memory": "3432004",
|
46
|
+
"install_date": "20151028103534.000000-420",
|
39
47
|
"large_system_cache": null,
|
40
|
-
"last_boot_up_time": "
|
41
|
-
"local_date_time": "
|
48
|
+
"last_boot_up_time": "20151028104251.498128-420",
|
49
|
+
"local_date_time": "20151028104856.913000-420",
|
42
50
|
"locale": "0409",
|
43
51
|
"manufacturer": "Microsoft Corporation",
|
44
52
|
"max_number_of_processes": -1,
|
45
|
-
"max_process_memory_size": "8589934464",
|
53
|
+
"max_process_memory_size": "8589934464", d
|
46
54
|
"mui_languages": [
|
47
55
|
"en-US"
|
48
56
|
],
|
49
|
-
"name": "Microsoft Windows Server 2012 Standard|C:\\Windows|\\Device\\Harddisk0\\Partition2",
|
57
|
+
"name": "Microsoft Windows Server 2012 Standard |C:\\Windows|\\Device\\Harddisk0\\Partition2",
|
50
58
|
"number_of_licensed_users": 0,
|
51
|
-
"number_of_processes":
|
52
|
-
"number_of_users":
|
53
|
-
"operating_system_sku":
|
54
|
-
"organization": "
|
59
|
+
"number_of_processes": 37,
|
60
|
+
"number_of_users": 1,
|
61
|
+
"operating_system_sku": 79,
|
62
|
+
"organization": "",
|
55
63
|
"os_architecture": "64-bit",
|
56
64
|
"os_language": 1033,
|
57
65
|
"os_product_suite": 272,
|
@@ -63,19 +71,19 @@
|
|
63
71
|
"portable_operating_system": false,
|
64
72
|
"primary": true,
|
65
73
|
"product_type": 3,
|
66
|
-
"registered_user": "
|
67
|
-
"serial_number": "
|
74
|
+
"registered_user": "Windows User",
|
75
|
+
"serial_number": "00183-90000-00001-AA422",
|
68
76
|
"service_pack_major_version": 0,
|
69
77
|
"service_pack_minor_version": 0,
|
70
|
-
"size_stored_in_paging_files": "
|
78
|
+
"size_stored_in_paging_files": "2097152",
|
71
79
|
"status": "OK",
|
72
80
|
"suite_mask": 272,
|
73
81
|
"system_device": "\\Device\\HarddiskVolume2",
|
74
82
|
"system_directory": "C:\\Windows\\system32",
|
75
83
|
"system_drive": "C:",
|
76
84
|
"total_swap_space_size": null,
|
77
|
-
"total_virtual_memory_size": "
|
78
|
-
"total_visible_memory_size": "
|
85
|
+
"total_virtual_memory_size": "4193844",
|
86
|
+
"total_visible_memory_size": "2096692",
|
79
87
|
"version": "6.2.9200",
|
80
88
|
"windows_directory": "C:\\Windows"
|
81
89
|
},
|
@@ -85,20 +93,20 @@
|
|
85
93
|
"os": "WINNT",
|
86
94
|
"cs_info": {
|
87
95
|
"admin_password_status": 3,
|
88
|
-
"automatic_managed_pagefile":
|
96
|
+
"automatic_managed_pagefile": true,
|
89
97
|
"automatic_reset_boot_option": true,
|
90
98
|
"automatic_reset_capability": true,
|
91
99
|
"boot_option_on_limit": null,
|
92
100
|
"boot_option_on_watch_dog": null,
|
93
101
|
"boot_rom_supported": true,
|
94
102
|
"bootup_state": "Normal boot",
|
95
|
-
"caption": "
|
103
|
+
"caption": "WIN-N57KCU184GG",
|
96
104
|
"chassis_bootup_state": 3,
|
97
105
|
"creation_class_name": "Win32_ComputerSystem",
|
98
|
-
"current_time_zone":
|
99
|
-
"daylight_in_effect":
|
106
|
+
"current_time_zone": -420,
|
107
|
+
"daylight_in_effect": true,
|
100
108
|
"description": "AT/AT COMPATIBLE",
|
101
|
-
"dns_host_name": "
|
109
|
+
"dns_host_name": "WIN-N57KCU184GG",
|
102
110
|
"domain": "WORKGROUP",
|
103
111
|
"domain_role": 2,
|
104
112
|
"enable_daylight_savings_time": true,
|
@@ -109,25 +117,27 @@
|
|
109
117
|
"install_date": null,
|
110
118
|
"keyboard_password_status": 3,
|
111
119
|
"last_load_info": null,
|
112
|
-
"manufacturer": "
|
113
|
-
"model": "
|
114
|
-
"name": "
|
120
|
+
"manufacturer": "innotek GmbH",
|
121
|
+
"model": "VirtualBox",
|
122
|
+
"name": "WIN-N57KCU184GG",
|
115
123
|
"name_format": null,
|
116
124
|
"network_server_mode_enabled": true,
|
117
125
|
"number_of_logical_processors": 1,
|
118
126
|
"number_of_processors": 1,
|
119
|
-
"
|
120
|
-
|
127
|
+
"oem_string_array": [
|
128
|
+
"vboxVer_5.0.6",
|
129
|
+
"vboxRev_103037"
|
130
|
+
],
|
121
131
|
"part_of_domain": false,
|
122
132
|
"pause_after_reset": "-1",
|
123
|
-
"pc_system_type":
|
133
|
+
"pc_system_type": 2,
|
124
134
|
"power_management_capabilities": null,
|
125
135
|
"power_management_supported": null,
|
126
136
|
"power_on_password_status": 3,
|
127
137
|
"power_state": 0,
|
128
138
|
"power_supply_state": 3,
|
129
139
|
"primary_owner_contact": null,
|
130
|
-
"primary_owner_name": "
|
140
|
+
"primary_owner_name": "Windows User",
|
131
141
|
"reset_capability": 1,
|
132
142
|
"reset_count": -1,
|
133
143
|
"reset_limit": -1,
|
@@ -144,8 +154,8 @@
|
|
144
154
|
"system_startup_setting": null,
|
145
155
|
"system_type": "x64-based PC",
|
146
156
|
"thermal_state": 3,
|
147
|
-
"total_physical_memory": "
|
148
|
-
"user_name":
|
157
|
+
"total_physical_memory": "2147012608",
|
158
|
+
"user_name": "WIN-N57KCU184GG\\Administrator",
|
149
159
|
"wake_up_type": 6,
|
150
160
|
"workgroup": "WORKGROUP"
|
151
161
|
},
|
@@ -173,7 +183,7 @@
|
|
173
183
|
"location": null,
|
174
184
|
"manufacturer": "Microsoft",
|
175
185
|
"name": null,
|
176
|
-
"pdo": "\\Device\\
|
186
|
+
"pdo": "\\Device\\0000002e",
|
177
187
|
"signer": "Microsoft Windows",
|
178
188
|
"started": null,
|
179
189
|
"start_mode": null,
|
@@ -205,7 +215,7 @@
|
|
205
215
|
"location": null,
|
206
216
|
"manufacturer": "Microsoft",
|
207
217
|
"name": null,
|
208
|
-
"pdo": "\\Device\\
|
218
|
+
"pdo": "\\Device\\0000002d",
|
209
219
|
"signer": "Microsoft Windows",
|
210
220
|
"started": null,
|
211
221
|
"start_mode": null,
|
@@ -237,7 +247,7 @@
|
|
237
247
|
"location": null,
|
238
248
|
"manufacturer": "Microsoft",
|
239
249
|
"name": null,
|
240
|
-
"pdo": "\\Device\\
|
250
|
+
"pdo": "\\Device\\00000015",
|
241
251
|
"signer": "Microsoft Windows",
|
242
252
|
"started": null,
|
243
253
|
"start_mode": null,
|
@@ -247,134 +257,6 @@
|
|
247
257
|
"version": "6.2.9200.16384",
|
248
258
|
"date": "20060621"
|
249
259
|
},
|
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
260
|
"ROOT\\SYSTEM\\0000": {
|
379
261
|
"caption": null,
|
380
262
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
@@ -397,7 +279,7 @@
|
|
397
279
|
"location": null,
|
398
280
|
"manufacturer": "(Standard system devices)",
|
399
281
|
"name": null,
|
400
|
-
"pdo": "\\Device\\
|
282
|
+
"pdo": "\\Device\\00000014",
|
401
283
|
"signer": "Microsoft Windows",
|
402
284
|
"started": null,
|
403
285
|
"start_mode": null,
|
@@ -429,7 +311,7 @@
|
|
429
311
|
"location": null,
|
430
312
|
"manufacturer": "(Standard system devices)",
|
431
313
|
"name": null,
|
432
|
-
"pdo": "\\Device\\
|
314
|
+
"pdo": "\\Device\\00000013",
|
433
315
|
"signer": "Microsoft Windows",
|
434
316
|
"started": null,
|
435
317
|
"start_mode": null,
|
@@ -461,7 +343,7 @@
|
|
461
343
|
"location": null,
|
462
344
|
"manufacturer": "Microsoft",
|
463
345
|
"name": null,
|
464
|
-
"pdo": "\\Device\\
|
346
|
+
"pdo": "\\Device\\00000012",
|
465
347
|
"signer": "Microsoft Windows",
|
466
348
|
"started": null,
|
467
349
|
"start_mode": null,
|
@@ -493,7 +375,7 @@
|
|
493
375
|
"location": null,
|
494
376
|
"manufacturer": "Microsoft",
|
495
377
|
"name": null,
|
496
|
-
"pdo": "\\Device\\
|
378
|
+
"pdo": "\\Device\\00000011",
|
497
379
|
"signer": "Microsoft Windows",
|
498
380
|
"started": null,
|
499
381
|
"start_mode": null,
|
@@ -525,7 +407,7 @@
|
|
525
407
|
"location": null,
|
526
408
|
"manufacturer": "Microsoft",
|
527
409
|
"name": null,
|
528
|
-
"pdo": "\\Device\\
|
410
|
+
"pdo": "\\Device\\00000010",
|
529
411
|
"signer": "Microsoft Windows",
|
530
412
|
"started": null,
|
531
413
|
"start_mode": null,
|
@@ -557,7 +439,7 @@
|
|
557
439
|
"location": null,
|
558
440
|
"manufacturer": "Microsoft",
|
559
441
|
"name": null,
|
560
|
-
"pdo": "\\Device\\
|
442
|
+
"pdo": "\\Device\\0000000f",
|
561
443
|
"signer": "Microsoft Windows",
|
562
444
|
"started": null,
|
563
445
|
"start_mode": null,
|
@@ -589,7 +471,7 @@
|
|
589
471
|
"location": null,
|
590
472
|
"manufacturer": "Microsoft",
|
591
473
|
"name": null,
|
592
|
-
"pdo": "\\Device\\
|
474
|
+
"pdo": "\\Device\\0000000e",
|
593
475
|
"signer": "Microsoft Windows",
|
594
476
|
"started": null,
|
595
477
|
"start_mode": null,
|
@@ -621,7 +503,7 @@
|
|
621
503
|
"location": null,
|
622
504
|
"manufacturer": "Microsoft",
|
623
505
|
"name": null,
|
624
|
-
"pdo": "\\Device\\
|
506
|
+
"pdo": "\\Device\\0000000d",
|
625
507
|
"signer": "Microsoft Windows",
|
626
508
|
"started": null,
|
627
509
|
"start_mode": null,
|
@@ -653,7 +535,7 @@
|
|
653
535
|
"location": null,
|
654
536
|
"manufacturer": "(Standard system devices)",
|
655
537
|
"name": null,
|
656
|
-
"pdo": "\\Device\\
|
538
|
+
"pdo": "\\Device\\00000019",
|
657
539
|
"signer": "Microsoft Windows",
|
658
540
|
"started": null,
|
659
541
|
"start_mode": null,
|
@@ -663,29 +545,29 @@
|
|
663
545
|
"version": "6.2.9200.16384",
|
664
546
|
"date": "20060621"
|
665
547
|
},
|
666
|
-
"ACPI\\
|
548
|
+
"ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_70_-_INTEL(R)_CORE(TM)_I7-4980HQ_CPU_@_2.80GHZ\\_0": {
|
667
549
|
"caption": null,
|
668
|
-
"class_guid": "{
|
669
|
-
"compat_id":
|
550
|
+
"class_guid": "{50127dc3-0f36-415e-a6cc-4cb3be910b65}",
|
551
|
+
"compat_id": "ACPI\\Processor",
|
670
552
|
"creation_class_name": null,
|
671
|
-
"description": "
|
672
|
-
"device_class": "
|
673
|
-
"device_id": "ACPI\\
|
674
|
-
"device_name": "
|
553
|
+
"description": "Intel Processor",
|
554
|
+
"device_class": "PROCESSOR",
|
555
|
+
"device_id": "ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_70_-_INTEL(R)_CORE(TM)_I7-4980HQ_CPU_@_2.80GHZ\\_0",
|
556
|
+
"device_name": "Intel Processor",
|
675
557
|
"dev_loader": null,
|
676
|
-
"driver_date": "
|
558
|
+
"driver_date": "20090421000000.******+***",
|
677
559
|
"driver_name": null,
|
678
560
|
"driver_provider_name": "Microsoft",
|
679
561
|
"driver_version": "6.2.9200.16384",
|
680
|
-
"friendly_name":
|
681
|
-
"hard_ware_id": "ACPI\\
|
682
|
-
"inf_name": "
|
562
|
+
"friendly_name": "Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz",
|
563
|
+
"hard_ware_id": "ACPI\\GenuineIntel_-_Intel64_Family_6_Model_70",
|
564
|
+
"inf_name": "cpu.inf",
|
683
565
|
"install_date": null,
|
684
566
|
"is_signed": true,
|
685
567
|
"location": null,
|
686
|
-
"manufacturer": "
|
568
|
+
"manufacturer": "Intel",
|
687
569
|
"name": null,
|
688
|
-
"pdo": "\\Device\\
|
570
|
+
"pdo": "\\Device\\00000018",
|
689
571
|
"signer": "Microsoft Windows",
|
690
572
|
"started": null,
|
691
573
|
"start_mode": null,
|
@@ -693,31 +575,31 @@
|
|
693
575
|
"system_creation_class_name": null,
|
694
576
|
"system_name": null,
|
695
577
|
"version": "6.2.9200.16384",
|
696
|
-
"date": "
|
578
|
+
"date": "20090421"
|
697
579
|
},
|
698
|
-
"ACPI\\
|
580
|
+
"ACPI\\ACPI0003\\0": {
|
699
581
|
"caption": null,
|
700
|
-
"class_guid": "{
|
582
|
+
"class_guid": "{72631e54-78a4-11d0-bcf7-00aa00b7b32a}",
|
701
583
|
"compat_id": null,
|
702
584
|
"creation_class_name": null,
|
703
|
-
"description": "
|
704
|
-
"device_class": "
|
705
|
-
"device_id": "ACPI\\
|
706
|
-
"device_name": "
|
585
|
+
"description": "Microsoft AC Adapter",
|
586
|
+
"device_class": "BATTERY",
|
587
|
+
"device_id": "ACPI\\ACPI0003\\0",
|
588
|
+
"device_name": "Microsoft AC Adapter",
|
707
589
|
"dev_loader": null,
|
708
590
|
"driver_date": "20060621000000.******+***",
|
709
591
|
"driver_name": null,
|
710
592
|
"driver_provider_name": "Microsoft",
|
711
593
|
"driver_version": "6.2.9200.16384",
|
712
594
|
"friendly_name": null,
|
713
|
-
"hard_ware_id": "ACPI\\
|
714
|
-
"inf_name": "
|
595
|
+
"hard_ware_id": "ACPI\\VEN_ACPI&DEV_0003",
|
596
|
+
"inf_name": "cmbatt.inf",
|
715
597
|
"install_date": null,
|
716
598
|
"is_signed": true,
|
717
599
|
"location": null,
|
718
|
-
"manufacturer": "
|
600
|
+
"manufacturer": "Microsoft",
|
719
601
|
"name": null,
|
720
|
-
"pdo": "\\Device\\
|
602
|
+
"pdo": "\\Device\\0000001b",
|
721
603
|
"signer": "Microsoft Windows",
|
722
604
|
"started": null,
|
723
605
|
"start_mode": null,
|
@@ -727,125 +609,125 @@
|
|
727
609
|
"version": "6.2.9200.16384",
|
728
610
|
"date": "20060621"
|
729
611
|
},
|
730
|
-
"
|
612
|
+
"ACPI\\PNP0C0A\\0": {
|
731
613
|
"caption": null,
|
732
|
-
"class_guid": "{
|
733
|
-
"compat_id":
|
614
|
+
"class_guid": "{72631e54-78a4-11d0-bcf7-00aa00b7b32a}",
|
615
|
+
"compat_id": null,
|
734
616
|
"creation_class_name": null,
|
735
|
-
"description": "
|
736
|
-
"device_class": "
|
737
|
-
"device_id": "
|
738
|
-
"device_name": "
|
617
|
+
"description": "Microsoft ACPI-Compliant Control Method Battery",
|
618
|
+
"device_class": "BATTERY",
|
619
|
+
"device_id": "ACPI\\PNP0C0A\\0",
|
620
|
+
"device_name": "Microsoft ACPI-Compliant Control Method Battery",
|
739
621
|
"dev_loader": null,
|
740
622
|
"driver_date": "20060621000000.******+***",
|
741
623
|
"driver_name": null,
|
742
624
|
"driver_provider_name": "Microsoft",
|
743
|
-
"driver_version": "6.2.9200.
|
744
|
-
"friendly_name":
|
745
|
-
"hard_ware_id": "
|
746
|
-
"inf_name": "
|
625
|
+
"driver_version": "6.2.9200.16384",
|
626
|
+
"friendly_name": null,
|
627
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0C0A",
|
628
|
+
"inf_name": "cmbatt.inf",
|
747
629
|
"install_date": null,
|
748
630
|
"is_signed": true,
|
749
|
-
"location":
|
750
|
-
"manufacturer": "
|
631
|
+
"location": null,
|
632
|
+
"manufacturer": "Microsoft",
|
751
633
|
"name": null,
|
752
|
-
"pdo": "\\Device\\
|
634
|
+
"pdo": "\\Device\\0000001a",
|
753
635
|
"signer": "Microsoft Windows",
|
754
636
|
"started": null,
|
755
637
|
"start_mode": null,
|
756
638
|
"status": null,
|
757
639
|
"system_creation_class_name": null,
|
758
640
|
"system_name": null,
|
759
|
-
"version": "6.2.9200.
|
641
|
+
"version": "6.2.9200.16384",
|
760
642
|
"date": "20060621"
|
761
643
|
},
|
762
|
-
"
|
644
|
+
"SCSI\\CDROM&VEN_VBOX&PROD_CD-ROM\\4&3554261F&0&010000": {
|
763
645
|
"caption": null,
|
764
|
-
"class_guid": "{
|
765
|
-
"compat_id": "
|
646
|
+
"class_guid": "{4d36e965-e325-11ce-bfc1-08002be10318}",
|
647
|
+
"compat_id": "SCSI\\CdRom",
|
766
648
|
"creation_class_name": null,
|
767
|
-
"description": "
|
768
|
-
"device_class": "
|
769
|
-
"device_id": "
|
770
|
-
"device_name": "
|
649
|
+
"description": "CD-ROM Drive",
|
650
|
+
"device_class": "CDROM",
|
651
|
+
"device_id": "SCSI\\CDROM&VEN_VBOX&PROD_CD-ROM\\4&3554261F&0&010000",
|
652
|
+
"device_name": "CD-ROM Drive",
|
771
653
|
"dev_loader": null,
|
772
|
-
"driver_date": "
|
654
|
+
"driver_date": "20060621000000.******+***",
|
773
655
|
"driver_name": null,
|
774
|
-
"driver_provider_name": "
|
775
|
-
"driver_version": "6.
|
776
|
-
"friendly_name":
|
777
|
-
"hard_ware_id": "
|
778
|
-
"inf_name": "
|
656
|
+
"driver_provider_name": "Microsoft",
|
657
|
+
"driver_version": "6.2.9200.16384",
|
658
|
+
"friendly_name": "VBOX CD-ROM",
|
659
|
+
"hard_ware_id": "SCSI\\CdRomVBOX____CD-ROM__________1.0_",
|
660
|
+
"inf_name": "cdrom.inf",
|
779
661
|
"install_date": null,
|
780
662
|
"is_signed": true,
|
781
|
-
"location": "
|
782
|
-
"manufacturer": "
|
663
|
+
"location": "Bus Number 1, Target Id 0, LUN 0",
|
664
|
+
"manufacturer": "(Standard CD-ROM drives)",
|
783
665
|
"name": null,
|
784
|
-
"pdo": "\\Device\\
|
785
|
-
"signer": "Microsoft Windows
|
666
|
+
"pdo": "\\Device\\00000022",
|
667
|
+
"signer": "Microsoft Windows",
|
786
668
|
"started": null,
|
787
669
|
"start_mode": null,
|
788
670
|
"status": null,
|
789
671
|
"system_creation_class_name": null,
|
790
672
|
"system_name": null,
|
791
|
-
"version": "6.
|
792
|
-
"date": "
|
673
|
+
"version": "6.2.9200.16384",
|
674
|
+
"date": "20060621"
|
793
675
|
},
|
794
|
-
"
|
676
|
+
"SCSI\\DISK&VEN_VBOX&PROD_HARDDISK\\4&3554261F&0&000000": {
|
795
677
|
"caption": null,
|
796
|
-
"class_guid": "{
|
797
|
-
"compat_id": "
|
678
|
+
"class_guid": "{4d36e967-e325-11ce-bfc1-08002be10318}",
|
679
|
+
"compat_id": "SCSI\\Disk",
|
798
680
|
"creation_class_name": null,
|
799
|
-
"description": "
|
800
|
-
"device_class": "
|
801
|
-
"device_id": "
|
802
|
-
"device_name": "
|
681
|
+
"description": "Disk drive",
|
682
|
+
"device_class": "DISKDRIVE",
|
683
|
+
"device_id": "SCSI\\DISK&VEN_VBOX&PROD_HARDDISK\\4&3554261F&0&000000",
|
684
|
+
"device_name": "Disk drive",
|
803
685
|
"dev_loader": null,
|
804
686
|
"driver_date": "20060621000000.******+***",
|
805
687
|
"driver_name": null,
|
806
688
|
"driver_provider_name": "Microsoft",
|
807
|
-
"driver_version": "6.2.9200.
|
808
|
-
"friendly_name":
|
809
|
-
"hard_ware_id": "
|
810
|
-
"inf_name": "
|
689
|
+
"driver_version": "6.2.9200.16384",
|
690
|
+
"friendly_name": "VBOX HARDDISK",
|
691
|
+
"hard_ware_id": "SCSI\\DiskVBOX____________HARDDISK_1.0",
|
692
|
+
"inf_name": "disk.inf",
|
811
693
|
"install_date": null,
|
812
694
|
"is_signed": true,
|
813
|
-
"location":
|
814
|
-
"manufacturer": "(Standard
|
695
|
+
"location": "Bus Number 0, Target Id 0, LUN 0",
|
696
|
+
"manufacturer": "(Standard disk drives)",
|
815
697
|
"name": null,
|
816
|
-
"pdo": "\\Device\\
|
698
|
+
"pdo": "\\Device\\00000021",
|
817
699
|
"signer": "Microsoft Windows",
|
818
700
|
"started": null,
|
819
701
|
"start_mode": null,
|
820
702
|
"status": null,
|
821
703
|
"system_creation_class_name": null,
|
822
704
|
"system_name": null,
|
823
|
-
"version": "6.2.9200.
|
705
|
+
"version": "6.2.9200.16384",
|
824
706
|
"date": "20060621"
|
825
707
|
},
|
826
|
-
"PCI\\
|
708
|
+
"PCI\\VEN_8086&DEV_2829&SUBSYS_00000000&REV_02\\3&267A616A&1&68": {
|
827
709
|
"caption": null,
|
828
|
-
"class_guid": "{
|
829
|
-
"compat_id": "PCI\\
|
710
|
+
"class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
|
711
|
+
"compat_id": "PCI\\VEN_8086&CC_010601",
|
830
712
|
"creation_class_name": null,
|
831
|
-
"description": "
|
832
|
-
"device_class": "
|
833
|
-
"device_id": "PCI\\
|
834
|
-
"device_name": "
|
713
|
+
"description": "Standard SATA AHCI Controller",
|
714
|
+
"device_class": "HDC",
|
715
|
+
"device_id": "PCI\\VEN_8086&DEV_2829&SUBSYS_00000000&REV_02\\3&267A616A&1&68",
|
716
|
+
"device_name": "Standard SATA AHCI Controller",
|
835
717
|
"dev_loader": null,
|
836
718
|
"driver_date": "20060621000000.******+***",
|
837
719
|
"driver_name": null,
|
838
720
|
"driver_provider_name": "Microsoft",
|
839
721
|
"driver_version": "6.2.9200.16384",
|
840
722
|
"friendly_name": null,
|
841
|
-
"hard_ware_id": "PCI\\
|
842
|
-
"inf_name": "
|
723
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_2829&SUBSYS_00000000&REV_02",
|
724
|
+
"inf_name": "mshdc.inf",
|
843
725
|
"install_date": null,
|
844
726
|
"is_signed": true,
|
845
|
-
"location": "PCI bus 0, device
|
846
|
-
"manufacturer": "
|
727
|
+
"location": "PCI bus 0, device 13, function 0",
|
728
|
+
"manufacturer": "Standard SATA AHCI Controller",
|
847
729
|
"name": null,
|
848
|
-
"pdo": "\\Device\\
|
730
|
+
"pdo": "\\Device\\NTPNP_PCI0008",
|
849
731
|
"signer": "Microsoft Windows",
|
850
732
|
"started": null,
|
851
733
|
"start_mode": null,
|
@@ -855,125 +737,125 @@
|
|
855
737
|
"version": "6.2.9200.16384",
|
856
738
|
"date": "20060621"
|
857
739
|
},
|
858
|
-
"
|
740
|
+
"HID\\VID_80EE&PID_0021\\6&A8E1584&0&0000": {
|
859
741
|
"caption": null,
|
860
|
-
"class_guid": "{
|
861
|
-
"compat_id": "
|
742
|
+
"class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
|
743
|
+
"compat_id": "",
|
862
744
|
"creation_class_name": null,
|
863
|
-
"description": "
|
864
|
-
"device_class": "
|
865
|
-
"device_id": "
|
866
|
-
"device_name": "
|
745
|
+
"description": "HID-compliant mouse",
|
746
|
+
"device_class": "MOUSE",
|
747
|
+
"device_id": "HID\\VID_80EE&PID_0021\\6&A8E1584&0&0000",
|
748
|
+
"device_name": "HID-compliant mouse",
|
867
749
|
"dev_loader": null,
|
868
750
|
"driver_date": "20060621000000.******+***",
|
869
751
|
"driver_name": null,
|
870
752
|
"driver_provider_name": "Microsoft",
|
871
|
-
"driver_version": "6.2.9200.
|
872
|
-
"friendly_name":
|
873
|
-
"hard_ware_id": "
|
874
|
-
"inf_name": "
|
753
|
+
"driver_version": "6.2.9200.16384",
|
754
|
+
"friendly_name": null,
|
755
|
+
"hard_ware_id": "HID\\VID_80EE&PID_0021&REV_0100",
|
756
|
+
"inf_name": "msmouse.inf",
|
875
757
|
"install_date": null,
|
876
758
|
"is_signed": true,
|
877
|
-
"location":
|
878
|
-
"manufacturer": "
|
759
|
+
"location": null,
|
760
|
+
"manufacturer": "Microsoft",
|
879
761
|
"name": null,
|
880
|
-
"pdo": "\\Device\\
|
762
|
+
"pdo": "\\Device\\00000027",
|
881
763
|
"signer": "Microsoft Windows",
|
882
764
|
"started": null,
|
883
765
|
"start_mode": null,
|
884
766
|
"status": null,
|
885
767
|
"system_creation_class_name": null,
|
886
768
|
"system_name": null,
|
887
|
-
"version": "6.2.9200.
|
769
|
+
"version": "6.2.9200.16384",
|
888
770
|
"date": "20060621"
|
889
771
|
},
|
890
|
-
"
|
772
|
+
"USB\\VID_80EE&PID_0021\\5&35F564D4&0&1": {
|
891
773
|
"caption": null,
|
892
|
-
"class_guid": "{
|
893
|
-
"compat_id": "
|
774
|
+
"class_guid": "{745a17a0-74d3-11d0-b6fe-00a0c90f57da}",
|
775
|
+
"compat_id": "USB\\Class_03&SubClass_00&Prot_00",
|
894
776
|
"creation_class_name": null,
|
895
|
-
"description": "
|
896
|
-
"device_class": "
|
897
|
-
"device_id": "
|
898
|
-
"device_name": "
|
777
|
+
"description": "USB Input Device",
|
778
|
+
"device_class": "HIDCLASS",
|
779
|
+
"device_id": "USB\\VID_80EE&PID_0021\\5&35F564D4&0&1",
|
780
|
+
"device_name": "USB Input Device",
|
899
781
|
"dev_loader": null,
|
900
782
|
"driver_date": "20060621000000.******+***",
|
901
783
|
"driver_name": null,
|
902
784
|
"driver_provider_name": "Microsoft",
|
903
|
-
"driver_version": "6.2.9200.
|
904
|
-
"friendly_name":
|
905
|
-
"hard_ware_id": "
|
906
|
-
"inf_name": "
|
785
|
+
"driver_version": "6.2.9200.16384",
|
786
|
+
"friendly_name": null,
|
787
|
+
"hard_ware_id": "USB\\VID_80EE&PID_0021&REV_0100",
|
788
|
+
"inf_name": "input.inf",
|
907
789
|
"install_date": null,
|
908
790
|
"is_signed": true,
|
909
|
-
"location": "
|
910
|
-
"manufacturer": "(Standard
|
791
|
+
"location": "Port_#0001.Hub_#0001",
|
792
|
+
"manufacturer": "(Standard system devices)",
|
911
793
|
"name": null,
|
912
|
-
"pdo": "\\Device\\
|
794
|
+
"pdo": "\\Device\\USBPDO-1",
|
913
795
|
"signer": "Microsoft Windows",
|
914
796
|
"started": null,
|
915
797
|
"start_mode": null,
|
916
798
|
"status": null,
|
917
799
|
"system_creation_class_name": null,
|
918
800
|
"system_name": null,
|
919
|
-
"version": "6.2.9200.
|
801
|
+
"version": "6.2.9200.16384",
|
920
802
|
"date": "20060621"
|
921
803
|
},
|
922
|
-
"
|
804
|
+
"USB\\ROOT_HUB\\4&159A73F4&0": {
|
923
805
|
"caption": null,
|
924
|
-
"class_guid": "{
|
925
|
-
"compat_id":
|
806
|
+
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
|
807
|
+
"compat_id": null,
|
926
808
|
"creation_class_name": null,
|
927
|
-
"description": "
|
928
|
-
"device_class": "
|
929
|
-
"device_id": "
|
930
|
-
"device_name": "
|
809
|
+
"description": "USB Root Hub",
|
810
|
+
"device_class": "USB",
|
811
|
+
"device_id": "USB\\ROOT_HUB\\4&159A73F4&0",
|
812
|
+
"device_name": "USB Root Hub",
|
931
813
|
"dev_loader": null,
|
932
814
|
"driver_date": "20060621000000.******+***",
|
933
815
|
"driver_name": null,
|
934
816
|
"driver_provider_name": "Microsoft",
|
935
|
-
"driver_version": "6.2.9200.
|
817
|
+
"driver_version": "6.2.9200.16384",
|
936
818
|
"friendly_name": null,
|
937
|
-
"hard_ware_id": "
|
938
|
-
"inf_name": "
|
819
|
+
"hard_ware_id": "USB\\ROOT_HUB&VID106B&PID003F&REV0000",
|
820
|
+
"inf_name": "usbport.inf",
|
939
821
|
"install_date": null,
|
940
822
|
"is_signed": true,
|
941
|
-
"location":
|
942
|
-
"manufacturer": "
|
823
|
+
"location": null,
|
824
|
+
"manufacturer": "(Standard USB Host Controller)",
|
943
825
|
"name": null,
|
944
|
-
"pdo": "\\Device\\
|
826
|
+
"pdo": "\\Device\\USBPDO-0",
|
945
827
|
"signer": "Microsoft Windows",
|
946
828
|
"started": null,
|
947
829
|
"start_mode": null,
|
948
830
|
"status": null,
|
949
831
|
"system_creation_class_name": null,
|
950
832
|
"system_name": null,
|
951
|
-
"version": "6.2.9200.
|
833
|
+
"version": "6.2.9200.16384",
|
952
834
|
"date": "20060621"
|
953
835
|
},
|
954
|
-
"
|
836
|
+
"PCI\\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00\\3&267A616A&1&30": {
|
955
837
|
"caption": null,
|
956
|
-
"class_guid": "{
|
957
|
-
"compat_id":
|
838
|
+
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
|
839
|
+
"compat_id": "PCI\\VEN_106B&CC_0C0310",
|
958
840
|
"creation_class_name": null,
|
959
|
-
"description": "
|
960
|
-
"device_class": "
|
961
|
-
"device_id": "
|
962
|
-
"device_name": "
|
841
|
+
"description": "Standard OpenHCD USB Host Controller",
|
842
|
+
"device_class": "USB",
|
843
|
+
"device_id": "PCI\\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00\\3&267A616A&1&30",
|
844
|
+
"device_name": "Standard OpenHCD USB Host Controller",
|
963
845
|
"dev_loader": null,
|
964
846
|
"driver_date": "20060621000000.******+***",
|
965
847
|
"driver_name": null,
|
966
848
|
"driver_provider_name": "Microsoft",
|
967
849
|
"driver_version": "6.2.9200.16384",
|
968
850
|
"friendly_name": null,
|
969
|
-
"hard_ware_id": "
|
970
|
-
"inf_name": "
|
851
|
+
"hard_ware_id": "PCI\\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00",
|
852
|
+
"inf_name": "usbport.inf",
|
971
853
|
"install_date": null,
|
972
854
|
"is_signed": true,
|
973
|
-
"location": "
|
974
|
-
"manufacturer": "(Standard
|
855
|
+
"location": "PCI bus 0, device 6, function 0",
|
856
|
+
"manufacturer": "(Standard USB Host Controller)",
|
975
857
|
"name": null,
|
976
|
-
"pdo": "\\Device\\
|
858
|
+
"pdo": "\\Device\\NTPNP_PCI0006",
|
977
859
|
"signer": "Microsoft Windows",
|
978
860
|
"started": null,
|
979
861
|
"start_mode": null,
|
@@ -983,29 +865,29 @@
|
|
983
865
|
"version": "6.2.9200.16384",
|
984
866
|
"date": "20060621"
|
985
867
|
},
|
986
|
-
"
|
868
|
+
"HDAUDIO\\FUNC_01&VEN_8384&DEV_7680&SUBSYS_83847680&REV_1034\\4&22A99211&0&0001": {
|
987
869
|
"caption": null,
|
988
|
-
"class_guid": "{
|
989
|
-
"compat_id":
|
870
|
+
"class_guid": "{4d36e96c-e325-11ce-bfc1-08002be10318}",
|
871
|
+
"compat_id": "HDAUDIO\\FUNC_01&CTLR_VEN_8086&CTLR_DEV_2668&VEN_8384&DEV_7680&REV_1034",
|
990
872
|
"creation_class_name": null,
|
991
|
-
"description": "
|
992
|
-
"device_class": "
|
993
|
-
"device_id": "
|
994
|
-
"device_name": "
|
873
|
+
"description": "High Definition Audio Device",
|
874
|
+
"device_class": "MEDIA",
|
875
|
+
"device_id": "HDAUDIO\\FUNC_01&VEN_8384&DEV_7680&SUBSYS_83847680&REV_1034\\4&22A99211&0&0001",
|
876
|
+
"device_name": "High Definition Audio Device",
|
995
877
|
"dev_loader": null,
|
996
|
-
"driver_date": "
|
997
|
-
"driver_name":
|
878
|
+
"driver_date": "20120725000000.******+***",
|
879
|
+
"driver_name": "HdAudio.sys",
|
998
880
|
"driver_provider_name": "Microsoft",
|
999
881
|
"driver_version": "6.2.9200.16384",
|
1000
|
-
"friendly_name":
|
1001
|
-
"hard_ware_id": "
|
1002
|
-
"inf_name": "
|
882
|
+
"friendly_name": null,
|
883
|
+
"hard_ware_id": "HDAUDIO\\FUNC_01&VEN_8384&DEV_7680&SUBSYS_83847680&REV_1034",
|
884
|
+
"inf_name": "hdaudio.inf",
|
1003
885
|
"install_date": null,
|
1004
886
|
"is_signed": true,
|
1005
|
-
"location":
|
1006
|
-
"manufacturer": "
|
887
|
+
"location": "Internal High Definition Audio Bus",
|
888
|
+
"manufacturer": "Microsoft",
|
1007
889
|
"name": null,
|
1008
|
-
"pdo": "\\Device\\
|
890
|
+
"pdo": "\\Device\\00000024",
|
1009
891
|
"signer": "Microsoft Windows",
|
1010
892
|
"started": null,
|
1011
893
|
"start_mode": null,
|
@@ -1013,31 +895,31 @@
|
|
1013
895
|
"system_creation_class_name": null,
|
1014
896
|
"system_name": null,
|
1015
897
|
"version": "6.2.9200.16384",
|
1016
|
-
"date": "
|
898
|
+
"date": "20120725"
|
1017
899
|
},
|
1018
|
-
"
|
900
|
+
"PCI\\VEN_8086&DEV_2668&SUBSYS_76808384&REV_01\\3&267A616A&1&28": {
|
1019
901
|
"caption": null,
|
1020
|
-
"class_guid": "{
|
1021
|
-
"compat_id":
|
902
|
+
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
903
|
+
"compat_id": "PCI\\VEN_8086&DEV_2668&REV_01",
|
1022
904
|
"creation_class_name": null,
|
1023
|
-
"description": "
|
1024
|
-
"device_class": "
|
1025
|
-
"device_id": "
|
1026
|
-
"device_name": "
|
905
|
+
"description": "High Definition Audio Controller",
|
906
|
+
"device_class": "SYSTEM",
|
907
|
+
"device_id": "PCI\\VEN_8086&DEV_2668&SUBSYS_76808384&REV_01\\3&267A616A&1&28",
|
908
|
+
"device_name": "High Definition Audio Controller",
|
1027
909
|
"dev_loader": null,
|
1028
|
-
"driver_date": "
|
910
|
+
"driver_date": "20120725000000.******+***",
|
1029
911
|
"driver_name": null,
|
1030
912
|
"driver_provider_name": "Microsoft",
|
1031
913
|
"driver_version": "6.2.9200.16384",
|
1032
|
-
"friendly_name":
|
1033
|
-
"hard_ware_id": "
|
1034
|
-
"inf_name": "
|
914
|
+
"friendly_name": null,
|
915
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_2668&SUBSYS_76808384&REV_01",
|
916
|
+
"inf_name": "hdaudbus.inf",
|
1035
917
|
"install_date": null,
|
1036
918
|
"is_signed": true,
|
1037
|
-
"location":
|
1038
|
-
"manufacturer": "
|
919
|
+
"location": "PCI bus 0, device 5, function 0",
|
920
|
+
"manufacturer": "Microsoft",
|
1039
921
|
"name": null,
|
1040
|
-
"pdo": "\\Device\\
|
922
|
+
"pdo": "\\Device\\NTPNP_PCI0005",
|
1041
923
|
"signer": "Microsoft Windows",
|
1042
924
|
"started": null,
|
1043
925
|
"start_mode": null,
|
@@ -1045,159 +927,159 @@
|
|
1045
927
|
"system_creation_class_name": null,
|
1046
928
|
"system_name": null,
|
1047
929
|
"version": "6.2.9200.16384",
|
1048
|
-
"date": "
|
930
|
+
"date": "20120725"
|
1049
931
|
},
|
1050
|
-
"
|
932
|
+
"PCI\\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00\\3&267A616A&1&20": {
|
1051
933
|
"caption": null,
|
1052
|
-
"class_guid": "{
|
1053
|
-
"compat_id":
|
934
|
+
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
935
|
+
"compat_id": "PCI\\VEN_80EE&CC_088000",
|
1054
936
|
"creation_class_name": null,
|
1055
|
-
"description": "
|
1056
|
-
"device_class": "
|
1057
|
-
"device_id": "
|
1058
|
-
"device_name": "
|
937
|
+
"description": "VirtualBox Device",
|
938
|
+
"device_class": "SYSTEM",
|
939
|
+
"device_id": "PCI\\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00\\3&267A616A&1&20",
|
940
|
+
"device_name": "VirtualBox Device",
|
1059
941
|
"dev_loader": null,
|
1060
|
-
"driver_date": "
|
942
|
+
"driver_date": "20151002000000.******+***",
|
1061
943
|
"driver_name": null,
|
1062
|
-
"driver_provider_name": "
|
1063
|
-
"driver_version": "
|
944
|
+
"driver_provider_name": "Oracle Corporation",
|
945
|
+
"driver_version": "5.0.6.0",
|
1064
946
|
"friendly_name": null,
|
1065
|
-
"hard_ware_id": "
|
1066
|
-
"inf_name": "
|
947
|
+
"hard_ware_id": "PCI\\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00",
|
948
|
+
"inf_name": "oem1.inf",
|
1067
949
|
"install_date": null,
|
1068
|
-
"is_signed":
|
1069
|
-
"location":
|
1070
|
-
"manufacturer": "
|
950
|
+
"is_signed": false,
|
951
|
+
"location": "PCI bus 0, device 4, function 0",
|
952
|
+
"manufacturer": "Oracle Corporation",
|
1071
953
|
"name": null,
|
1072
|
-
"pdo": "\\Device\\
|
1073
|
-
"signer":
|
954
|
+
"pdo": "\\Device\\NTPNP_PCI0004",
|
955
|
+
"signer": null,
|
1074
956
|
"started": null,
|
1075
957
|
"start_mode": null,
|
1076
958
|
"status": null,
|
1077
959
|
"system_creation_class_name": null,
|
1078
960
|
"system_name": null,
|
1079
|
-
"version": "
|
1080
|
-
"date": "
|
961
|
+
"version": "5.0.6.0",
|
962
|
+
"date": "20151002"
|
1081
963
|
},
|
1082
|
-
"
|
964
|
+
"PCI\\VEN_8086&DEV_100E&SUBSYS_001E8086&REV_02\\3&267A616A&1&18": {
|
1083
965
|
"caption": null,
|
1084
|
-
"class_guid": "{
|
1085
|
-
"compat_id": "
|
966
|
+
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
|
967
|
+
"compat_id": "PCI\\VEN_8086&DEV_100E&REV_02",
|
1086
968
|
"creation_class_name": null,
|
1087
|
-
"description": "
|
1088
|
-
"device_class": "
|
1089
|
-
"device_id": "
|
1090
|
-
"device_name": "
|
969
|
+
"description": "Intel(R) PRO/1000 MT Desktop Adapter",
|
970
|
+
"device_class": "NET",
|
971
|
+
"device_id": "PCI\\VEN_8086&DEV_100E&SUBSYS_001E8086&REV_02\\3&267A616A&1&18",
|
972
|
+
"device_name": "Intel(R) PRO/1000 MT Desktop Adapter",
|
1091
973
|
"dev_loader": null,
|
1092
|
-
"driver_date": "
|
974
|
+
"driver_date": "20100323000000.******+***",
|
1093
975
|
"driver_name": null,
|
1094
976
|
"driver_provider_name": "Microsoft",
|
1095
|
-
"driver_version": "
|
1096
|
-
"friendly_name":
|
1097
|
-
"hard_ware_id": "
|
1098
|
-
"inf_name": "
|
977
|
+
"driver_version": "8.4.13.0",
|
978
|
+
"friendly_name": "Intel(R) PRO/1000 MT Desktop Adapter",
|
979
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_100E&SUBSYS_001E8086&REV_02",
|
980
|
+
"inf_name": "nete1g3e.inf",
|
1099
981
|
"install_date": null,
|
1100
982
|
"is_signed": true,
|
1101
|
-
"location":
|
1102
|
-
"manufacturer": "
|
983
|
+
"location": "PCI bus 0, device 3, function 0",
|
984
|
+
"manufacturer": "Intel",
|
1103
985
|
"name": null,
|
1104
|
-
"pdo": "\\Device\\
|
986
|
+
"pdo": "\\Device\\NTPNP_PCI0003",
|
1105
987
|
"signer": "Microsoft Windows",
|
1106
988
|
"started": null,
|
1107
989
|
"start_mode": null,
|
1108
990
|
"status": null,
|
1109
991
|
"system_creation_class_name": null,
|
1110
992
|
"system_name": null,
|
1111
|
-
"version": "
|
1112
|
-
"date": "
|
993
|
+
"version": "8.4.13.0",
|
994
|
+
"date": "20100323"
|
1113
995
|
},
|
1114
|
-
"
|
996
|
+
"DISPLAY\\DEFAULT_MONITOR\\4&39FC21A1&0&UID0": {
|
1115
997
|
"caption": null,
|
1116
|
-
"class_guid": "{
|
1117
|
-
"compat_id": "*
|
998
|
+
"class_guid": "{4d36e96e-e325-11ce-bfc1-08002be10318}",
|
999
|
+
"compat_id": "*PNP09FF",
|
1118
1000
|
"creation_class_name": null,
|
1119
|
-
"description": "
|
1120
|
-
"device_class": "
|
1121
|
-
"device_id": "
|
1122
|
-
"device_name": "
|
1001
|
+
"description": "Generic Non-PnP Monitor",
|
1002
|
+
"device_class": "MONITOR",
|
1003
|
+
"device_id": "DISPLAY\\DEFAULT_MONITOR\\4&39FC21A1&0&UID0",
|
1004
|
+
"device_name": "Generic Non-PnP Monitor",
|
1123
1005
|
"dev_loader": null,
|
1124
1006
|
"driver_date": "20060621000000.******+***",
|
1125
1007
|
"driver_name": null,
|
1126
1008
|
"driver_provider_name": "Microsoft",
|
1127
|
-
"driver_version": "6.2.9200.
|
1009
|
+
"driver_version": "6.2.9200.16384",
|
1128
1010
|
"friendly_name": null,
|
1129
|
-
"hard_ware_id": "
|
1130
|
-
"inf_name": "
|
1011
|
+
"hard_ware_id": "MONITOR\\Default_Monitor",
|
1012
|
+
"inf_name": "monitor.inf",
|
1131
1013
|
"install_date": null,
|
1132
1014
|
"is_signed": true,
|
1133
1015
|
"location": null,
|
1134
|
-
"manufacturer": "
|
1016
|
+
"manufacturer": "(Standard monitor types)",
|
1135
1017
|
"name": null,
|
1136
|
-
"pdo": "\\Device\\
|
1018
|
+
"pdo": "\\Device\\0000002c",
|
1137
1019
|
"signer": "Microsoft Windows",
|
1138
1020
|
"started": null,
|
1139
1021
|
"start_mode": null,
|
1140
1022
|
"status": null,
|
1141
1023
|
"system_creation_class_name": null,
|
1142
1024
|
"system_name": null,
|
1143
|
-
"version": "6.2.9200.
|
1025
|
+
"version": "6.2.9200.16384",
|
1144
1026
|
"date": "20060621"
|
1145
1027
|
},
|
1146
|
-
"
|
1028
|
+
"PCI\\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00\\3&267A616A&1&10": {
|
1147
1029
|
"caption": null,
|
1148
|
-
"class_guid": "{
|
1149
|
-
"compat_id":
|
1030
|
+
"class_guid": "{4d36e968-e325-11ce-bfc1-08002be10318}",
|
1031
|
+
"compat_id": "PCI\\VEN_80EE&CC_030000",
|
1150
1032
|
"creation_class_name": null,
|
1151
|
-
"description": "
|
1152
|
-
"device_class": "
|
1153
|
-
"device_id": "
|
1154
|
-
"device_name": "
|
1033
|
+
"description": "VirtualBox Graphics Adapter for Windows 8",
|
1034
|
+
"device_class": "DISPLAY",
|
1035
|
+
"device_id": "PCI\\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00\\3&267A616A&1&10",
|
1036
|
+
"device_name": "VirtualBox Graphics Adapter for Windows 8",
|
1155
1037
|
"dev_loader": null,
|
1156
|
-
"driver_date": "
|
1038
|
+
"driver_date": "20151002000000.******+***",
|
1157
1039
|
"driver_name": null,
|
1158
|
-
"driver_provider_name": "
|
1159
|
-
"driver_version": "
|
1040
|
+
"driver_provider_name": "Oracle Corporation",
|
1041
|
+
"driver_version": "5.0.6.0",
|
1160
1042
|
"friendly_name": null,
|
1161
|
-
"hard_ware_id": "
|
1162
|
-
"inf_name": "
|
1043
|
+
"hard_ware_id": "PCI\\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00",
|
1044
|
+
"inf_name": "oem2.inf",
|
1163
1045
|
"install_date": null,
|
1164
|
-
"is_signed":
|
1165
|
-
"location":
|
1166
|
-
"manufacturer": "
|
1046
|
+
"is_signed": false,
|
1047
|
+
"location": "PCI bus 0, device 2, function 0",
|
1048
|
+
"manufacturer": "Oracle Corporation",
|
1167
1049
|
"name": null,
|
1168
|
-
"pdo": "\\Device\\
|
1169
|
-
"signer":
|
1050
|
+
"pdo": "\\Device\\NTPNP_PCI0002",
|
1051
|
+
"signer": null,
|
1170
1052
|
"started": null,
|
1171
1053
|
"start_mode": null,
|
1172
1054
|
"status": null,
|
1173
1055
|
"system_creation_class_name": null,
|
1174
1056
|
"system_name": null,
|
1175
|
-
"version": "
|
1176
|
-
"date": "
|
1057
|
+
"version": "5.0.6.0",
|
1058
|
+
"date": "20151002"
|
1177
1059
|
},
|
1178
|
-
"ACPI\\
|
1060
|
+
"ACPI\\PNP0000\\4&E03A844&0": {
|
1179
1061
|
"caption": null,
|
1180
1062
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
1181
1063
|
"compat_id": null,
|
1182
1064
|
"creation_class_name": null,
|
1183
|
-
"description": "
|
1065
|
+
"description": "Programmable interrupt controller",
|
1184
1066
|
"device_class": "SYSTEM",
|
1185
|
-
"device_id": "ACPI\\
|
1186
|
-
"device_name": "
|
1067
|
+
"device_id": "ACPI\\PNP0000\\4&E03A844&0",
|
1068
|
+
"device_name": "Programmable interrupt controller",
|
1187
1069
|
"dev_loader": null,
|
1188
1070
|
"driver_date": "20060621000000.******+***",
|
1189
1071
|
"driver_name": null,
|
1190
1072
|
"driver_provider_name": "Microsoft",
|
1191
1073
|
"driver_version": "6.2.9200.16384",
|
1192
1074
|
"friendly_name": null,
|
1193
|
-
"hard_ware_id": "ACPI\\VEN_PNP&
|
1075
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0000",
|
1194
1076
|
"inf_name": "machine.inf",
|
1195
1077
|
"install_date": null,
|
1196
1078
|
"is_signed": true,
|
1197
1079
|
"location": null,
|
1198
1080
|
"manufacturer": "(Standard system devices)",
|
1199
1081
|
"name": null,
|
1200
|
-
"pdo": "\\Device\\
|
1082
|
+
"pdo": "\\Device\\00000020",
|
1201
1083
|
"signer": "Microsoft Windows",
|
1202
1084
|
"started": null,
|
1203
1085
|
"start_mode": null,
|
@@ -1207,14 +1089,14 @@
|
|
1207
1089
|
"version": "6.2.9200.16384",
|
1208
1090
|
"date": "20060621"
|
1209
1091
|
},
|
1210
|
-
"ACPI\\PNP0100\\4&
|
1092
|
+
"ACPI\\PNP0100\\4&E03A844&0": {
|
1211
1093
|
"caption": null,
|
1212
1094
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
1213
1095
|
"compat_id": null,
|
1214
1096
|
"creation_class_name": null,
|
1215
1097
|
"description": "System timer",
|
1216
1098
|
"device_class": "SYSTEM",
|
1217
|
-
"device_id": "ACPI\\PNP0100\\4&
|
1099
|
+
"device_id": "ACPI\\PNP0100\\4&E03A844&0",
|
1218
1100
|
"device_name": "System timer",
|
1219
1101
|
"dev_loader": null,
|
1220
1102
|
"driver_date": "20060621000000.******+***",
|
@@ -1229,7 +1111,7 @@
|
|
1229
1111
|
"location": null,
|
1230
1112
|
"manufacturer": "(Standard system devices)",
|
1231
1113
|
"name": null,
|
1232
|
-
"pdo": "\\Device\\
|
1114
|
+
"pdo": "\\Device\\0000001f",
|
1233
1115
|
"signer": "Microsoft Windows",
|
1234
1116
|
"started": null,
|
1235
1117
|
"start_mode": null,
|
@@ -1239,29 +1121,29 @@
|
|
1239
1121
|
"version": "6.2.9200.16384",
|
1240
1122
|
"date": "20060621"
|
1241
1123
|
},
|
1242
|
-
"ACPI\\
|
1124
|
+
"ACPI\\PNP0F03\\4&E03A844&0": {
|
1243
1125
|
"caption": null,
|
1244
|
-
"class_guid": "{
|
1126
|
+
"class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
|
1245
1127
|
"compat_id": null,
|
1246
1128
|
"creation_class_name": null,
|
1247
|
-
"description": "
|
1248
|
-
"device_class": "
|
1249
|
-
"device_id": "ACPI\\
|
1250
|
-
"device_name": "
|
1129
|
+
"description": "Microsoft PS/2 Mouse",
|
1130
|
+
"device_class": "MOUSE",
|
1131
|
+
"device_id": "ACPI\\PNP0F03\\4&E03A844&0",
|
1132
|
+
"device_name": "Microsoft PS/2 Mouse",
|
1251
1133
|
"dev_loader": null,
|
1252
1134
|
"driver_date": "20060621000000.******+***",
|
1253
1135
|
"driver_name": null,
|
1254
1136
|
"driver_provider_name": "Microsoft",
|
1255
1137
|
"driver_version": "6.2.9200.16384",
|
1256
1138
|
"friendly_name": null,
|
1257
|
-
"hard_ware_id": "ACPI\\VEN_PNP&
|
1258
|
-
"inf_name": "
|
1139
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0F03",
|
1140
|
+
"inf_name": "msmouse.inf",
|
1259
1141
|
"install_date": null,
|
1260
1142
|
"is_signed": true,
|
1261
1143
|
"location": null,
|
1262
|
-
"manufacturer": "
|
1144
|
+
"manufacturer": "Microsoft",
|
1263
1145
|
"name": null,
|
1264
|
-
"pdo": "\\Device\\
|
1146
|
+
"pdo": "\\Device\\0000001e",
|
1265
1147
|
"signer": "Microsoft Windows",
|
1266
1148
|
"started": null,
|
1267
1149
|
"start_mode": null,
|
@@ -1271,29 +1153,29 @@
|
|
1271
1153
|
"version": "6.2.9200.16384",
|
1272
1154
|
"date": "20060621"
|
1273
1155
|
},
|
1274
|
-
"ACPI\\
|
1156
|
+
"ACPI\\PNP0200\\4&E03A844&0": {
|
1275
1157
|
"caption": null,
|
1276
1158
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
1277
1159
|
"compat_id": null,
|
1278
1160
|
"creation_class_name": null,
|
1279
|
-
"description": "
|
1161
|
+
"description": "Direct memory access controller",
|
1280
1162
|
"device_class": "SYSTEM",
|
1281
|
-
"device_id": "ACPI\\
|
1282
|
-
"device_name": "
|
1163
|
+
"device_id": "ACPI\\PNP0200\\4&E03A844&0",
|
1164
|
+
"device_name": "Direct memory access controller",
|
1283
1165
|
"dev_loader": null,
|
1284
1166
|
"driver_date": "20060621000000.******+***",
|
1285
1167
|
"driver_name": null,
|
1286
1168
|
"driver_provider_name": "Microsoft",
|
1287
1169
|
"driver_version": "6.2.9200.16384",
|
1288
1170
|
"friendly_name": null,
|
1289
|
-
"hard_ware_id": "ACPI\\VEN_PNP&
|
1171
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0200",
|
1290
1172
|
"inf_name": "machine.inf",
|
1291
1173
|
"install_date": null,
|
1292
1174
|
"is_signed": true,
|
1293
1175
|
"location": null,
|
1294
1176
|
"manufacturer": "(Standard system devices)",
|
1295
1177
|
"name": null,
|
1296
|
-
"pdo": "\\Device\\
|
1178
|
+
"pdo": "\\Device\\0000001d",
|
1297
1179
|
"signer": "Microsoft Windows",
|
1298
1180
|
"started": null,
|
1299
1181
|
"start_mode": null,
|
@@ -1303,29 +1185,29 @@
|
|
1303
1185
|
"version": "6.2.9200.16384",
|
1304
1186
|
"date": "20060621"
|
1305
1187
|
},
|
1306
|
-
"ACPI\\
|
1188
|
+
"ACPI\\PNP0303\\4&E03A844&0": {
|
1307
1189
|
"caption": null,
|
1308
|
-
"class_guid": "{
|
1190
|
+
"class_guid": "{4d36e96b-e325-11ce-bfc1-08002be10318}",
|
1309
1191
|
"compat_id": null,
|
1310
1192
|
"creation_class_name": null,
|
1311
|
-
"description": "
|
1312
|
-
"device_class": "
|
1313
|
-
"device_id": "ACPI\\
|
1314
|
-
"device_name": "
|
1193
|
+
"description": "Standard PS/2 Keyboard",
|
1194
|
+
"device_class": "KEYBOARD",
|
1195
|
+
"device_id": "ACPI\\PNP0303\\4&E03A844&0",
|
1196
|
+
"device_name": "Standard PS/2 Keyboard",
|
1315
1197
|
"dev_loader": null,
|
1316
1198
|
"driver_date": "20060621000000.******+***",
|
1317
1199
|
"driver_name": null,
|
1318
1200
|
"driver_provider_name": "Microsoft",
|
1319
1201
|
"driver_version": "6.2.9200.16384",
|
1320
1202
|
"friendly_name": null,
|
1321
|
-
"hard_ware_id": "ACPI\\VEN_PNP&
|
1322
|
-
"inf_name": "
|
1203
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0303",
|
1204
|
+
"inf_name": "keyboard.inf",
|
1323
1205
|
"install_date": null,
|
1324
1206
|
"is_signed": true,
|
1325
1207
|
"location": null,
|
1326
|
-
"manufacturer": "(Standard
|
1208
|
+
"manufacturer": "(Standard keyboards)",
|
1327
1209
|
"name": null,
|
1328
|
-
"pdo": "\\Device\\
|
1210
|
+
"pdo": "\\Device\\0000001c",
|
1329
1211
|
"signer": "Microsoft Windows",
|
1330
1212
|
"started": null,
|
1331
1213
|
"start_mode": null,
|
@@ -1335,14 +1217,14 @@
|
|
1335
1217
|
"version": "6.2.9200.16384",
|
1336
1218
|
"date": "20060621"
|
1337
1219
|
},
|
1338
|
-
"PCI\\VEN_8086&DEV_7000&
|
1220
|
+
"PCI\\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00\\3&267A616A&1&08": {
|
1339
1221
|
"caption": null,
|
1340
1222
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
1341
|
-
"compat_id": "PCI\\VEN_8086&
|
1223
|
+
"compat_id": "PCI\\VEN_8086&CC_060100",
|
1342
1224
|
"creation_class_name": null,
|
1343
1225
|
"description": "Intel 82371SB PCI to ISA bridge",
|
1344
1226
|
"device_class": "SYSTEM",
|
1345
|
-
"device_id": "PCI\\VEN_8086&DEV_7000&
|
1227
|
+
"device_id": "PCI\\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00\\3&267A616A&1&08",
|
1346
1228
|
"device_name": "Intel 82371SB PCI to ISA bridge",
|
1347
1229
|
"dev_loader": null,
|
1348
1230
|
"driver_date": "20060621000000.******+***",
|
@@ -1350,7 +1232,7 @@
|
|
1350
1232
|
"driver_provider_name": "Microsoft",
|
1351
1233
|
"driver_version": "6.2.9200.16384",
|
1352
1234
|
"friendly_name": null,
|
1353
|
-
"hard_ware_id": "PCI\\VEN_8086&DEV_7000&
|
1235
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00",
|
1354
1236
|
"inf_name": "machine.inf",
|
1355
1237
|
"install_date": null,
|
1356
1238
|
"is_signed": true,
|
@@ -1367,14 +1249,14 @@
|
|
1367
1249
|
"version": "6.2.9200.16384",
|
1368
1250
|
"date": "20060621"
|
1369
1251
|
},
|
1370
|
-
"PCI\\VEN_8086&DEV_1237&
|
1252
|
+
"PCI\\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02\\3&267A616A&1&00": {
|
1371
1253
|
"caption": null,
|
1372
1254
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
1373
|
-
"compat_id": "PCI\\VEN_8086&
|
1255
|
+
"compat_id": "PCI\\VEN_8086&CC_060000",
|
1374
1256
|
"creation_class_name": null,
|
1375
1257
|
"description": "Intel 82441FX Pentium(R) Pro Processor to PCI bridge",
|
1376
1258
|
"device_class": "SYSTEM",
|
1377
|
-
"device_id": "PCI\\VEN_8086&DEV_1237&
|
1259
|
+
"device_id": "PCI\\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02\\3&267A616A&1&00",
|
1378
1260
|
"device_name": "Intel 82441FX Pentium(R) Pro Processor to PCI bridge",
|
1379
1261
|
"dev_loader": null,
|
1380
1262
|
"driver_date": "20060621000000.******+***",
|
@@ -1382,7 +1264,7 @@
|
|
1382
1264
|
"driver_provider_name": "Microsoft",
|
1383
1265
|
"driver_version": "6.2.9200.16384",
|
1384
1266
|
"friendly_name": null,
|
1385
|
-
"hard_ware_id": "PCI\\VEN_8086&DEV_1237&
|
1267
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02",
|
1386
1268
|
"inf_name": "machine.inf",
|
1387
1269
|
"install_date": null,
|
1388
1270
|
"is_signed": true,
|
@@ -1421,39 +1303,7 @@
|
|
1421
1303
|
"location": null,
|
1422
1304
|
"manufacturer": "(Standard system devices)",
|
1423
1305
|
"name": null,
|
1424
|
-
"pdo": "\\Device\\
|
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",
|
1306
|
+
"pdo": "\\Device\\00000017",
|
1457
1307
|
"signer": "Microsoft Windows",
|
1458
1308
|
"started": null,
|
1459
1309
|
"start_mode": null,
|
@@ -1463,38 +1313,6 @@
|
|
1463
1313
|
"version": "6.2.9200.16384",
|
1464
1314
|
"date": "20060621"
|
1465
1315
|
},
|
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
1316
|
"ACPI_HAL\\PNP0C08\\0": {
|
1499
1317
|
"caption": null,
|
1500
1318
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
@@ -1508,7 +1326,7 @@
|
|
1508
1326
|
"driver_date": "20060621000000.******+***",
|
1509
1327
|
"driver_name": null,
|
1510
1328
|
"driver_provider_name": "Microsoft",
|
1511
|
-
"driver_version": "6.2.9200.
|
1329
|
+
"driver_version": "6.2.9200.16384",
|
1512
1330
|
"friendly_name": null,
|
1513
1331
|
"hard_ware_id": "ACPI_HAL\\PNP0C08",
|
1514
1332
|
"inf_name": "acpi.inf",
|
@@ -1517,14 +1335,14 @@
|
|
1517
1335
|
"location": null,
|
1518
1336
|
"manufacturer": "Microsoft",
|
1519
1337
|
"name": null,
|
1520
|
-
"pdo": "\\Device\\
|
1338
|
+
"pdo": "\\Device\\00000016",
|
1521
1339
|
"signer": "Microsoft Windows",
|
1522
1340
|
"started": null,
|
1523
1341
|
"start_mode": null,
|
1524
1342
|
"status": null,
|
1525
1343
|
"system_creation_class_name": null,
|
1526
1344
|
"system_name": null,
|
1527
|
-
"version": "6.2.9200.
|
1345
|
+
"version": "6.2.9200.16384",
|
1528
1346
|
"date": "20060621"
|
1529
1347
|
},
|
1530
1348
|
"ROOT\\ACPI_HAL\\0000": {
|
@@ -1549,103 +1367,7 @@
|
|
1549
1367
|
"location": null,
|
1550
1368
|
"manufacturer": "(Standard computers)",
|
1551
1369
|
"name": null,
|
1552
|
-
"pdo": "\\Device\\
|
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",
|
1370
|
+
"pdo": "\\Device\\0000000c",
|
1649
1371
|
"signer": "Microsoft Windows",
|
1650
1372
|
"started": null,
|
1651
1373
|
"start_mode": null,
|
@@ -1677,7 +1399,7 @@
|
|
1677
1399
|
"location": null,
|
1678
1400
|
"manufacturer": "Microsoft",
|
1679
1401
|
"name": null,
|
1680
|
-
"pdo": "\\Device\\
|
1402
|
+
"pdo": "\\Device\\0000000b",
|
1681
1403
|
"signer": "Microsoft Windows",
|
1682
1404
|
"started": null,
|
1683
1405
|
"start_mode": null,
|
@@ -1709,7 +1431,7 @@
|
|
1709
1431
|
"location": null,
|
1710
1432
|
"manufacturer": "Microsoft",
|
1711
1433
|
"name": null,
|
1712
|
-
"pdo": "\\Device\\
|
1434
|
+
"pdo": "\\Device\\0000000a",
|
1713
1435
|
"signer": "Microsoft Windows",
|
1714
1436
|
"started": null,
|
1715
1437
|
"start_mode": null,
|
@@ -1741,7 +1463,7 @@
|
|
1741
1463
|
"location": null,
|
1742
1464
|
"manufacturer": "Microsoft",
|
1743
1465
|
"name": null,
|
1744
|
-
"pdo": "\\Device\\
|
1466
|
+
"pdo": "\\Device\\00000009",
|
1745
1467
|
"signer": "Microsoft Windows",
|
1746
1468
|
"started": null,
|
1747
1469
|
"start_mode": null,
|
@@ -1764,7 +1486,7 @@
|
|
1764
1486
|
"driver_date": "20060621000000.******+***",
|
1765
1487
|
"driver_name": null,
|
1766
1488
|
"driver_provider_name": "Microsoft",
|
1767
|
-
"driver_version": "6.2.9200.
|
1489
|
+
"driver_version": "6.2.9200.16384",
|
1768
1490
|
"friendly_name": null,
|
1769
1491
|
"hard_ware_id": "Root\\Spaceport",
|
1770
1492
|
"inf_name": "spaceport.inf",
|
@@ -1773,38 +1495,6 @@
|
|
1773
1495
|
"location": null,
|
1774
1496
|
"manufacturer": "Microsoft",
|
1775
1497
|
"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
1498
|
"pdo": "\\Device\\00000008",
|
1809
1499
|
"signer": "Microsoft Windows",
|
1810
1500
|
"started": null,
|
@@ -1815,23 +1505,23 @@
|
|
1815
1505
|
"version": "6.2.9200.16384",
|
1816
1506
|
"date": "20060621"
|
1817
1507
|
},
|
1818
|
-
"ROOT\\
|
1508
|
+
"ROOT\\VDRVROOT\\0000": {
|
1819
1509
|
"caption": null,
|
1820
1510
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
1821
1511
|
"compat_id": null,
|
1822
1512
|
"creation_class_name": null,
|
1823
|
-
"description": "
|
1513
|
+
"description": "Microsoft Virtual Drive Enumerator",
|
1824
1514
|
"device_class": "SYSTEM",
|
1825
|
-
"device_id": "ROOT\\
|
1826
|
-
"device_name": "
|
1515
|
+
"device_id": "ROOT\\VDRVROOT\\0000",
|
1516
|
+
"device_name": "Microsoft Virtual Drive Enumerator",
|
1827
1517
|
"dev_loader": null,
|
1828
1518
|
"driver_date": "20060621000000.******+***",
|
1829
1519
|
"driver_name": null,
|
1830
1520
|
"driver_provider_name": "Microsoft",
|
1831
1521
|
"driver_version": "6.2.9200.16384",
|
1832
1522
|
"friendly_name": null,
|
1833
|
-
"hard_ware_id": "ROOT\\
|
1834
|
-
"inf_name": "
|
1523
|
+
"hard_ware_id": "ROOT\\vdrvroot",
|
1524
|
+
"inf_name": "vdrvroot.inf",
|
1835
1525
|
"install_date": null,
|
1836
1526
|
"is_signed": true,
|
1837
1527
|
"location": null,
|
@@ -1847,23 +1537,23 @@
|
|
1847
1537
|
"version": "6.2.9200.16384",
|
1848
1538
|
"date": "20060621"
|
1849
1539
|
},
|
1850
|
-
"ROOT
|
1540
|
+
"ROOT\\COMPOSITEBUS\\0000": {
|
1851
1541
|
"caption": null,
|
1852
|
-
"class_guid": "{
|
1542
|
+
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
1853
1543
|
"compat_id": null,
|
1854
1544
|
"creation_class_name": null,
|
1855
|
-
"description": "
|
1856
|
-
"device_class": "
|
1857
|
-
"device_id": "ROOT
|
1858
|
-
"device_name": "
|
1545
|
+
"description": "Composite Bus Enumerator",
|
1546
|
+
"device_class": "SYSTEM",
|
1547
|
+
"device_id": "ROOT\\COMPOSITEBUS\\0000",
|
1548
|
+
"device_name": "Composite Bus Enumerator",
|
1859
1549
|
"dev_loader": null,
|
1860
1550
|
"driver_date": "20060621000000.******+***",
|
1861
1551
|
"driver_name": null,
|
1862
1552
|
"driver_provider_name": "Microsoft",
|
1863
1553
|
"driver_version": "6.2.9200.16384",
|
1864
|
-
"friendly_name":
|
1865
|
-
"hard_ware_id": "
|
1866
|
-
"inf_name": "
|
1554
|
+
"friendly_name": null,
|
1555
|
+
"hard_ware_id": "ROOT\\CompositeBus",
|
1556
|
+
"inf_name": "CompositeBus.inf",
|
1867
1557
|
"install_date": null,
|
1868
1558
|
"is_signed": true,
|
1869
1559
|
"location": null,
|
@@ -2007,20 +1697,20 @@
|
|
2007
1697
|
"version": "6.2.9200.16384",
|
2008
1698
|
"date": "20060621"
|
2009
1699
|
},
|
2010
|
-
"STORAGE\\VOLUME\\{
|
1700
|
+
"STORAGE\\VOLUME\\{17807B1E-7D9A-11E5-93E8-806E6F6E6963}#0000000015F00000": {
|
2011
1701
|
"caption": null,
|
2012
1702
|
"class_guid": "{71a27cdd-812a-11d0-bec7-08002be2092f}",
|
2013
1703
|
"compat_id": null,
|
2014
1704
|
"creation_class_name": null,
|
2015
1705
|
"description": "Generic volume",
|
2016
1706
|
"device_class": "VOLUME",
|
2017
|
-
"device_id": "STORAGE\\VOLUME\\{
|
1707
|
+
"device_id": "STORAGE\\VOLUME\\{17807B1E-7D9A-11E5-93E8-806E6F6E6963}#0000000015F00000",
|
2018
1708
|
"device_name": "Generic volume",
|
2019
1709
|
"dev_loader": null,
|
2020
1710
|
"driver_date": "20060621000000.******+***",
|
2021
1711
|
"driver_name": null,
|
2022
1712
|
"driver_provider_name": "Microsoft",
|
2023
|
-
"driver_version": "6.2.9200.
|
1713
|
+
"driver_version": "6.2.9200.16384",
|
2024
1714
|
"friendly_name": null,
|
2025
1715
|
"hard_ware_id": "STORAGE\\Volume",
|
2026
1716
|
"inf_name": "volume.inf",
|
@@ -2036,23 +1726,23 @@
|
|
2036
1726
|
"status": null,
|
2037
1727
|
"system_creation_class_name": null,
|
2038
1728
|
"system_name": null,
|
2039
|
-
"version": "6.2.9200.
|
1729
|
+
"version": "6.2.9200.16384",
|
2040
1730
|
"date": "20060621"
|
2041
1731
|
},
|
2042
|
-
"STORAGE\\VOLUME\\{
|
1732
|
+
"STORAGE\\VOLUME\\{17807B1E-7D9A-11E5-93E8-806E6F6E6963}#0000000000100000": {
|
2043
1733
|
"caption": null,
|
2044
1734
|
"class_guid": "{71a27cdd-812a-11d0-bec7-08002be2092f}",
|
2045
1735
|
"compat_id": null,
|
2046
1736
|
"creation_class_name": null,
|
2047
1737
|
"description": "Generic volume",
|
2048
1738
|
"device_class": "VOLUME",
|
2049
|
-
"device_id": "STORAGE\\VOLUME\\{
|
1739
|
+
"device_id": "STORAGE\\VOLUME\\{17807B1E-7D9A-11E5-93E8-806E6F6E6963}#0000000000100000",
|
2050
1740
|
"device_name": "Generic volume",
|
2051
1741
|
"dev_loader": null,
|
2052
1742
|
"driver_date": "20060621000000.******+***",
|
2053
1743
|
"driver_name": null,
|
2054
1744
|
"driver_provider_name": "Microsoft",
|
2055
|
-
"driver_version": "6.2.9200.
|
1745
|
+
"driver_version": "6.2.9200.16384",
|
2056
1746
|
"friendly_name": null,
|
2057
1747
|
"hard_ware_id": "STORAGE\\Volume",
|
2058
1748
|
"inf_name": "volume.inf",
|
@@ -2068,7 +1758,7 @@
|
|
2068
1758
|
"status": null,
|
2069
1759
|
"system_creation_class_name": null,
|
2070
1760
|
"system_name": null,
|
2071
|
-
"version": "6.2.9200.
|
1761
|
+
"version": "6.2.9200.16384",
|
2072
1762
|
"date": "20060621"
|
2073
1763
|
},
|
2074
1764
|
"ROOT\\VOLMGR\\0000": {
|
@@ -2187,7 +1877,7 @@
|
|
2187
1877
|
"location": null,
|
2188
1878
|
"manufacturer": "Microsoft",
|
2189
1879
|
"name": null,
|
2190
|
-
"pdo": "\\Device\\
|
1880
|
+
"pdo": "\\Device\\0000002d",
|
2191
1881
|
"signer": "Microsoft Windows",
|
2192
1882
|
"started": null,
|
2193
1883
|
"start_mode": null,
|
@@ -2219,7 +1909,7 @@
|
|
2219
1909
|
"location": null,
|
2220
1910
|
"manufacturer": "Microsoft",
|
2221
1911
|
"name": null,
|
2222
|
-
"pdo": "\\Device\\
|
1912
|
+
"pdo": "\\Device\\00000015",
|
2223
1913
|
"signer": "Microsoft Windows",
|
2224
1914
|
"started": null,
|
2225
1915
|
"start_mode": null,
|
@@ -2229,134 +1919,6 @@
|
|
2229
1919
|
"version": "6.2.9200.16384",
|
2230
1920
|
"date": "20060621"
|
2231
1921
|
},
|
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
1922
|
"Plug and Play Software Device Enumerator": {
|
2361
1923
|
"caption": null,
|
2362
1924
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
@@ -2379,7 +1941,7 @@
|
|
2379
1941
|
"location": null,
|
2380
1942
|
"manufacturer": "(Standard system devices)",
|
2381
1943
|
"name": null,
|
2382
|
-
"pdo": "\\Device\\
|
1944
|
+
"pdo": "\\Device\\00000014",
|
2383
1945
|
"signer": "Microsoft Windows",
|
2384
1946
|
"started": null,
|
2385
1947
|
"start_mode": null,
|
@@ -2411,7 +1973,7 @@
|
|
2411
1973
|
"location": null,
|
2412
1974
|
"manufacturer": "(Standard system devices)",
|
2413
1975
|
"name": null,
|
2414
|
-
"pdo": "\\Device\\
|
1976
|
+
"pdo": "\\Device\\00000013",
|
2415
1977
|
"signer": "Microsoft Windows",
|
2416
1978
|
"started": null,
|
2417
1979
|
"start_mode": null,
|
@@ -2443,7 +2005,7 @@
|
|
2443
2005
|
"location": null,
|
2444
2006
|
"manufacturer": "Microsoft",
|
2445
2007
|
"name": null,
|
2446
|
-
"pdo": "\\Device\\
|
2008
|
+
"pdo": "\\Device\\00000012",
|
2447
2009
|
"signer": "Microsoft Windows",
|
2448
2010
|
"started": null,
|
2449
2011
|
"start_mode": null,
|
@@ -2475,7 +2037,7 @@
|
|
2475
2037
|
"location": null,
|
2476
2038
|
"manufacturer": "Microsoft",
|
2477
2039
|
"name": null,
|
2478
|
-
"pdo": "\\Device\\
|
2040
|
+
"pdo": "\\Device\\00000011",
|
2479
2041
|
"signer": "Microsoft Windows",
|
2480
2042
|
"started": null,
|
2481
2043
|
"start_mode": null,
|
@@ -2507,7 +2069,7 @@
|
|
2507
2069
|
"location": null,
|
2508
2070
|
"manufacturer": "Microsoft",
|
2509
2071
|
"name": null,
|
2510
|
-
"pdo": "\\Device\\
|
2072
|
+
"pdo": "\\Device\\00000010",
|
2511
2073
|
"signer": "Microsoft Windows",
|
2512
2074
|
"started": null,
|
2513
2075
|
"start_mode": null,
|
@@ -2539,7 +2101,7 @@
|
|
2539
2101
|
"location": null,
|
2540
2102
|
"manufacturer": "Microsoft",
|
2541
2103
|
"name": null,
|
2542
|
-
"pdo": "\\Device\\
|
2104
|
+
"pdo": "\\Device\\0000000f",
|
2543
2105
|
"signer": "Microsoft Windows",
|
2544
2106
|
"started": null,
|
2545
2107
|
"start_mode": null,
|
@@ -2571,7 +2133,7 @@
|
|
2571
2133
|
"location": null,
|
2572
2134
|
"manufacturer": "Microsoft",
|
2573
2135
|
"name": null,
|
2574
|
-
"pdo": "\\Device\\
|
2136
|
+
"pdo": "\\Device\\0000000e",
|
2575
2137
|
"signer": "Microsoft Windows",
|
2576
2138
|
"started": null,
|
2577
2139
|
"start_mode": null,
|
@@ -2603,7 +2165,7 @@
|
|
2603
2165
|
"location": null,
|
2604
2166
|
"manufacturer": "Microsoft",
|
2605
2167
|
"name": null,
|
2606
|
-
"pdo": "\\Device\\
|
2168
|
+
"pdo": "\\Device\\0000000d",
|
2607
2169
|
"signer": "Microsoft Windows",
|
2608
2170
|
"started": null,
|
2609
2171
|
"start_mode": null,
|
@@ -2635,7 +2197,7 @@
|
|
2635
2197
|
"location": null,
|
2636
2198
|
"manufacturer": "(Standard system devices)",
|
2637
2199
|
"name": null,
|
2638
|
-
"pdo": "\\Device\\
|
2200
|
+
"pdo": "\\Device\\00000019",
|
2639
2201
|
"signer": "Microsoft Windows",
|
2640
2202
|
"started": null,
|
2641
2203
|
"start_mode": null,
|
@@ -2645,29 +2207,61 @@
|
|
2645
2207
|
"version": "6.2.9200.16384",
|
2646
2208
|
"date": "20060621"
|
2647
2209
|
},
|
2648
|
-
"
|
2210
|
+
"Intel Processor": {
|
2649
2211
|
"caption": null,
|
2650
|
-
"class_guid": "{
|
2212
|
+
"class_guid": "{50127dc3-0f36-415e-a6cc-4cb3be910b65}",
|
2213
|
+
"compat_id": "ACPI\\Processor",
|
2214
|
+
"creation_class_name": null,
|
2215
|
+
"description": "Intel Processor",
|
2216
|
+
"device_class": "PROCESSOR",
|
2217
|
+
"device_id": "ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_70_-_INTEL(R)_CORE(TM)_I7-4980HQ_CPU_@_2.80GHZ\\_0",
|
2218
|
+
"device_name": "Intel Processor",
|
2219
|
+
"dev_loader": null,
|
2220
|
+
"driver_date": "20090421000000.******+***",
|
2221
|
+
"driver_name": null,
|
2222
|
+
"driver_provider_name": "Microsoft",
|
2223
|
+
"driver_version": "6.2.9200.16384",
|
2224
|
+
"friendly_name": "Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz",
|
2225
|
+
"hard_ware_id": "ACPI\\GenuineIntel_-_Intel64_Family_6_Model_70",
|
2226
|
+
"inf_name": "cpu.inf",
|
2227
|
+
"install_date": null,
|
2228
|
+
"is_signed": true,
|
2229
|
+
"location": null,
|
2230
|
+
"manufacturer": "Intel",
|
2231
|
+
"name": null,
|
2232
|
+
"pdo": "\\Device\\00000018",
|
2233
|
+
"signer": "Microsoft Windows",
|
2234
|
+
"started": null,
|
2235
|
+
"start_mode": null,
|
2236
|
+
"status": null,
|
2237
|
+
"system_creation_class_name": null,
|
2238
|
+
"system_name": null,
|
2239
|
+
"version": "6.2.9200.16384",
|
2240
|
+
"date": "20090421"
|
2241
|
+
},
|
2242
|
+
"Microsoft AC Adapter": {
|
2243
|
+
"caption": null,
|
2244
|
+
"class_guid": "{72631e54-78a4-11d0-bcf7-00aa00b7b32a}",
|
2651
2245
|
"compat_id": null,
|
2652
2246
|
"creation_class_name": null,
|
2653
|
-
"description": "
|
2654
|
-
"device_class": "
|
2655
|
-
"device_id": "ACPI\\
|
2656
|
-
"device_name": "
|
2247
|
+
"description": "Microsoft AC Adapter",
|
2248
|
+
"device_class": "BATTERY",
|
2249
|
+
"device_id": "ACPI\\ACPI0003\\0",
|
2250
|
+
"device_name": "Microsoft AC Adapter",
|
2657
2251
|
"dev_loader": null,
|
2658
2252
|
"driver_date": "20060621000000.******+***",
|
2659
2253
|
"driver_name": null,
|
2660
2254
|
"driver_provider_name": "Microsoft",
|
2661
2255
|
"driver_version": "6.2.9200.16384",
|
2662
2256
|
"friendly_name": null,
|
2663
|
-
"hard_ware_id": "ACPI\\
|
2664
|
-
"inf_name": "
|
2257
|
+
"hard_ware_id": "ACPI\\VEN_ACPI&DEV_0003",
|
2258
|
+
"inf_name": "cmbatt.inf",
|
2665
2259
|
"install_date": null,
|
2666
2260
|
"is_signed": true,
|
2667
2261
|
"location": null,
|
2668
|
-
"manufacturer": "
|
2262
|
+
"manufacturer": "Microsoft",
|
2669
2263
|
"name": null,
|
2670
|
-
"pdo": "\\Device\\
|
2264
|
+
"pdo": "\\Device\\0000001b",
|
2671
2265
|
"signer": "Microsoft Windows",
|
2672
2266
|
"started": null,
|
2673
2267
|
"start_mode": null,
|
@@ -2677,27 +2271,27 @@
|
|
2677
2271
|
"version": "6.2.9200.16384",
|
2678
2272
|
"date": "20060621"
|
2679
2273
|
},
|
2680
|
-
"
|
2274
|
+
"Microsoft ACPI-Compliant Control Method Battery": {
|
2681
2275
|
"caption": null,
|
2682
|
-
"class_guid": "{
|
2276
|
+
"class_guid": "{72631e54-78a4-11d0-bcf7-00aa00b7b32a}",
|
2683
2277
|
"compat_id": null,
|
2684
2278
|
"creation_class_name": null,
|
2685
|
-
"description": "
|
2686
|
-
"device_class": "
|
2687
|
-
"device_id": "ACPI\\
|
2688
|
-
"device_name": "
|
2279
|
+
"description": "Microsoft ACPI-Compliant Control Method Battery",
|
2280
|
+
"device_class": "BATTERY",
|
2281
|
+
"device_id": "ACPI\\PNP0C0A\\0",
|
2282
|
+
"device_name": "Microsoft ACPI-Compliant Control Method Battery",
|
2689
2283
|
"dev_loader": null,
|
2690
2284
|
"driver_date": "20060621000000.******+***",
|
2691
2285
|
"driver_name": null,
|
2692
2286
|
"driver_provider_name": "Microsoft",
|
2693
2287
|
"driver_version": "6.2.9200.16384",
|
2694
2288
|
"friendly_name": null,
|
2695
|
-
"hard_ware_id": "ACPI\\VEN_PNP&
|
2696
|
-
"inf_name": "
|
2289
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0C0A",
|
2290
|
+
"inf_name": "cmbatt.inf",
|
2697
2291
|
"install_date": null,
|
2698
2292
|
"is_signed": true,
|
2699
2293
|
"location": null,
|
2700
|
-
"manufacturer": "
|
2294
|
+
"manufacturer": "Microsoft",
|
2701
2295
|
"name": null,
|
2702
2296
|
"pdo": "\\Device\\0000001a",
|
2703
2297
|
"signer": "Microsoft Windows",
|
@@ -2709,6 +2303,38 @@
|
|
2709
2303
|
"version": "6.2.9200.16384",
|
2710
2304
|
"date": "20060621"
|
2711
2305
|
},
|
2306
|
+
"CD-ROM Drive": {
|
2307
|
+
"caption": null,
|
2308
|
+
"class_guid": "{4d36e965-e325-11ce-bfc1-08002be10318}",
|
2309
|
+
"compat_id": "SCSI\\CdRom",
|
2310
|
+
"creation_class_name": null,
|
2311
|
+
"description": "CD-ROM Drive",
|
2312
|
+
"device_class": "CDROM",
|
2313
|
+
"device_id": "SCSI\\CDROM&VEN_VBOX&PROD_CD-ROM\\4&3554261F&0&010000",
|
2314
|
+
"device_name": "CD-ROM Drive",
|
2315
|
+
"dev_loader": null,
|
2316
|
+
"driver_date": "20060621000000.******+***",
|
2317
|
+
"driver_name": null,
|
2318
|
+
"driver_provider_name": "Microsoft",
|
2319
|
+
"driver_version": "6.2.9200.16384",
|
2320
|
+
"friendly_name": "VBOX CD-ROM",
|
2321
|
+
"hard_ware_id": "SCSI\\CdRomVBOX____CD-ROM__________1.0_",
|
2322
|
+
"inf_name": "cdrom.inf",
|
2323
|
+
"install_date": null,
|
2324
|
+
"is_signed": true,
|
2325
|
+
"location": "Bus Number 1, Target Id 0, LUN 0",
|
2326
|
+
"manufacturer": "(Standard CD-ROM drives)",
|
2327
|
+
"name": null,
|
2328
|
+
"pdo": "\\Device\\00000022",
|
2329
|
+
"signer": "Microsoft Windows",
|
2330
|
+
"started": null,
|
2331
|
+
"start_mode": null,
|
2332
|
+
"status": null,
|
2333
|
+
"system_creation_class_name": null,
|
2334
|
+
"system_name": null,
|
2335
|
+
"version": "6.2.9200.16384",
|
2336
|
+
"date": "20060621"
|
2337
|
+
},
|
2712
2338
|
"Disk drive": {
|
2713
2339
|
"caption": null,
|
2714
2340
|
"class_guid": "{4d36e967-e325-11ce-bfc1-08002be10318}",
|
@@ -2716,118 +2342,118 @@
|
|
2716
2342
|
"creation_class_name": null,
|
2717
2343
|
"description": "Disk drive",
|
2718
2344
|
"device_class": "DISKDRIVE",
|
2719
|
-
"device_id": "SCSI\\DISK&
|
2345
|
+
"device_id": "SCSI\\DISK&VEN_VBOX&PROD_HARDDISK\\4&3554261F&0&000000",
|
2720
2346
|
"device_name": "Disk drive",
|
2721
2347
|
"dev_loader": null,
|
2722
2348
|
"driver_date": "20060621000000.******+***",
|
2723
2349
|
"driver_name": null,
|
2724
2350
|
"driver_provider_name": "Microsoft",
|
2725
|
-
"driver_version": "6.2.9200.
|
2726
|
-
"friendly_name": "
|
2727
|
-
"hard_ware_id": "SCSI\\
|
2351
|
+
"driver_version": "6.2.9200.16384",
|
2352
|
+
"friendly_name": "VBOX HARDDISK",
|
2353
|
+
"hard_ware_id": "SCSI\\DiskVBOX____________HARDDISK_1.0",
|
2728
2354
|
"inf_name": "disk.inf",
|
2729
2355
|
"install_date": null,
|
2730
2356
|
"is_signed": true,
|
2731
|
-
"location": "Bus Number 0, Target
|
2357
|
+
"location": "Bus Number 0, Target Id 0, LUN 0",
|
2732
2358
|
"manufacturer": "(Standard disk drives)",
|
2733
2359
|
"name": null,
|
2734
|
-
"pdo": "\\Device\\
|
2360
|
+
"pdo": "\\Device\\00000021",
|
2735
2361
|
"signer": "Microsoft Windows",
|
2736
2362
|
"started": null,
|
2737
2363
|
"start_mode": null,
|
2738
2364
|
"status": null,
|
2739
2365
|
"system_creation_class_name": null,
|
2740
2366
|
"system_name": null,
|
2741
|
-
"version": "6.2.9200.
|
2367
|
+
"version": "6.2.9200.16384",
|
2742
2368
|
"date": "20060621"
|
2743
2369
|
},
|
2744
|
-
"
|
2370
|
+
"Standard SATA AHCI Controller": {
|
2745
2371
|
"caption": null,
|
2746
|
-
"class_guid": "{
|
2747
|
-
"compat_id": "PCI\\
|
2372
|
+
"class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
|
2373
|
+
"compat_id": "PCI\\VEN_8086&CC_010601",
|
2748
2374
|
"creation_class_name": null,
|
2749
|
-
"description": "
|
2750
|
-
"device_class": "
|
2751
|
-
"device_id": "PCI\\
|
2752
|
-
"device_name": "
|
2375
|
+
"description": "Standard SATA AHCI Controller",
|
2376
|
+
"device_class": "HDC",
|
2377
|
+
"device_id": "PCI\\VEN_8086&DEV_2829&SUBSYS_00000000&REV_02\\3&267A616A&1&68",
|
2378
|
+
"device_name": "Standard SATA AHCI Controller",
|
2753
2379
|
"dev_loader": null,
|
2754
|
-
"driver_date": "
|
2380
|
+
"driver_date": "20060621000000.******+***",
|
2755
2381
|
"driver_name": null,
|
2756
|
-
"driver_provider_name": "
|
2757
|
-
"driver_version": "6.
|
2382
|
+
"driver_provider_name": "Microsoft",
|
2383
|
+
"driver_version": "6.2.9200.16384",
|
2758
2384
|
"friendly_name": null,
|
2759
|
-
"hard_ware_id": "PCI\\
|
2760
|
-
"inf_name": "
|
2385
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_2829&SUBSYS_00000000&REV_02",
|
2386
|
+
"inf_name": "mshdc.inf",
|
2761
2387
|
"install_date": null,
|
2762
2388
|
"is_signed": true,
|
2763
|
-
"location": "PCI bus 0, device
|
2764
|
-
"manufacturer": "
|
2389
|
+
"location": "PCI bus 0, device 13, function 0",
|
2390
|
+
"manufacturer": "Standard SATA AHCI Controller",
|
2765
2391
|
"name": null,
|
2766
|
-
"pdo": "\\Device\\
|
2767
|
-
"signer": "Microsoft Windows
|
2392
|
+
"pdo": "\\Device\\NTPNP_PCI0008",
|
2393
|
+
"signer": "Microsoft Windows",
|
2768
2394
|
"started": null,
|
2769
2395
|
"start_mode": null,
|
2770
2396
|
"status": null,
|
2771
2397
|
"system_creation_class_name": null,
|
2772
2398
|
"system_name": null,
|
2773
|
-
"version": "6.
|
2774
|
-
"date": "
|
2399
|
+
"version": "6.2.9200.16384",
|
2400
|
+
"date": "20060621"
|
2775
2401
|
},
|
2776
|
-
"
|
2402
|
+
"HID-compliant mouse": {
|
2777
2403
|
"caption": null,
|
2778
|
-
"class_guid": "{
|
2779
|
-
"compat_id": "
|
2404
|
+
"class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
|
2405
|
+
"compat_id": "",
|
2780
2406
|
"creation_class_name": null,
|
2781
|
-
"description": "
|
2782
|
-
"device_class": "
|
2783
|
-
"device_id": "
|
2784
|
-
"device_name": "
|
2407
|
+
"description": "HID-compliant mouse",
|
2408
|
+
"device_class": "MOUSE",
|
2409
|
+
"device_id": "HID\\VID_80EE&PID_0021\\6&A8E1584&0&0000",
|
2410
|
+
"device_name": "HID-compliant mouse",
|
2785
2411
|
"dev_loader": null,
|
2786
2412
|
"driver_date": "20060621000000.******+***",
|
2787
2413
|
"driver_name": null,
|
2788
2414
|
"driver_provider_name": "Microsoft",
|
2789
|
-
"driver_version": "6.2.9200.
|
2415
|
+
"driver_version": "6.2.9200.16384",
|
2790
2416
|
"friendly_name": null,
|
2791
|
-
"hard_ware_id": "
|
2792
|
-
"inf_name": "
|
2417
|
+
"hard_ware_id": "HID\\VID_80EE&PID_0021&REV_0100",
|
2418
|
+
"inf_name": "msmouse.inf",
|
2793
2419
|
"install_date": null,
|
2794
2420
|
"is_signed": true,
|
2795
2421
|
"location": null,
|
2796
|
-
"manufacturer": "
|
2422
|
+
"manufacturer": "Microsoft",
|
2797
2423
|
"name": null,
|
2798
|
-
"pdo": "\\Device\\
|
2424
|
+
"pdo": "\\Device\\00000027",
|
2799
2425
|
"signer": "Microsoft Windows",
|
2800
2426
|
"started": null,
|
2801
2427
|
"start_mode": null,
|
2802
2428
|
"status": null,
|
2803
2429
|
"system_creation_class_name": null,
|
2804
2430
|
"system_name": null,
|
2805
|
-
"version": "6.2.9200.
|
2431
|
+
"version": "6.2.9200.16384",
|
2806
2432
|
"date": "20060621"
|
2807
2433
|
},
|
2808
|
-
"
|
2434
|
+
"USB Input Device": {
|
2809
2435
|
"caption": null,
|
2810
|
-
"class_guid": "{
|
2811
|
-
"compat_id": "
|
2436
|
+
"class_guid": "{745a17a0-74d3-11d0-b6fe-00a0c90f57da}",
|
2437
|
+
"compat_id": "USB\\Class_03&SubClass_00&Prot_00",
|
2812
2438
|
"creation_class_name": null,
|
2813
|
-
"description": "
|
2814
|
-
"device_class": "
|
2815
|
-
"device_id": "
|
2816
|
-
"device_name": "
|
2439
|
+
"description": "USB Input Device",
|
2440
|
+
"device_class": "HIDCLASS",
|
2441
|
+
"device_id": "USB\\VID_80EE&PID_0021\\5&35F564D4&0&1",
|
2442
|
+
"device_name": "USB Input Device",
|
2817
2443
|
"dev_loader": null,
|
2818
2444
|
"driver_date": "20060621000000.******+***",
|
2819
2445
|
"driver_name": null,
|
2820
2446
|
"driver_provider_name": "Microsoft",
|
2821
2447
|
"driver_version": "6.2.9200.16384",
|
2822
2448
|
"friendly_name": null,
|
2823
|
-
"hard_ware_id": "
|
2824
|
-
"inf_name": "
|
2449
|
+
"hard_ware_id": "USB\\VID_80EE&PID_0021&REV_0100",
|
2450
|
+
"inf_name": "input.inf",
|
2825
2451
|
"install_date": null,
|
2826
2452
|
"is_signed": true,
|
2827
|
-
"location": "
|
2828
|
-
"manufacturer": "(Standard
|
2453
|
+
"location": "Port_#0001.Hub_#0001",
|
2454
|
+
"manufacturer": "(Standard system devices)",
|
2829
2455
|
"name": null,
|
2830
|
-
"pdo": "\\Device\\
|
2456
|
+
"pdo": "\\Device\\USBPDO-1",
|
2831
2457
|
"signer": "Microsoft Windows",
|
2832
2458
|
"started": null,
|
2833
2459
|
"start_mode": null,
|
@@ -2837,93 +2463,93 @@
|
|
2837
2463
|
"version": "6.2.9200.16384",
|
2838
2464
|
"date": "20060621"
|
2839
2465
|
},
|
2840
|
-
"
|
2466
|
+
"USB Root Hub": {
|
2841
2467
|
"caption": null,
|
2842
|
-
"class_guid": "{
|
2843
|
-
"compat_id":
|
2468
|
+
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
|
2469
|
+
"compat_id": null,
|
2844
2470
|
"creation_class_name": null,
|
2845
|
-
"description": "
|
2846
|
-
"device_class": "
|
2847
|
-
"device_id": "
|
2848
|
-
"device_name": "
|
2471
|
+
"description": "USB Root Hub",
|
2472
|
+
"device_class": "USB",
|
2473
|
+
"device_id": "USB\\ROOT_HUB\\4&159A73F4&0",
|
2474
|
+
"device_name": "USB Root Hub",
|
2849
2475
|
"dev_loader": null,
|
2850
2476
|
"driver_date": "20060621000000.******+***",
|
2851
2477
|
"driver_name": null,
|
2852
2478
|
"driver_provider_name": "Microsoft",
|
2853
|
-
"driver_version": "6.2.9200.
|
2854
|
-
"friendly_name":
|
2855
|
-
"hard_ware_id": "
|
2856
|
-
"inf_name": "
|
2479
|
+
"driver_version": "6.2.9200.16384",
|
2480
|
+
"friendly_name": null,
|
2481
|
+
"hard_ware_id": "USB\\ROOT_HUB&VID106B&PID003F&REV0000",
|
2482
|
+
"inf_name": "usbport.inf",
|
2857
2483
|
"install_date": null,
|
2858
2484
|
"is_signed": true,
|
2859
|
-
"location":
|
2860
|
-
"manufacturer": "(Standard
|
2485
|
+
"location": null,
|
2486
|
+
"manufacturer": "(Standard USB Host Controller)",
|
2861
2487
|
"name": null,
|
2862
|
-
"pdo": "\\Device\\
|
2488
|
+
"pdo": "\\Device\\USBPDO-0",
|
2863
2489
|
"signer": "Microsoft Windows",
|
2864
2490
|
"started": null,
|
2865
2491
|
"start_mode": null,
|
2866
2492
|
"status": null,
|
2867
2493
|
"system_creation_class_name": null,
|
2868
2494
|
"system_name": null,
|
2869
|
-
"version": "6.2.9200.
|
2495
|
+
"version": "6.2.9200.16384",
|
2870
2496
|
"date": "20060621"
|
2871
2497
|
},
|
2872
|
-
"
|
2498
|
+
"Standard OpenHCD USB Host Controller": {
|
2873
2499
|
"caption": null,
|
2874
|
-
"class_guid": "{
|
2875
|
-
"compat_id": "PCI\\
|
2500
|
+
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
|
2501
|
+
"compat_id": "PCI\\VEN_106B&CC_0C0310",
|
2876
2502
|
"creation_class_name": null,
|
2877
|
-
"description": "
|
2878
|
-
"device_class": "
|
2879
|
-
"device_id": "PCI\\
|
2880
|
-
"device_name": "
|
2503
|
+
"description": "Standard OpenHCD USB Host Controller",
|
2504
|
+
"device_class": "USB",
|
2505
|
+
"device_id": "PCI\\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00\\3&267A616A&1&30",
|
2506
|
+
"device_name": "Standard OpenHCD USB Host Controller",
|
2881
2507
|
"dev_loader": null,
|
2882
2508
|
"driver_date": "20060621000000.******+***",
|
2883
2509
|
"driver_name": null,
|
2884
2510
|
"driver_provider_name": "Microsoft",
|
2885
|
-
"driver_version": "6.2.9200.
|
2511
|
+
"driver_version": "6.2.9200.16384",
|
2886
2512
|
"friendly_name": null,
|
2887
|
-
"hard_ware_id": "PCI\\
|
2888
|
-
"inf_name": "
|
2513
|
+
"hard_ware_id": "PCI\\VEN_106B&DEV_003F&SUBSYS_00000000&REV_00",
|
2514
|
+
"inf_name": "usbport.inf",
|
2889
2515
|
"install_date": null,
|
2890
2516
|
"is_signed": true,
|
2891
|
-
"location": "PCI bus 0, device
|
2892
|
-
"manufacturer": "
|
2517
|
+
"location": "PCI bus 0, device 6, function 0",
|
2518
|
+
"manufacturer": "(Standard USB Host Controller)",
|
2893
2519
|
"name": null,
|
2894
|
-
"pdo": "\\Device\\
|
2520
|
+
"pdo": "\\Device\\NTPNP_PCI0006",
|
2895
2521
|
"signer": "Microsoft Windows",
|
2896
2522
|
"started": null,
|
2897
2523
|
"start_mode": null,
|
2898
2524
|
"status": null,
|
2899
2525
|
"system_creation_class_name": null,
|
2900
2526
|
"system_name": null,
|
2901
|
-
"version": "6.2.9200.
|
2527
|
+
"version": "6.2.9200.16384",
|
2902
2528
|
"date": "20060621"
|
2903
2529
|
},
|
2904
|
-
"
|
2530
|
+
"High Definition Audio Device": {
|
2905
2531
|
"caption": null,
|
2906
|
-
"class_guid": "{
|
2907
|
-
"compat_id":
|
2532
|
+
"class_guid": "{4d36e96c-e325-11ce-bfc1-08002be10318}",
|
2533
|
+
"compat_id": "HDAUDIO\\FUNC_01&CTLR_VEN_8086&CTLR_DEV_2668&VEN_8384&DEV_7680&REV_1034",
|
2908
2534
|
"creation_class_name": null,
|
2909
|
-
"description": "
|
2910
|
-
"device_class": "
|
2911
|
-
"device_id": "
|
2912
|
-
"device_name": "
|
2535
|
+
"description": "High Definition Audio Device",
|
2536
|
+
"device_class": "MEDIA",
|
2537
|
+
"device_id": "HDAUDIO\\FUNC_01&VEN_8384&DEV_7680&SUBSYS_83847680&REV_1034\\4&22A99211&0&0001",
|
2538
|
+
"device_name": "High Definition Audio Device",
|
2913
2539
|
"dev_loader": null,
|
2914
|
-
"driver_date": "
|
2915
|
-
"driver_name":
|
2540
|
+
"driver_date": "20120725000000.******+***",
|
2541
|
+
"driver_name": "HdAudio.sys",
|
2916
2542
|
"driver_provider_name": "Microsoft",
|
2917
2543
|
"driver_version": "6.2.9200.16384",
|
2918
2544
|
"friendly_name": null,
|
2919
|
-
"hard_ware_id": "
|
2920
|
-
"inf_name": "
|
2545
|
+
"hard_ware_id": "HDAUDIO\\FUNC_01&VEN_8384&DEV_7680&SUBSYS_83847680&REV_1034",
|
2546
|
+
"inf_name": "hdaudio.inf",
|
2921
2547
|
"install_date": null,
|
2922
2548
|
"is_signed": true,
|
2923
|
-
"location": "
|
2924
|
-
"manufacturer": "
|
2549
|
+
"location": "Internal High Definition Audio Bus",
|
2550
|
+
"manufacturer": "Microsoft",
|
2925
2551
|
"name": null,
|
2926
|
-
"pdo": "\\Device\\
|
2552
|
+
"pdo": "\\Device\\00000024",
|
2927
2553
|
"signer": "Microsoft Windows",
|
2928
2554
|
"started": null,
|
2929
2555
|
"start_mode": null,
|
@@ -2931,31 +2557,31 @@
|
|
2931
2557
|
"system_creation_class_name": null,
|
2932
2558
|
"system_name": null,
|
2933
2559
|
"version": "6.2.9200.16384",
|
2934
|
-
"date": "
|
2560
|
+
"date": "20120725"
|
2935
2561
|
},
|
2936
|
-
"
|
2562
|
+
"High Definition Audio Controller": {
|
2937
2563
|
"caption": null,
|
2938
|
-
"class_guid": "{
|
2939
|
-
"compat_id":
|
2564
|
+
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
2565
|
+
"compat_id": "PCI\\VEN_8086&DEV_2668&REV_01",
|
2940
2566
|
"creation_class_name": null,
|
2941
|
-
"description": "
|
2942
|
-
"device_class": "
|
2943
|
-
"device_id": "
|
2944
|
-
"device_name": "
|
2567
|
+
"description": "High Definition Audio Controller",
|
2568
|
+
"device_class": "SYSTEM",
|
2569
|
+
"device_id": "PCI\\VEN_8086&DEV_2668&SUBSYS_76808384&REV_01\\3&267A616A&1&28",
|
2570
|
+
"device_name": "High Definition Audio Controller",
|
2945
2571
|
"dev_loader": null,
|
2946
|
-
"driver_date": "
|
2572
|
+
"driver_date": "20120725000000.******+***",
|
2947
2573
|
"driver_name": null,
|
2948
2574
|
"driver_provider_name": "Microsoft",
|
2949
2575
|
"driver_version": "6.2.9200.16384",
|
2950
|
-
"friendly_name":
|
2951
|
-
"hard_ware_id": "
|
2952
|
-
"inf_name": "
|
2576
|
+
"friendly_name": null,
|
2577
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_2668&SUBSYS_76808384&REV_01",
|
2578
|
+
"inf_name": "hdaudbus.inf",
|
2953
2579
|
"install_date": null,
|
2954
2580
|
"is_signed": true,
|
2955
|
-
"location":
|
2956
|
-
"manufacturer": "
|
2581
|
+
"location": "PCI bus 0, device 5, function 0",
|
2582
|
+
"manufacturer": "Microsoft",
|
2957
2583
|
"name": null,
|
2958
|
-
"pdo": "\\Device\\
|
2584
|
+
"pdo": "\\Device\\NTPNP_PCI0005",
|
2959
2585
|
"signer": "Microsoft Windows",
|
2960
2586
|
"started": null,
|
2961
2587
|
"start_mode": null,
|
@@ -2963,159 +2589,159 @@
|
|
2963
2589
|
"system_creation_class_name": null,
|
2964
2590
|
"system_name": null,
|
2965
2591
|
"version": "6.2.9200.16384",
|
2966
|
-
"date": "
|
2592
|
+
"date": "20120725"
|
2967
2593
|
},
|
2968
|
-
"
|
2594
|
+
"VirtualBox Device": {
|
2969
2595
|
"caption": null,
|
2970
|
-
"class_guid": "{
|
2971
|
-
"compat_id":
|
2596
|
+
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
2597
|
+
"compat_id": "PCI\\VEN_80EE&CC_088000",
|
2972
2598
|
"creation_class_name": null,
|
2973
|
-
"description": "
|
2974
|
-
"device_class": "
|
2975
|
-
"device_id": "
|
2976
|
-
"device_name": "
|
2599
|
+
"description": "VirtualBox Device",
|
2600
|
+
"device_class": "SYSTEM",
|
2601
|
+
"device_id": "PCI\\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00\\3&267A616A&1&20",
|
2602
|
+
"device_name": "VirtualBox Device",
|
2977
2603
|
"dev_loader": null,
|
2978
|
-
"driver_date": "
|
2604
|
+
"driver_date": "20151002000000.******+***",
|
2979
2605
|
"driver_name": null,
|
2980
|
-
"driver_provider_name": "
|
2981
|
-
"driver_version": "
|
2982
|
-
"friendly_name":
|
2983
|
-
"hard_ware_id": "
|
2984
|
-
"inf_name": "
|
2606
|
+
"driver_provider_name": "Oracle Corporation",
|
2607
|
+
"driver_version": "5.0.6.0",
|
2608
|
+
"friendly_name": null,
|
2609
|
+
"hard_ware_id": "PCI\\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00",
|
2610
|
+
"inf_name": "oem1.inf",
|
2985
2611
|
"install_date": null,
|
2986
|
-
"is_signed":
|
2987
|
-
"location":
|
2988
|
-
"manufacturer": "
|
2612
|
+
"is_signed": false,
|
2613
|
+
"location": "PCI bus 0, device 4, function 0",
|
2614
|
+
"manufacturer": "Oracle Corporation",
|
2989
2615
|
"name": null,
|
2990
|
-
"pdo": "\\Device\\
|
2991
|
-
"signer":
|
2616
|
+
"pdo": "\\Device\\NTPNP_PCI0004",
|
2617
|
+
"signer": null,
|
2992
2618
|
"started": null,
|
2993
2619
|
"start_mode": null,
|
2994
2620
|
"status": null,
|
2995
2621
|
"system_creation_class_name": null,
|
2996
2622
|
"system_name": null,
|
2997
|
-
"version": "
|
2998
|
-
"date": "
|
2623
|
+
"version": "5.0.6.0",
|
2624
|
+
"date": "20151002"
|
2999
2625
|
},
|
3000
|
-
"
|
2626
|
+
"Intel(R) PRO/1000 MT Desktop Adapter": {
|
3001
2627
|
"caption": null,
|
3002
|
-
"class_guid": "{
|
3003
|
-
"compat_id":
|
2628
|
+
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
|
2629
|
+
"compat_id": "PCI\\VEN_8086&DEV_100E&REV_02",
|
3004
2630
|
"creation_class_name": null,
|
3005
|
-
"description": "
|
3006
|
-
"device_class": "
|
3007
|
-
"device_id": "
|
3008
|
-
"device_name": "
|
2631
|
+
"description": "Intel(R) PRO/1000 MT Desktop Adapter",
|
2632
|
+
"device_class": "NET",
|
2633
|
+
"device_id": "PCI\\VEN_8086&DEV_100E&SUBSYS_001E8086&REV_02\\3&267A616A&1&18",
|
2634
|
+
"device_name": "Intel(R) PRO/1000 MT Desktop Adapter",
|
3009
2635
|
"dev_loader": null,
|
3010
|
-
"driver_date": "
|
2636
|
+
"driver_date": "20100323000000.******+***",
|
3011
2637
|
"driver_name": null,
|
3012
2638
|
"driver_provider_name": "Microsoft",
|
3013
|
-
"driver_version": "
|
3014
|
-
"friendly_name":
|
3015
|
-
"hard_ware_id": "
|
3016
|
-
"inf_name": "
|
2639
|
+
"driver_version": "8.4.13.0",
|
2640
|
+
"friendly_name": "Intel(R) PRO/1000 MT Desktop Adapter",
|
2641
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_100E&SUBSYS_001E8086&REV_02",
|
2642
|
+
"inf_name": "nete1g3e.inf",
|
3017
2643
|
"install_date": null,
|
3018
2644
|
"is_signed": true,
|
3019
|
-
"location":
|
3020
|
-
"manufacturer": "
|
2645
|
+
"location": "PCI bus 0, device 3, function 0",
|
2646
|
+
"manufacturer": "Intel",
|
3021
2647
|
"name": null,
|
3022
|
-
"pdo": "\\Device\\
|
2648
|
+
"pdo": "\\Device\\NTPNP_PCI0003",
|
3023
2649
|
"signer": "Microsoft Windows",
|
3024
2650
|
"started": null,
|
3025
2651
|
"start_mode": null,
|
3026
2652
|
"status": null,
|
3027
2653
|
"system_creation_class_name": null,
|
3028
2654
|
"system_name": null,
|
3029
|
-
"version": "
|
3030
|
-
"date": "
|
2655
|
+
"version": "8.4.13.0",
|
2656
|
+
"date": "20100323"
|
3031
2657
|
},
|
3032
|
-
"
|
2658
|
+
"Generic Non-PnP Monitor": {
|
3033
2659
|
"caption": null,
|
3034
|
-
"class_guid": "{
|
3035
|
-
"compat_id": "*
|
2660
|
+
"class_guid": "{4d36e96e-e325-11ce-bfc1-08002be10318}",
|
2661
|
+
"compat_id": "*PNP09FF",
|
3036
2662
|
"creation_class_name": null,
|
3037
|
-
"description": "
|
3038
|
-
"device_class": "
|
3039
|
-
"device_id": "
|
3040
|
-
"device_name": "
|
2663
|
+
"description": "Generic Non-PnP Monitor",
|
2664
|
+
"device_class": "MONITOR",
|
2665
|
+
"device_id": "DISPLAY\\DEFAULT_MONITOR\\4&39FC21A1&0&UID0",
|
2666
|
+
"device_name": "Generic Non-PnP Monitor",
|
3041
2667
|
"dev_loader": null,
|
3042
2668
|
"driver_date": "20060621000000.******+***",
|
3043
2669
|
"driver_name": null,
|
3044
2670
|
"driver_provider_name": "Microsoft",
|
3045
|
-
"driver_version": "6.2.9200.
|
2671
|
+
"driver_version": "6.2.9200.16384",
|
3046
2672
|
"friendly_name": null,
|
3047
|
-
"hard_ware_id": "
|
3048
|
-
"inf_name": "
|
2673
|
+
"hard_ware_id": "MONITOR\\Default_Monitor",
|
2674
|
+
"inf_name": "monitor.inf",
|
3049
2675
|
"install_date": null,
|
3050
2676
|
"is_signed": true,
|
3051
2677
|
"location": null,
|
3052
|
-
"manufacturer": "(Standard
|
2678
|
+
"manufacturer": "(Standard monitor types)",
|
3053
2679
|
"name": null,
|
3054
|
-
"pdo": "\\Device\\
|
2680
|
+
"pdo": "\\Device\\0000002c",
|
3055
2681
|
"signer": "Microsoft Windows",
|
3056
2682
|
"started": null,
|
3057
2683
|
"start_mode": null,
|
3058
2684
|
"status": null,
|
3059
2685
|
"system_creation_class_name": null,
|
3060
2686
|
"system_name": null,
|
3061
|
-
"version": "6.2.9200.
|
2687
|
+
"version": "6.2.9200.16384",
|
3062
2688
|
"date": "20060621"
|
3063
2689
|
},
|
3064
|
-
"
|
2690
|
+
"VirtualBox Graphics Adapter for Windows 8": {
|
3065
2691
|
"caption": null,
|
3066
|
-
"class_guid": "{
|
3067
|
-
"compat_id": "
|
2692
|
+
"class_guid": "{4d36e968-e325-11ce-bfc1-08002be10318}",
|
2693
|
+
"compat_id": "PCI\\VEN_80EE&CC_030000",
|
3068
2694
|
"creation_class_name": null,
|
3069
|
-
"description": "
|
3070
|
-
"device_class": "
|
3071
|
-
"device_id": "
|
3072
|
-
"device_name": "
|
2695
|
+
"description": "VirtualBox Graphics Adapter for Windows 8",
|
2696
|
+
"device_class": "DISPLAY",
|
2697
|
+
"device_id": "PCI\\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00\\3&267A616A&1&10",
|
2698
|
+
"device_name": "VirtualBox Graphics Adapter for Windows 8",
|
3073
2699
|
"dev_loader": null,
|
3074
|
-
"driver_date": "
|
2700
|
+
"driver_date": "20151002000000.******+***",
|
3075
2701
|
"driver_name": null,
|
3076
|
-
"driver_provider_name": "
|
3077
|
-
"driver_version": "
|
2702
|
+
"driver_provider_name": "Oracle Corporation",
|
2703
|
+
"driver_version": "5.0.6.0",
|
3078
2704
|
"friendly_name": null,
|
3079
|
-
"hard_ware_id": "
|
3080
|
-
"inf_name": "
|
2705
|
+
"hard_ware_id": "PCI\\VEN_80EE&DEV_BEEF&SUBSYS_00000000&REV_00",
|
2706
|
+
"inf_name": "oem2.inf",
|
3081
2707
|
"install_date": null,
|
3082
|
-
"is_signed":
|
3083
|
-
"location":
|
3084
|
-
"manufacturer": "
|
2708
|
+
"is_signed": false,
|
2709
|
+
"location": "PCI bus 0, device 2, function 0",
|
2710
|
+
"manufacturer": "Oracle Corporation",
|
3085
2711
|
"name": null,
|
3086
|
-
"pdo": "\\Device\\
|
3087
|
-
"signer":
|
2712
|
+
"pdo": "\\Device\\NTPNP_PCI0002",
|
2713
|
+
"signer": null,
|
3088
2714
|
"started": null,
|
3089
2715
|
"start_mode": null,
|
3090
2716
|
"status": null,
|
3091
2717
|
"system_creation_class_name": null,
|
3092
2718
|
"system_name": null,
|
3093
|
-
"version": "
|
3094
|
-
"date": "
|
2719
|
+
"version": "5.0.6.0",
|
2720
|
+
"date": "20151002"
|
3095
2721
|
},
|
3096
|
-
"
|
2722
|
+
"Programmable interrupt controller": {
|
3097
2723
|
"caption": null,
|
3098
2724
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
3099
2725
|
"compat_id": null,
|
3100
2726
|
"creation_class_name": null,
|
3101
|
-
"description": "
|
2727
|
+
"description": "Programmable interrupt controller",
|
3102
2728
|
"device_class": "SYSTEM",
|
3103
|
-
"device_id": "ACPI\\
|
3104
|
-
"device_name": "
|
2729
|
+
"device_id": "ACPI\\PNP0000\\4&E03A844&0",
|
2730
|
+
"device_name": "Programmable interrupt controller",
|
3105
2731
|
"dev_loader": null,
|
3106
2732
|
"driver_date": "20060621000000.******+***",
|
3107
2733
|
"driver_name": null,
|
3108
2734
|
"driver_provider_name": "Microsoft",
|
3109
2735
|
"driver_version": "6.2.9200.16384",
|
3110
2736
|
"friendly_name": null,
|
3111
|
-
"hard_ware_id": "ACPI\\VEN_PNP&
|
2737
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0000",
|
3112
2738
|
"inf_name": "machine.inf",
|
3113
2739
|
"install_date": null,
|
3114
2740
|
"is_signed": true,
|
3115
2741
|
"location": null,
|
3116
2742
|
"manufacturer": "(Standard system devices)",
|
3117
2743
|
"name": null,
|
3118
|
-
"pdo": "\\Device\\
|
2744
|
+
"pdo": "\\Device\\00000020",
|
3119
2745
|
"signer": "Microsoft Windows",
|
3120
2746
|
"started": null,
|
3121
2747
|
"start_mode": null,
|
@@ -3125,29 +2751,29 @@
|
|
3125
2751
|
"version": "6.2.9200.16384",
|
3126
2752
|
"date": "20060621"
|
3127
2753
|
},
|
3128
|
-
"System
|
2754
|
+
"System timer": {
|
3129
2755
|
"caption": null,
|
3130
2756
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
3131
2757
|
"compat_id": null,
|
3132
2758
|
"creation_class_name": null,
|
3133
|
-
"description": "System
|
2759
|
+
"description": "System timer",
|
3134
2760
|
"device_class": "SYSTEM",
|
3135
|
-
"device_id": "ACPI\\
|
3136
|
-
"device_name": "System
|
2761
|
+
"device_id": "ACPI\\PNP0100\\4&E03A844&0",
|
2762
|
+
"device_name": "System timer",
|
3137
2763
|
"dev_loader": null,
|
3138
2764
|
"driver_date": "20060621000000.******+***",
|
3139
2765
|
"driver_name": null,
|
3140
2766
|
"driver_provider_name": "Microsoft",
|
3141
2767
|
"driver_version": "6.2.9200.16384",
|
3142
2768
|
"friendly_name": null,
|
3143
|
-
"hard_ware_id": "ACPI\\VEN_PNP&
|
2769
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0100",
|
3144
2770
|
"inf_name": "machine.inf",
|
3145
2771
|
"install_date": null,
|
3146
2772
|
"is_signed": true,
|
3147
2773
|
"location": null,
|
3148
2774
|
"manufacturer": "(Standard system devices)",
|
3149
2775
|
"name": null,
|
3150
|
-
"pdo": "\\Device\\
|
2776
|
+
"pdo": "\\Device\\0000001f",
|
3151
2777
|
"signer": "Microsoft Windows",
|
3152
2778
|
"started": null,
|
3153
2779
|
"start_mode": null,
|
@@ -3157,29 +2783,29 @@
|
|
3157
2783
|
"version": "6.2.9200.16384",
|
3158
2784
|
"date": "20060621"
|
3159
2785
|
},
|
3160
|
-
"
|
2786
|
+
"Microsoft PS/2 Mouse": {
|
3161
2787
|
"caption": null,
|
3162
|
-
"class_guid": "{
|
2788
|
+
"class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
|
3163
2789
|
"compat_id": null,
|
3164
2790
|
"creation_class_name": null,
|
3165
|
-
"description": "
|
3166
|
-
"device_class": "
|
3167
|
-
"device_id": "ACPI\\
|
3168
|
-
"device_name": "
|
2791
|
+
"description": "Microsoft PS/2 Mouse",
|
2792
|
+
"device_class": "MOUSE",
|
2793
|
+
"device_id": "ACPI\\PNP0F03\\4&E03A844&0",
|
2794
|
+
"device_name": "Microsoft PS/2 Mouse",
|
3169
2795
|
"dev_loader": null,
|
3170
2796
|
"driver_date": "20060621000000.******+***",
|
3171
2797
|
"driver_name": null,
|
3172
2798
|
"driver_provider_name": "Microsoft",
|
3173
2799
|
"driver_version": "6.2.9200.16384",
|
3174
2800
|
"friendly_name": null,
|
3175
|
-
"hard_ware_id": "ACPI\\VEN_PNP&
|
3176
|
-
"inf_name": "
|
2801
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0F03",
|
2802
|
+
"inf_name": "msmouse.inf",
|
3177
2803
|
"install_date": null,
|
3178
2804
|
"is_signed": true,
|
3179
2805
|
"location": null,
|
3180
|
-
"manufacturer": "
|
2806
|
+
"manufacturer": "Microsoft",
|
3181
2807
|
"name": null,
|
3182
|
-
"pdo": "\\Device\\
|
2808
|
+
"pdo": "\\Device\\0000001e",
|
3183
2809
|
"signer": "Microsoft Windows",
|
3184
2810
|
"started": null,
|
3185
2811
|
"start_mode": null,
|
@@ -3196,7 +2822,7 @@
|
|
3196
2822
|
"creation_class_name": null,
|
3197
2823
|
"description": "Direct memory access controller",
|
3198
2824
|
"device_class": "SYSTEM",
|
3199
|
-
"device_id": "ACPI\\PNP0200\\4&
|
2825
|
+
"device_id": "ACPI\\PNP0200\\4&E03A844&0",
|
3200
2826
|
"device_name": "Direct memory access controller",
|
3201
2827
|
"dev_loader": null,
|
3202
2828
|
"driver_date": "20060621000000.******+***",
|
@@ -3211,7 +2837,7 @@
|
|
3211
2837
|
"location": null,
|
3212
2838
|
"manufacturer": "(Standard system devices)",
|
3213
2839
|
"name": null,
|
3214
|
-
"pdo": "\\Device\\
|
2840
|
+
"pdo": "\\Device\\0000001d",
|
3215
2841
|
"signer": "Microsoft Windows",
|
3216
2842
|
"started": null,
|
3217
2843
|
"start_mode": null,
|
@@ -3221,29 +2847,29 @@
|
|
3221
2847
|
"version": "6.2.9200.16384",
|
3222
2848
|
"date": "20060621"
|
3223
2849
|
},
|
3224
|
-
"
|
2850
|
+
"Standard PS/2 Keyboard": {
|
3225
2851
|
"caption": null,
|
3226
|
-
"class_guid": "{
|
2852
|
+
"class_guid": "{4d36e96b-e325-11ce-bfc1-08002be10318}",
|
3227
2853
|
"compat_id": null,
|
3228
2854
|
"creation_class_name": null,
|
3229
|
-
"description": "
|
3230
|
-
"device_class": "
|
3231
|
-
"device_id": "ACPI\\
|
3232
|
-
"device_name": "
|
2855
|
+
"description": "Standard PS/2 Keyboard",
|
2856
|
+
"device_class": "KEYBOARD",
|
2857
|
+
"device_id": "ACPI\\PNP0303\\4&E03A844&0",
|
2858
|
+
"device_name": "Standard PS/2 Keyboard",
|
3233
2859
|
"dev_loader": null,
|
3234
2860
|
"driver_date": "20060621000000.******+***",
|
3235
2861
|
"driver_name": null,
|
3236
2862
|
"driver_provider_name": "Microsoft",
|
3237
2863
|
"driver_version": "6.2.9200.16384",
|
3238
2864
|
"friendly_name": null,
|
3239
|
-
"hard_ware_id": "ACPI\\VEN_PNP&
|
3240
|
-
"inf_name": "
|
2865
|
+
"hard_ware_id": "ACPI\\VEN_PNP&DEV_0303",
|
2866
|
+
"inf_name": "keyboard.inf",
|
3241
2867
|
"install_date": null,
|
3242
2868
|
"is_signed": true,
|
3243
2869
|
"location": null,
|
3244
|
-
"manufacturer": "(Standard
|
2870
|
+
"manufacturer": "(Standard keyboards)",
|
3245
2871
|
"name": null,
|
3246
|
-
"pdo": "\\Device\\
|
2872
|
+
"pdo": "\\Device\\0000001c",
|
3247
2873
|
"signer": "Microsoft Windows",
|
3248
2874
|
"started": null,
|
3249
2875
|
"start_mode": null,
|
@@ -3256,11 +2882,11 @@
|
|
3256
2882
|
"Intel 82371SB PCI to ISA bridge": {
|
3257
2883
|
"caption": null,
|
3258
2884
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
3259
|
-
"compat_id": "PCI\\VEN_8086&
|
2885
|
+
"compat_id": "PCI\\VEN_8086&CC_060100",
|
3260
2886
|
"creation_class_name": null,
|
3261
2887
|
"description": "Intel 82371SB PCI to ISA bridge",
|
3262
2888
|
"device_class": "SYSTEM",
|
3263
|
-
"device_id": "PCI\\VEN_8086&DEV_7000&
|
2889
|
+
"device_id": "PCI\\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00\\3&267A616A&1&08",
|
3264
2890
|
"device_name": "Intel 82371SB PCI to ISA bridge",
|
3265
2891
|
"dev_loader": null,
|
3266
2892
|
"driver_date": "20060621000000.******+***",
|
@@ -3268,7 +2894,7 @@
|
|
3268
2894
|
"driver_provider_name": "Microsoft",
|
3269
2895
|
"driver_version": "6.2.9200.16384",
|
3270
2896
|
"friendly_name": null,
|
3271
|
-
"hard_ware_id": "PCI\\VEN_8086&DEV_7000&
|
2897
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_7000&SUBSYS_00000000&REV_00",
|
3272
2898
|
"inf_name": "machine.inf",
|
3273
2899
|
"install_date": null,
|
3274
2900
|
"is_signed": true,
|
@@ -3288,11 +2914,11 @@
|
|
3288
2914
|
"Intel 82441FX Pentium(R) Pro Processor to PCI bridge": {
|
3289
2915
|
"caption": null,
|
3290
2916
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
3291
|
-
"compat_id": "PCI\\VEN_8086&
|
2917
|
+
"compat_id": "PCI\\VEN_8086&CC_060000",
|
3292
2918
|
"creation_class_name": null,
|
3293
2919
|
"description": "Intel 82441FX Pentium(R) Pro Processor to PCI bridge",
|
3294
2920
|
"device_class": "SYSTEM",
|
3295
|
-
"device_id": "PCI\\VEN_8086&DEV_1237&
|
2921
|
+
"device_id": "PCI\\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02\\3&267A616A&1&00",
|
3296
2922
|
"device_name": "Intel 82441FX Pentium(R) Pro Processor to PCI bridge",
|
3297
2923
|
"dev_loader": null,
|
3298
2924
|
"driver_date": "20060621000000.******+***",
|
@@ -3300,7 +2926,7 @@
|
|
3300
2926
|
"driver_provider_name": "Microsoft",
|
3301
2927
|
"driver_version": "6.2.9200.16384",
|
3302
2928
|
"friendly_name": null,
|
3303
|
-
"hard_ware_id": "PCI\\VEN_8086&DEV_1237&
|
2929
|
+
"hard_ware_id": "PCI\\VEN_8086&DEV_1237&SUBSYS_00000000&REV_02",
|
3304
2930
|
"inf_name": "machine.inf",
|
3305
2931
|
"install_date": null,
|
3306
2932
|
"is_signed": true,
|
@@ -3339,7 +2965,7 @@
|
|
3339
2965
|
"location": null,
|
3340
2966
|
"manufacturer": "(Standard system devices)",
|
3341
2967
|
"name": null,
|
3342
|
-
"pdo": "\\Device\\
|
2968
|
+
"pdo": "\\Device\\00000017",
|
3343
2969
|
"signer": "Microsoft Windows",
|
3344
2970
|
"started": null,
|
3345
2971
|
"start_mode": null,
|
@@ -3349,38 +2975,6 @@
|
|
3349
2975
|
"version": "6.2.9200.16384",
|
3350
2976
|
"date": "20060621"
|
3351
2977
|
},
|
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
2978
|
"Microsoft ACPI-Compliant System": {
|
3385
2979
|
"caption": null,
|
3386
2980
|
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
|
@@ -3394,7 +2988,7 @@
|
|
3394
2988
|
"driver_date": "20060621000000.******+***",
|
3395
2989
|
"driver_name": null,
|
3396
2990
|
"driver_provider_name": "Microsoft",
|
3397
|
-
"driver_version": "6.2.9200.
|
2991
|
+
"driver_version": "6.2.9200.16384",
|
3398
2992
|
"friendly_name": null,
|
3399
2993
|
"hard_ware_id": "ACPI_HAL\\PNP0C08",
|
3400
2994
|
"inf_name": "acpi.inf",
|
@@ -3403,14 +2997,14 @@
|
|
3403
2997
|
"location": null,
|
3404
2998
|
"manufacturer": "Microsoft",
|
3405
2999
|
"name": null,
|
3406
|
-
"pdo": "\\Device\\
|
3000
|
+
"pdo": "\\Device\\00000016",
|
3407
3001
|
"signer": "Microsoft Windows",
|
3408
3002
|
"started": null,
|
3409
3003
|
"start_mode": null,
|
3410
3004
|
"status": null,
|
3411
3005
|
"system_creation_class_name": null,
|
3412
3006
|
"system_name": null,
|
3413
|
-
"version": "6.2.9200.
|
3007
|
+
"version": "6.2.9200.16384",
|
3414
3008
|
"date": "20060621"
|
3415
3009
|
},
|
3416
3010
|
"ACPI x64-based PC": {
|
@@ -3435,103 +3029,7 @@
|
|
3435
3029
|
"location": null,
|
3436
3030
|
"manufacturer": "(Standard computers)",
|
3437
3031
|
"name": null,
|
3438
|
-
"pdo": "\\Device\\
|
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",
|
3032
|
+
"pdo": "\\Device\\0000000c",
|
3535
3033
|
"signer": "Microsoft Windows",
|
3536
3034
|
"started": null,
|
3537
3035
|
"start_mode": null,
|
@@ -3563,7 +3061,7 @@
|
|
3563
3061
|
"location": null,
|
3564
3062
|
"manufacturer": "Microsoft",
|
3565
3063
|
"name": null,
|
3566
|
-
"pdo": "\\Device\\
|
3064
|
+
"pdo": "\\Device\\0000000b",
|
3567
3065
|
"signer": "Microsoft Windows",
|
3568
3066
|
"started": null,
|
3569
3067
|
"start_mode": null,
|
@@ -3595,7 +3093,7 @@
|
|
3595
3093
|
"location": null,
|
3596
3094
|
"manufacturer": "Microsoft",
|
3597
3095
|
"name": null,
|
3598
|
-
"pdo": "\\Device\\
|
3096
|
+
"pdo": "\\Device\\0000000a",
|
3599
3097
|
"signer": "Microsoft Windows",
|
3600
3098
|
"started": null,
|
3601
3099
|
"start_mode": null,
|
@@ -3627,7 +3125,7 @@
|
|
3627
3125
|
"location": null,
|
3628
3126
|
"manufacturer": "Microsoft",
|
3629
3127
|
"name": null,
|
3630
|
-
"pdo": "\\Device\\
|
3128
|
+
"pdo": "\\Device\\00000009",
|
3631
3129
|
"signer": "Microsoft Windows",
|
3632
3130
|
"started": null,
|
3633
3131
|
"start_mode": null,
|
@@ -3650,7 +3148,7 @@
|
|
3650
3148
|
"driver_date": "20060621000000.******+***",
|
3651
3149
|
"driver_name": null,
|
3652
3150
|
"driver_provider_name": "Microsoft",
|
3653
|
-
"driver_version": "6.2.9200.
|
3151
|
+
"driver_version": "6.2.9200.16384",
|
3654
3152
|
"friendly_name": null,
|
3655
3153
|
"hard_ware_id": "Root\\Spaceport",
|
3656
3154
|
"inf_name": "spaceport.inf",
|
@@ -3659,14 +3157,14 @@
|
|
3659
3157
|
"location": null,
|
3660
3158
|
"manufacturer": "Microsoft",
|
3661
3159
|
"name": null,
|
3662
|
-
"pdo": "\\Device\\
|
3160
|
+
"pdo": "\\Device\\00000008",
|
3663
3161
|
"signer": "Microsoft Windows",
|
3664
3162
|
"started": null,
|
3665
3163
|
"start_mode": null,
|
3666
3164
|
"status": null,
|
3667
3165
|
"system_creation_class_name": null,
|
3668
3166
|
"system_name": null,
|
3669
|
-
"version": "6.2.9200.
|
3167
|
+
"version": "6.2.9200.16384",
|
3670
3168
|
"date": "20060621"
|
3671
3169
|
},
|
3672
3170
|
"Microsoft Virtual Drive Enumerator": {
|
@@ -3691,7 +3189,7 @@
|
|
3691
3189
|
"location": null,
|
3692
3190
|
"manufacturer": "Microsoft",
|
3693
3191
|
"name": null,
|
3694
|
-
"pdo": "\\Device\\
|
3192
|
+
"pdo": "\\Device\\00000007",
|
3695
3193
|
"signer": "Microsoft Windows",
|
3696
3194
|
"started": null,
|
3697
3195
|
"start_mode": null,
|
@@ -3723,38 +3221,6 @@
|
|
3723
3221
|
"location": null,
|
3724
3222
|
"manufacturer": "Microsoft",
|
3725
3223
|
"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
3224
|
"pdo": "\\Device\\00000006",
|
3759
3225
|
"signer": "Microsoft Windows",
|
3760
3226
|
"started": null,
|
@@ -3900,13 +3366,13 @@
|
|
3900
3366
|
"creation_class_name": null,
|
3901
3367
|
"description": "Generic volume",
|
3902
3368
|
"device_class": "VOLUME",
|
3903
|
-
"device_id": "STORAGE\\VOLUME\\{
|
3369
|
+
"device_id": "STORAGE\\VOLUME\\{17807B1E-7D9A-11E5-93E8-806E6F6E6963}#0000000000100000",
|
3904
3370
|
"device_name": "Generic volume",
|
3905
3371
|
"dev_loader": null,
|
3906
3372
|
"driver_date": "20060621000000.******+***",
|
3907
3373
|
"driver_name": null,
|
3908
3374
|
"driver_provider_name": "Microsoft",
|
3909
|
-
"driver_version": "6.2.9200.
|
3375
|
+
"driver_version": "6.2.9200.16384",
|
3910
3376
|
"friendly_name": null,
|
3911
3377
|
"hard_ware_id": "STORAGE\\Volume",
|
3912
3378
|
"inf_name": "volume.inf",
|
@@ -3922,7 +3388,7 @@
|
|
3922
3388
|
"status": null,
|
3923
3389
|
"system_creation_class_name": null,
|
3924
3390
|
"system_name": null,
|
3925
|
-
"version": "6.2.9200.
|
3391
|
+
"version": "6.2.9200.16384",
|
3926
3392
|
"date": "20060621"
|
3927
3393
|
},
|
3928
3394
|
"Volume Manager": {
|
@@ -3968,34 +3434,36 @@
|
|
3968
3434
|
},
|
3969
3435
|
"dmi": {
|
3970
3436
|
},
|
3971
|
-
"ohai_time":
|
3437
|
+
"ohai_time": 1446054539.319607,
|
3972
3438
|
"languages": {
|
3973
3439
|
"ruby": {
|
3974
|
-
"
|
3975
|
-
"
|
3976
|
-
"
|
3977
|
-
"
|
3978
|
-
|
3979
|
-
|
3980
|
-
"
|
3981
|
-
"
|
3982
|
-
"
|
3983
|
-
"
|
3984
|
-
"
|
3985
|
-
"
|
3986
|
-
|
3987
|
-
|
3988
|
-
|
3440
|
+
"bin_dir": "/usr/local/bin",
|
3441
|
+
"gem_bin": "/usr/local/bin/gem",
|
3442
|
+
"gems_dir": "/usr/local/gems",
|
3443
|
+
"ruby_bin": "/usr/local/bin/ruby"
|
3444
|
+
},
|
3445
|
+
"powershell": {
|
3446
|
+
"version": "3.0",
|
3447
|
+
"ws_man_stack_version": "3.0",
|
3448
|
+
"serialization_version": "1.1.0.1",
|
3449
|
+
"clr_version": "4.0.30319.17929",
|
3450
|
+
"build_version": "6.2.9200.16384",
|
3451
|
+
"compatible_versions": [
|
3452
|
+
"1.0",
|
3453
|
+
"2.0",
|
3454
|
+
"3.0"
|
3455
|
+
],
|
3456
|
+
"remoting_protocol_version": "2.2"
|
3989
3457
|
}
|
3990
3458
|
},
|
3991
3459
|
"chef_packages": {
|
3992
3460
|
"chef": {
|
3993
|
-
"version": "
|
3994
|
-
"chef_root": "
|
3461
|
+
"version": "12.5.1",
|
3462
|
+
"chef_root": "/usr/local/gems/chef-12.5.1/lib"
|
3995
3463
|
},
|
3996
3464
|
"ohai": {
|
3997
|
-
"version": "7.0
|
3998
|
-
"ohai_root": "
|
3465
|
+
"version": "8.7.0",
|
3466
|
+
"ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
|
3999
3467
|
}
|
4000
3468
|
},
|
4001
3469
|
"counters": {
|
@@ -4101,5 +3569,8 @@
|
|
4101
3569
|
"cpu": {
|
4102
3570
|
"real": 1,
|
4103
3571
|
"total": 1
|
3572
|
+
},
|
3573
|
+
"memory": {
|
3574
|
+
"total": "1024MB"
|
4104
3575
|
}
|
4105
3576
|
}
|