Skip to content

Instantly share code, notes, and snippets.

@paulmooring
Created March 29, 2012 18:57
Show Gist options
  • Save paulmooring/2242076 to your computer and use it in GitHub Desktop.
Save paulmooring/2242076 to your computer and use it in GitHub Desktop.
Ohai 0.6.12 debug on Windows Server 2008 R2
[Thu, 29 Mar 2012 11:53:14 -0700] DEBUG: Loading plugin os
[Thu, 29 Mar 2012 11:53:14 -0700] DEBUG: Loading plugin kernel
[Thu, 29 Mar 2012 11:53:14 -0700] DEBUG: Loading plugin ruby
[Thu, 29 Mar 2012 11:53:14 -0700] DEBUG: Loading plugin languages
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)" STDOUT ----
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: platform=i386-mingw32,version=1.9.2,release_date=2011-07-09,target=i386-pc-mingw32,target_cpu=i386,target_vendor=pc,target_os=mingw32,host=i686-pc-mingw32,host_cpu=i686,host_os=mingw32,host_vendor=pc,bin_dir=C:/opscode/chef/embedded/bin,ruby_bin=C:/opscode/chef/embedded/bin/ruby,
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)" STDOUT ----
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)" STDERR ----
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)" STDERR ----
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: Ran (ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)") returned 0
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: ---- Begin ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'" STDOUT ----
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: gem
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: ---- End ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'" STDOUT ----
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: ---- Begin ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'" STDERR ----
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: ---- End ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'" STDERR ----
[Thu, 29 Mar 2012 11:53:15 -0700] DEBUG: Ran (ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'") returned 0
[Thu, 29 Mar 2012 11:53:16 -0700] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %x{C:/opscode/chef/embedded/bin/ruby C:/opscode/chef/embedded/bin/gem env gemdir}.chomp!" STDOUT ----
[Thu, 29 Mar 2012 11:53:16 -0700] DEBUG: C:/opscode/chef/embedded/lib/ruby/gems/1.9.1
[Thu, 29 Mar 2012 11:53:16 -0700] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %x{C:/opscode/chef/embedded/bin/ruby C:/opscode/chef/embedded/bin/gem env gemdir}.chomp!" STDOUT ----
[Thu, 29 Mar 2012 11:53:16 -0700] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %x{C:/opscode/chef/embedded/bin/ruby C:/opscode/chef/embedded/bin/gem env gemdir}.chomp!" STDERR ----
[Thu, 29 Mar 2012 11:53:16 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:16 -0700] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %x{C:/opscode/chef/embedded/bin/ruby C:/opscode/chef/embedded/bin/gem env gemdir}.chomp!" STDERR ----
[Thu, 29 Mar 2012 11:53:16 -0700] DEBUG: Ran (ruby -e "require 'rbconfig'; puts %x{C:/opscode/chef/embedded/bin/ruby C:/opscode/chef/embedded/bin/gem env gemdir}.chomp!") returned 0
[Thu, 29 Mar 2012 11:53:16 -0700] DEBUG: Loading plugin windows::kernel
[Thu, 29 Mar 2012 11:53:19 -0700] DEBUG: Loading plugin c
[Thu, 29 Mar 2012 11:53:19 -0700] DEBUG: Failed to run: gcc -v, assuming command not found
[Thu, 29 Mar 2012 11:53:19 -0700] DEBUG: ---- Begin gcc -v STDOUT ----
[Thu, 29 Mar 2012 11:53:19 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:19 -0700] DEBUG: ---- End gcc -v STDOUT ----
[Thu, 29 Mar 2012 11:53:19 -0700] DEBUG: ---- Begin gcc -v STDERR ----
[Thu, 29 Mar 2012 11:53:19 -0700] DEBUG: Failed to run: gcc -v, assuming command not found
[Thu, 29 Mar 2012 11:53:19 -0700] DEBUG: ---- End gcc -v STDERR ----
[Thu, 29 Mar 2012 11:53:19 -0700] DEBUG: Ran (gcc -v) returned 42
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: Failed to run: /lib/libc.so.6, assuming command not found
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: ---- Begin /lib/libc.so.6 STDOUT ----
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: ---- End /lib/libc.so.6 STDOUT ----
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: ---- Begin /lib/libc.so.6 STDERR ----
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: Failed to run: /lib/libc.so.6, assuming command not found
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: ---- End /lib/libc.so.6 STDERR ----
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: Ran (/lib/libc.so.6) returned 42
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: Failed to run: /lib64/libc.so.6, assuming command not found
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: ---- Begin /lib64/libc.so.6 STDOUT ----
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: ---- End /lib64/libc.so.6 STDOUT ----
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: ---- Begin /lib64/libc.so.6 STDERR ----
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: Failed to run: /lib64/libc.so.6, assuming command not found
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: ---- End /lib64/libc.so.6 STDERR ----
[Thu, 29 Mar 2012 11:53:20 -0700] DEBUG: Ran (/lib64/libc.so.6) returned 42
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: Failed to run: cl /?, assuming command not found
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- Begin cl /? STDOUT ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- End cl /? STDOUT ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- Begin cl /? STDERR ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: Failed to run: cl /?, assuming command not found
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- End cl /? STDERR ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: Ran (cl /?) returned 42
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: Failed to run: devenv.com /?, assuming command not found
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- Begin devenv.com /? STDOUT ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- End devenv.com /? STDOUT ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- Begin devenv.com /? STDERR ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: Failed to run: devenv.com /?, assuming command not found
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- End devenv.com /? STDERR ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: Ran (devenv.com /?) returned 42
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: Failed to run: xlc -qversion, assuming command not found
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- Begin xlc -qversion STDOUT ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- End xlc -qversion STDOUT ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- Begin xlc -qversion STDERR ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: Failed to run: xlc -qversion, assuming command not found
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: ---- End xlc -qversion STDERR ----
[Thu, 29 Mar 2012 11:53:21 -0700] DEBUG: Ran (xlc -qversion) returned 42
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Failed to run: cc -V -flags, assuming command not found
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: ---- Begin cc -V -flags STDOUT ----
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: ---- End cc -V -flags STDOUT ----
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: ---- Begin cc -V -flags STDERR ----
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Failed to run: cc -V -flags, assuming command not found
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: ---- End cc -V -flags STDERR ----
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Ran (cc -V -flags) returned 42
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Failed to run: what /opt/ansic/bin/cc, assuming command not found
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: ---- Begin what /opt/ansic/bin/cc STDOUT ----
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: ---- End what /opt/ansic/bin/cc STDOUT ----
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: ---- Begin what /opt/ansic/bin/cc STDERR ----
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Failed to run: what /opt/ansic/bin/cc, assuming command not found
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: ---- End what /opt/ansic/bin/cc STDERR ----
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Ran (what /opt/ansic/bin/cc) returned 42
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin chef
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin cloud
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin ec2
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin hostname
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin windows::hostname
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin network
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin windows::network
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Plugin windows::network threw exception #<ArgumentError: wrong number of arguments (0 for 1)> C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ipaddress-0.8.0/lib/ipaddress.rb:185:in `IPAddress'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/windows/network.rb:53:in `block (2 levels) in from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/windows/network.rb:52:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/windows/network.rb:52:in `block in from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/windows/network.rb:49:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/windows/network.rb:49:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:190:in `block in require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/network.rb:32:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:190:in `block in require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/ec2.rb:26:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:190:in `block in require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/cloud.rb:19:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:190:in `block in require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:117:in `block (2 levels) in all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:110:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:110:in `block in all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:108:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:108:in `all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/application.rb:97:in `run_application'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/application.rb:75:in `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/bin/ohai:51:in `<top (required)>'
C:/opscode/chef/bin/ohai:19:in `load'
C:/opscode/chef/bin/ohai:19:in `<main>'
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: has_ec2_mac? == false
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: looks_like_ec2? == false
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin rackspace
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin eucalyptus
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: has_euca_mac? == false
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: looks_like_euca? == false
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin command
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin dmi
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Plugin dmi threw exception #<NameError: uninitialized constant Fcntl::F_SETFD> C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/command.rb:162:in `popen4'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/dmi.rb:46:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:190:in `block in require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:117:in `block (2 levels) in all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:110:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:110:in `block in all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:108:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:108:in `all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/application.rb:97:in `run_application'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/application.rb:75:in `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/bin/ohai:51:in `<top (required)>'
C:/opscode/chef/bin/ohai:19:in `load'
C:/opscode/chef/bin/ohai:19:in `<main>'
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin dmi_common
[Thu, 29 Mar 2012 11:53:22 -0700] DEBUG: Loading plugin erlang
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Failed to run: erl +V, assuming command not found
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- Begin erl +V STDOUT ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- End erl +V STDOUT ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- Begin erl +V STDERR ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Failed to run: erl +V, assuming command not found
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- End erl +V STDERR ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Ran (erl +V) returned 42
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Loading plugin groovy
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Failed to run: groovy -v, assuming command not found
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- Begin groovy -v STDOUT ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- End groovy -v STDOUT ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- Begin groovy -v STDERR ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Failed to run: groovy -v, assuming command not found
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- End groovy -v STDERR ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Ran (groovy -v) returned 42
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Loading plugin ip_scopes
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ip_scopes: cannot load gem, plugin disabled: no such file to load -- ipaddr_extensions
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Loading plugin java
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Failed to run: java -version, assuming command not found
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- Begin java -version STDOUT ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- End java -version STDOUT ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- Begin java -version STDERR ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Failed to run: java -version, assuming command not found
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- End java -version STDERR ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Ran (java -version) returned 42
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Loading plugin keys
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Loading plugin lua
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Failed to run: lua -v, assuming command not found
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- Begin lua -v STDOUT ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- End lua -v STDOUT ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- Begin lua -v STDERR ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Failed to run: lua -v, assuming command not found
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: ---- End lua -v STDERR ----
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Ran (lua -v) returned 42
[Thu, 29 Mar 2012 11:53:23 -0700] DEBUG: Loading plugin mono
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Failed to run: mono -V, assuming command not found
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- Begin mono -V STDOUT ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- End mono -V STDOUT ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- Begin mono -V STDERR ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Failed to run: mono -V, assuming command not found
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- End mono -V STDERR ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Ran (mono -V) returned 42
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin network_listeners
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Plugin network_listeners threw exception #<LoadError: no such file to load -- sigar> C:/opscode/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
C:/opscode/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/network_listeners.rb:19:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:190:in `block in require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:117:in `block (2 levels) in all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:110:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:110:in `block in all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:108:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:108:in `all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/application.rb:97:in `run_application'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/application.rb:75:in `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/bin/ohai:51:in `<top (required)>'
C:/opscode/chef/bin/ohai:19:in `load'
C:/opscode/chef/bin/ohai:19:in `<main>'
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin ohai
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin ohai_time
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin passwd
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin perl
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- Begin perl -V:version -V:archname STDOUT ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: version='5.8.8';
archname='msys-64int';
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- End perl -V:version -V:archname STDOUT ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- Begin perl -V:version -V:archname STDERR ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- End perl -V:version -V:archname STDERR ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Ran (perl -V:version -V:archname) returned 0
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin php
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Failed to run: php -v, assuming command not found
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- Begin php -v STDOUT ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- End php -v STDOUT ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- Begin php -v STDERR ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Failed to run: php -v, assuming command not found
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- End php -v STDERR ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Ran (php -v) returned 42
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin platform
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin windows::platform
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin python
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Failed to run: python -c "import sys; print sys.version", assuming command not found
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- Begin python -c "import sys; print sys.version" STDOUT ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG:
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- End python -c "import sys; print sys.version" STDOUT ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- Begin python -c "import sys; print sys.version" STDERR ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Failed to run: python -c "import sys; print sys.version", assuming command not found
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: ---- End python -c "import sys; print sys.version" STDERR ----
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Ran (python -c "import sys; print sys.version") returned 42
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin uptime
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin virtualization
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin windows::virtualization
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Plugin windows::virtualization threw exception #<IOError: Cannot open or read C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/windows/virtualization.rb!> C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:31:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:190:in `block in require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/plugins/virtualization.rb:21:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `instance_eval'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/mixin/from_file.rb:29:in `from_file'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:190:in `block in require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:185:in `require_plugin'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:117:in `block (2 levels) in all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:110:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:110:in `block in all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:108:in `each'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/system.rb:108:in `all_plugins'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/application.rb:97:in `run_application'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai/application.rb:75:in `run'
C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/bin/ohai:51:in `<top (required)>'
C:/opscode/chef/bin/ohai:19:in `load'
C:/opscode/chef/bin/ohai:19:in `<main>'
[Thu, 29 Mar 2012 11:53:24 -0700] DEBUG: Loading plugin windows::cpu
[Thu, 29 Mar 2012 11:53:26 -0700] DEBUG: Loading plugin windows::filesystem
{
"languages": {
"ruby": {
"platform": "i386-mingw32",
"version": "1.9.2",
"release_date": "2011-07-09",
"target": "i386-pc-mingw32",
"target_cpu": "i386",
"target_vendor": "pc",
"target_os": "mingw32",
"host": "i686-pc-mingw32",
"host_cpu": "i686",
"host_os": "mingw32",
"host_vendor": "pc",
"bin_dir": "C:/opscode/chef/embedded/bin",
"ruby_bin": "C:/opscode/chef/embedded/bin/ruby",
"gems_dir": "C:/opscode/chef/embedded/lib/ruby/gems/1.9.1",
"gem_bin": "C:/opscode/chef/embedded/bin/gem"
},
"perl": {
"version": "5.8.8",
"archname": "msys-64int"
}
},
"kernel": {
"os_info": {
"boot_device": "\\Device\\HarddiskVolume1",
"build_number": "7600",
"build_type": "Multiprocessor Free",
"caption": "Microsoft Windows 7 Ultimate ",
"code_set": "1252",
"country_code": "1",
"creation_class_name": "Win32_OperatingSystem",
"cs_creation_class_name": "Win32_ComputerSystem",
"csd_version": null,
"cs_name": "WIN-6JE0G6E4FJM",
"current_time_zone": -420,
"data_execution_prevention_32_bit_applications": true,
"data_execution_prevention_available": true,
"data_execution_prevention_drivers": true,
"data_execution_prevention_support_policy": 2,
"debug": false,
"description": "",
"distributed": false,
"encryption_level": 256,
"foreground_application_boost": 2,
"free_physical_memory": "457060",
"free_space_in_paging_files": "914608",
"free_virtual_memory": "1279968",
"install_date": "20100425220314.000000-420",
"large_system_cache": null,
"last_boot_up_time": "20120329111727.499584-420",
"local_date_time": "20120329115317.043000-420",
"locale": "0409",
"manufacturer": "Microsoft Corporation",
"max_number_of_processes": -1,
"max_process_memory_size": "8589934464",
"mui_languages": [
"en-US"
],
"name": "Microsoft Windows 7 Ultimate |C:\\Windows|\\Device\\Harddisk0\\Partition1",
"number_of_licensed_users": 0,
"number_of_processes": 45,
"number_of_users": 2,
"operating_system_sku": 1,
"organization": "",
"os_architecture": "64-bit",
"os_language": 1033,
"os_product_suite": 256,
"os_type": 18,
"other_type_description": null,
"pae_enabled": null,
"plus_product_id": null,
"plus_version_number": null,
"primary": true,
"product_type": 1,
"registered_user": "Windows User",
"serial_number": "00426-065-2107272-86996",
"service_pack_major_version": 0,
"service_pack_minor_version": 0,
"size_stored_in_paging_files": "1048576",
"status": "OK",
"suite_mask": 272,
"system_device": "\\Device\\HarddiskVolume1",
"system_directory": "C:\\Windows\\system32",
"system_drive": "C:",
"total_swap_space_size": null,
"total_virtual_memory_size": "2096696",
"total_visible_memory_size": "1048120",
"version": "6.1.7600",
"windows_directory": "C:\\Windows"
},
"name": "Microsoft Windows 7 Ultimate ",
"release": "6.1.7600",
"version": "6.1.7600 Build 7600",
"os": "WINNT",
"cs_info": {
"admin_password_status": 1,
"automatic_managed_pagefile": true,
"automatic_reset_boot_option": true,
"automatic_reset_capability": true,
"boot_option_on_limit": 3,
"boot_option_on_watch_dog": 3,
"boot_rom_supported": true,
"bootup_state": "Normal boot",
"caption": "WIN-6JE0G6E4FJM",
"chassis_bootup_state": 3,
"creation_class_name": "Win32_ComputerSystem",
"current_time_zone": -420,
"daylight_in_effect": true,
"description": "AT/AT COMPATIBLE",
"dns_host_name": "WIN-6JE0G6E4FJM",
"domain": "WORKGROUP",
"domain_role": 0,
"enable_daylight_savings_time": true,
"front_panel_reset_status": 3,
"infrared_supported": false,
"initial_load_info": null,
"install_date": null,
"keyboard_password_status": 3,
"last_load_info": null,
"manufacturer": "VMware, Inc.",
"model": "VMware Virtual Platform",
"name": "WIN-6JE0G6E4FJM",
"name_format": null,
"network_server_mode_enabled": true,
"number_of_logical_processors": 1,
"number_of_processors": 1,
"oem_logo_bitmap": null,
"oem_string_array": [
"[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
"Welcome to the Virtual Machine"
],
"part_of_domain": false,
"pause_after_reset": "3932100000",
"pc_system_type": 0,
"power_management_capabilities": null,
"power_management_supported": null,
"power_on_password_status": 0,
"power_state": 0,
"power_supply_state": 3,
"primary_owner_contact": null,
"primary_owner_name": "Windows User",
"reset_capability": 1,
"reset_count": -1,
"reset_limit": -1,
"roles": [
"LM_Workstation",
"LM_Server",
"NT"
],
"status": "OK",
"support_contact_description": null,
"system_startup_delay": null,
"system_startup_options": null,
"system_startup_setting": null,
"system_type": "x64-based PC",
"thermal_state": 3,
"total_physical_memory": "1073274880",
"user_name": "WIN-6JE0G6E4FJM\\Opscode",
"wake_up_type": 6,
"workgroup": "WORKGROUP"
},
"machine": "x86_64",
"pnp_drivers": {
"ROOT\\*ISATAP\\0002": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft ISATAP Adapter",
"device_class": "NET",
"device_id": "ROOT\\*ISATAP\\0002",
"device_name": "Microsoft ISATAP Adapter",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Microsoft ISATAP Adapter #2",
"hard_ware_id": "*ISATAP",
"inf_name": "nettun.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000006b",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT5": {
"caption": null,
"class_guid": "{533c5b84-ec70-11d2-9505-00c04f79deaf}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic volume shadow copy",
"device_class": "VOLUMESNAPSHOT",
"device_id": "STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT5",
"device_name": "Generic volume shadow copy",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "STORAGE\\VolumeSnapshot",
"inf_name": "volsnap.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\HarddiskVolumeShadowCopy5",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT4": {
"caption": null,
"class_guid": "{533c5b84-ec70-11d2-9505-00c04f79deaf}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic volume shadow copy",
"device_class": "VOLUMESNAPSHOT",
"device_id": "STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT4",
"device_name": "Generic volume shadow copy",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "STORAGE\\VolumeSnapshot",
"inf_name": "volsnap.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\HarddiskVolumeShadowCopy4",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT3": {
"caption": null,
"class_guid": "{533c5b84-ec70-11d2-9505-00c04f79deaf}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic volume shadow copy",
"device_class": "VOLUMESNAPSHOT",
"device_id": "STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT3",
"device_name": "Generic volume shadow copy",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "STORAGE\\VolumeSnapshot",
"inf_name": "volsnap.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\HarddiskVolumeShadowCopy3",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT2": {
"caption": null,
"class_guid": "{533c5b84-ec70-11d2-9505-00c04f79deaf}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic volume shadow copy",
"device_class": "VOLUMESNAPSHOT",
"device_id": "STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT2",
"device_name": "Generic volume shadow copy",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "STORAGE\\VolumeSnapshot",
"inf_name": "volsnap.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\HarddiskVolumeShadowCopy2",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT1": {
"caption": null,
"class_guid": "{533c5b84-ec70-11d2-9505-00c04f79deaf}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic volume shadow copy",
"device_class": "VOLUMESNAPSHOT",
"device_id": "STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT1",
"device_name": "Generic volume shadow copy",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "STORAGE\\VolumeSnapshot",
"inf_name": "volsnap.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\HarddiskVolumeShadowCopy1",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"STORAGE\\VOLUME\\{3E35296E-50F0-11DF-8FA7-806E6F6E6963}#0000000000100000": {
"caption": null,
"class_guid": "{71a27cdd-812a-11d0-bec7-08002be2092f}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic volume",
"device_class": "VOLUME",
"device_id": "STORAGE\\VOLUME\\{3E35296E-50F0-11DF-8FA7-806E6F6E6963}#0000000000100000",
"device_name": "Generic volume",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "STORAGE\\Volume",
"inf_name": "volume.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\HarddiskVolume1",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\VOLMGR\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "DETECTEDInternal\\volmgr",
"creation_class_name": null,
"description": "Volume Manager",
"device_class": "SYSTEM",
"device_id": "ROOT\\VOLMGR\\0000",
"device_name": "Volume Manager",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\VOLMGR",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000042",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\VMWVMCIHOSTDEV\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "VMware VMCI Host Device",
"device_class": "SYSTEM",
"device_id": "ROOT\\VMWVMCIHOSTDEV\\0000",
"device_name": "VMware VMCI Host Device",
"dev_loader": null,
"driver_date": "20110705000000.******+***",
"driver_name": null,
"driver_provider_name": "VMware, Inc.",
"driver_version": "9.1.54.0",
"friendly_name": null,
"hard_ware_id": "ROOT\\VMWVMCIHOSTDEV",
"inf_name": "oem6.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "VMware, Inc.",
"name": null,
"pdo": "\\Device\\00000041",
"signer": "Microsoft Windows Hardware Compatibility Publisher",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "9.1.54.0",
"date": "20110705"
},
"ROOT\\VDRVROOT\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft Virtual Drive Enumerator Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\VDRVROOT\\0000",
"device_name": "Microsoft Virtual Drive Enumerator Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\vdrvroot",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000040",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"UMB\\UMB\\1&841921D&0&PRINTERBUSENUMERATOR": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "",
"creation_class_name": null,
"description": "UMBus Enumerator",
"device_class": "SYSTEM",
"device_id": "UMB\\UMB\\1&841921D&0&PRINTERBUSENUMERATOR",
"device_name": "UMBus Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "UMB\\UMBUS",
"inf_name": "umbus.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000006c",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\UMBUS\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "UMBus Root Bus Enumerator",
"device_class": "SYSTEM",
"device_id": "ROOT\\UMBUS\\0000",
"device_name": "UMBus Root Bus Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "root\\umbus",
"inf_name": "umbus.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000003f",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\SYSTEM\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Plug and Play Software Device Enumerator",
"device_class": "SYSTEM",
"device_id": "ROOT\\SYSTEM\\0000",
"device_name": "Plug and Play Software Device Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "root\\swenum",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000003e",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\RDP_MOU\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Terminal Server Mouse Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\RDP_MOU\\0000",
"device_name": "Terminal Server Mouse Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\RDP_MOU",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000003d",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\RDP_KBD\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Terminal Server Keyboard Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\RDP_KBD\\0000",
"device_name": "Terminal Server Keyboard Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\RDP_KBD",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000003c",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\RDPBUS\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Remote Desktop Device Redirector Bus",
"device_class": "SYSTEM",
"device_id": "ROOT\\RDPBUS\\0000",
"device_name": "Remote Desktop Device Redirector Bus",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\RDPBUS",
"inf_name": "rdpbus.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000003b",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\MS_SSTPMINIPORT\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (SSTP)",
"device_class": "NET",
"device_id": "ROOT\\MS_SSTPMINIPORT\\0000",
"device_name": "WAN Miniport (SSTP)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_sstpminiport",
"inf_name": "netsstpa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000003a",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\MS_PPTPMINIPORT\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (PPTP)",
"device_class": "NET",
"device_id": "ROOT\\MS_PPTPMINIPORT\\0000",
"device_name": "WAN Miniport (PPTP)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_pptpminiport",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000039",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\MS_PPPOEMINIPORT\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (PPPOE)",
"device_class": "NET",
"device_id": "ROOT\\MS_PPPOEMINIPORT\\0000",
"device_name": "WAN Miniport (PPPOE)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_pppoeminiport",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000038",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\MS_NDISWANIPV6\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (IPv6)",
"device_class": "NET",
"device_id": "ROOT\\MS_NDISWANIPV6\\0000",
"device_name": "WAN Miniport (IPv6)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_ndiswanipv6",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000037",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\MS_NDISWANIP\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (IP)",
"device_class": "NET",
"device_id": "ROOT\\MS_NDISWANIP\\0000",
"device_name": "WAN Miniport (IP)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_ndiswanip",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000036",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\MS_NDISWANBH\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (Network Monitor)",
"device_class": "NET",
"device_id": "ROOT\\MS_NDISWANBH\\0000",
"device_name": "WAN Miniport (Network Monitor)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_ndiswanbh",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000035",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\MS_L2TPMINIPORT\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (L2TP)",
"device_class": "NET",
"device_id": "ROOT\\MS_L2TPMINIPORT\\0000",
"device_name": "WAN Miniport (L2TP)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_l2tpminiport",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000034",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\MS_AGILEVPNMINIPORT\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (IKEv2)",
"device_class": "NET",
"device_id": "ROOT\\MS_AGILEVPNMINIPORT\\0000",
"device_name": "WAN Miniport (IKEv2)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_agilevpnminiport",
"inf_name": "netavpna.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000033",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\MSSMBIOS\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft System Management BIOS Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\MSSMBIOS\\0000",
"device_name": "Microsoft System Management BIOS Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\mssmbios",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000032",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\LEGACY_WS2IFSL\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_WS2IFSL\\0000",
"device_name": "Windows Socket 2.0 Non-IFS Service Provider Support Environment",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_WFPLWF\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_WFPLWF\\0000",
"device_name": "WFP Lightweight Filter",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_WDF01000\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_WDF01000\\0000",
"device_name": "Kernel Mode Driver Frameworks service",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_WANARPV6\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_WANARPV6\\0000",
"device_name": "Remote Access IPv6 ARP Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_VOLSNAP\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VOLSNAP\\0000",
"device_name": "Storage volumes",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_VOLMGRX\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VOLMGRX\\0000",
"device_name": "Dynamic Volume Manager",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_VMRAWDSK\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VMRAWDSK\\0000",
"device_name": "VMware Vista Physical Disk Helper",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_VMMEMCTL\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VMMEMCTL\\0000",
"device_name": "Memory Control Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_VGASAVE\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VGASAVE\\0000",
"device_name": "VgaSave",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_TDX\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_TDX\\0000",
"device_name": "NetIO Legacy TDI Support Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_TCPIPREG\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_TCPIPREG\\0000",
"device_name": "TCP/IP Registry Compatibility",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_TCPIP\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_TCPIP\\0000",
"device_name": "TCP/IP Protocol Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_STORFLT\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_STORFLT\\0000",
"device_name": "Disk Virtual Machine Bus Acceleration Filter Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_SPLDR\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_SPLDR\\0000",
"device_name": "Security Processor Loader Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_SECDRV\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_SECDRV\\0000",
"device_name": "Security Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_RSPNDR\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_RSPNDR\\0000",
"device_name": "Link-Layer Topology Discovery Responder",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_RDPREFMP\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_RDPREFMP\\0000",
"device_name": "Reflector Display Driver used to gain access to graphics data",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_RDPENCDD\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_RDPENCDD\\0000",
"device_name": "RDP Encoder Mirror Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_RDPCDD\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_RDPCDD\\0000",
"device_name": "RDPCDD",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_PSCHED\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_PSCHED\\0000",
"device_name": "QoS Packet Scheduler",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_PEAUTH\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_PEAUTH\\0000",
"device_name": "PEAUTH",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_PCW\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_PCW\\0000",
"device_name": "Performance Counters for Windows Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_NULL\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NULL\\0000",
"device_name": "Null",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_NSIPROXY\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NSIPROXY\\0000",
"device_name": "NSI proxy service driver.",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_NETBT\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NETBT\\0000",
"device_name": "NETBT",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_NDPROXY\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NDPROXY\\0000",
"device_name": "NDProxy",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_NDIS\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NDIS\\0000",
"device_name": "NDIS System Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_MSISADRV\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_MSISADRV\\0000",
"device_name": "msisadrv",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_MPSDRV\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_MPSDRV\\0000",
"device_name": "Windows Firewall Authorization Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_MOUNTMGR\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_MOUNTMGR\\0000",
"device_name": "Mount Point Manager",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_LLTDIO\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_LLTDIO\\0000",
"device_name": "Link-Layer Topology Discovery Mapper I/O Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_KSECPKG\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_KSECPKG\\0000",
"device_name": "KSecPkg",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_KSECDD\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_KSECDD\\0000",
"device_name": "KSecDD",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_HWPOLICY\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_HWPOLICY\\0000",
"device_name": "Hardware Policy Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_HTTP\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_HTTP\\0000",
"device_name": "HTTP",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_FVEVOL\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_FVEVOL\\0000",
"device_name": "Bitlocker Drive Encryption Filter Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_DXGKRNL\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_DXGKRNL\\0000",
"device_name": "LDDM Graphics Subsystem",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_DISCACHE\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_DISCACHE\\0000",
"device_name": "System Attribute Cache",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_CSC\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_CSC\\0000",
"device_name": "Offline Files Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_CNG\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_CNG\\0000",
"device_name": "CNG",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_CLFS\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_CLFS\\0000",
"device_name": "Common Log (CLFS)",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_BEEP\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_BEEP\\0000",
"device_name": "Beep",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\LEGACY_AFD\\0000": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_AFD\\0000",
"device_name": "Ancillary Function Driver for Winsock",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"ROOT\\COMPOSITE_BATTERY\\0000": {
"caption": null,
"class_guid": "{72631e54-78a4-11d0-bcf7-00aa00b7b32a}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft Composite Battery",
"device_class": "BATTERY",
"device_id": "ROOT\\COMPOSITE_BATTERY\\0000",
"device_name": "Microsoft Composite Battery",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "COMPOSITE_BATTERY",
"inf_name": "battery.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000006",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\COMPOSITEBUS\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Composite Bus Enumerator",
"device_class": "SYSTEM",
"device_id": "ROOT\\COMPOSITEBUS\\0000",
"device_name": "Composite Bus Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\CompositeBus",
"inf_name": "compositebus.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000005",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\BLBDRIVE\\0000": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "DETECTEDInternal\\blbdrive",
"creation_class_name": null,
"description": "File as Volume Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\BLBDRIVE\\0000",
"device_name": "File as Volume Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\BLBDRIVE",
"inf_name": "blbdrive.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000004",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\FIXEDBUTTON\\2&DABA3FF&1": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "ACPI Fixed Feature Button",
"device_class": "SYSTEM",
"device_id": "ACPI\\FIXEDBUTTON\\2&DABA3FF&1",
"device_name": "ACPI Fixed Feature Button",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\FixedButton",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000048",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0A05\\20": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic Bus",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0A05\\20",
"device_name": "Generic Bus",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0A05",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000049",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0A05\\10": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic Bus",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0A05\\10",
"device_name": "Generic Bus",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0A05",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000047",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_42_-_______INTEL(R)_CORE(TM)_I7-2675QM_CPU_@_2.20GHZ\\_0": {
"caption": null,
"class_guid": "{50127dc3-0f36-415e-a6cc-4cb3be910b65}",
"compat_id": "ACPI\\Processor",
"creation_class_name": null,
"description": "Intel Processor",
"device_class": "PROCESSOR",
"device_id": "ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_42_-_______INTEL(R)_CORE(TM)_I7-2675QM_CPU_@_2.20GHZ\\_0",
"device_name": "Intel Processor",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Intel(R) Core(TM) i7-2675QM CPU @ 2.20GHz",
"hard_ware_id": "ACPI\\GenuineIntel_-_Intel64_Family_6_Model_42",
"inf_name": "cpu.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\00000046",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\ACPI0003\\1": {
"caption": null,
"class_guid": "{72631e54-78a4-11d0-bcf7-00aa00b7b32a}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft AC Adapter",
"device_class": "BATTERY",
"device_id": "ACPI\\ACPI0003\\1",
"device_name": "Microsoft AC Adapter",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\ACPI0003",
"inf_name": "battery.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000045",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0C02\\4": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Motherboard resources",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0C02\\4",
"device_name": "Motherboard resources",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0C02",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004a",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C7": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C7",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 24, function 7",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0040",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C6": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C6",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 24, function 6",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0039",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C5": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C5",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 24, function 5",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0038",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C4": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C4",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 24, function 4",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0037",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C3": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C3",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 24, function 3",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0036",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C2": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C2",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 24, function 2",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0035",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C1": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C1",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 24, function 1",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0034",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&C0",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 24, function 0",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0033",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BF": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BF",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 23, function 7",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0032",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BE": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BE",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 23, function 6",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0031",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BD": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BD",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 23, function 5",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0030",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BC": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BC",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 23, function 4",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0029",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BB": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BB",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 23, function 3",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0028",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BA": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&BA",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 23, function 2",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0027",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B9": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B9",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 23, function 1",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0026",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B8": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B8",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 23, function 0",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0025",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B7": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B7",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 22, function 7",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0024",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B6": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B6",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 22, function 6",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0023",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B5": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B5",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 22, function 5",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0022",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B4": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B4",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 22, function 4",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0021",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B3": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B3",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 22, function 3",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0020",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B2": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B2",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 22, function 2",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0019",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B1": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B1",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 22, function 1",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0018",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&B0",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 22, function 0",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0017",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AF": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AF",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 21, function 7",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0016",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AE": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AE",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 21, function 6",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0015",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AD": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AD",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 21, function 5",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0014",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AC": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AC",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 21, function 4",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0013",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AB": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AB",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 21, function 3",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0012",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AA": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&AA",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 21, function 2",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0011",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&A9": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&A9",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 21, function 1",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0010",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&A8": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&A8",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 21, function 0",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0009",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB\\ROOT_HUB20\\5&2648447&0": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": null,
"creation_class_name": null,
"description": "USB Root Hub",
"device_class": "USB",
"device_id": "USB\\ROOT_HUB20\\5&2648447&0",
"device_name": "USB Root Hub",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\ROOT_HUB20&VID15AD&PID0770&REV0000",
"inf_name": "usbport.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard USB Host Controller)",
"name": null,
"pdo": "\\Device\\USBPDO-1",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_0770&SUBSYS_077015AD&REV_00\\4&B70F118&0&1888": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": "PCI\\VEN_15AD&DEV_0770&REV_00",
"creation_class_name": null,
"description": "Standard Enhanced PCI to USB Host Controller",
"device_class": "USB",
"device_id": "PCI\\VEN_15AD&DEV_0770&SUBSYS_077015AD&REV_00\\4&B70F118&0&1888",
"device_name": "Standard Enhanced PCI to USB Host Controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_0770&SUBSYS_077015AD&REV_00",
"inf_name": "usbport.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 2, device 3, function 0",
"manufacturer": "(Standard USB Host Controller)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0044",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"HDAUDIO\\FUNC_01&VEN_15AD&DEV_1975&SUBSYS_15AD1975&REV_1001\\5&3AFEF9BD&0&0001": {
"caption": null,
"class_guid": "{4d36e96c-e325-11ce-bfc1-08002be10318}",
"compat_id": "HDAUDIO\\FUNC_01&CTLR_VEN_15AD&CTLR_DEV_1977&VEN_15AD&DEV_1975&REV_1001",
"creation_class_name": null,
"description": "High Definition Audio Device",
"device_class": "MEDIA",
"device_id": "HDAUDIO\\FUNC_01&VEN_15AD&DEV_1975&SUBSYS_15AD1975&REV_1001\\5&3AFEF9BD&0&0001",
"device_name": "High Definition Audio Device",
"dev_loader": null,
"driver_date": "20090713000000.******+***",
"driver_name": "HdAudio.sys",
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "HDAUDIO\\FUNC_01&VEN_15AD&DEV_1975&SUBSYS_15AD1975&REV_1001",
"inf_name": "hdaudio.inf",
"install_date": null,
"is_signed": true,
"location": "Internal High Definition Audio Bus",
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000005d",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20090713"
},
"PCI\\VEN_15AD&DEV_1977&SUBSYS_197715AD&REV_09\\4&B70F118&0&1088": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_1977&REV_09",
"creation_class_name": null,
"description": "High Definition Audio Controller",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_1977&SUBSYS_197715AD&REV_09\\4&B70F118&0&1088",
"device_name": "High Definition Audio Controller",
"dev_loader": null,
"driver_date": "20090713000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_1977&SUBSYS_197715AD&REV_09",
"inf_name": "hdaudbus.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 2, device 2, function 0",
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0043",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20090713"
},
"PCI\\VEN_8086&DEV_100F&SUBSYS_075015AD&REV_01\\4&B70F118&0&0888": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&DEV_100F&REV_01",
"creation_class_name": null,
"description": "Intel(R) PRO/1000 MT Network Connection",
"device_class": "NET",
"device_id": "PCI\\VEN_8086&DEV_100F&SUBSYS_075015AD&REV_01\\4&B70F118&0&0888",
"device_name": "Intel(R) PRO/1000 MT Network Connection",
"dev_loader": null,
"driver_date": "20080528000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "8.4.1.0",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_100F&SUBSYS_075015AD&REV_01",
"inf_name": "nete1g3e.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 2, device 1, function 0",
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0042",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "8.4.1.0",
"date": "20080528"
},
"BTH\\MS_BTHPAN\\8&3443E12F&0&2": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": "",
"creation_class_name": null,
"description": "Bluetooth Device (Personal Area Network)",
"device_class": "NET",
"device_id": "BTH\\MS_BTHPAN\\8&3443E12F&0&2",
"device_name": "Bluetooth Device (Personal Area Network)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "BTH\\MS_BTHPAN",
"inf_name": "bthpan.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000006a",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"BTH\\MS_BTHBRB\\8&3443E12F&0&1": {
"caption": null,
"class_guid": "{e0cbf06c-cd8b-4647-bb8a-263b43f0f974}",
"compat_id": "",
"creation_class_name": null,
"description": "Microsoft Bluetooth Enumerator",
"device_class": "BLUETOOTH",
"device_id": "BTH\\MS_BTHBRB\\8&3443E12F&0&1",
"device_name": "Microsoft Bluetooth Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "BTH\\MS_BTHBRB",
"inf_name": "bth.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000069",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"BTH\\MS_RFCOMM\\8&3443E12F&0&0": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": "",
"creation_class_name": null,
"description": "Bluetooth Device (RFCOMM Protocol TDI)",
"device_class": "NET",
"device_id": "BTH\\MS_RFCOMM\\8&3443E12F&0&0",
"device_name": "Bluetooth Device (RFCOMM Protocol TDI)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "BTH\\MS_RFCOMM",
"inf_name": "tdibth.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000068",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB\\VID_0A12&PID_0001\\000650268328": {
"caption": null,
"class_guid": "{e0cbf06c-cd8b-4647-bb8a-263b43f0f974}",
"compat_id": "USB\\Class_E0&SubClass_01&Prot_01",
"creation_class_name": null,
"description": "Generic Bluetooth Radio",
"device_class": "BLUETOOTH",
"device_id": "USB\\VID_0A12&PID_0001\\000650268328",
"device_name": "Generic Bluetooth Radio",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\VID_0A12&PID_0001&REV_0100",
"inf_name": "bth.inf",
"install_date": null,
"is_signed": true,
"location": "Port_#0001.Hub_#0003",
"manufacturer": "Cambridge Silicon Radio Ltd.",
"name": null,
"pdo": "\\Device\\USBPDO-4",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB\\VID_0E0F&PID_0002\\6&B25D31B&0&2": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": "USB\\Class_09&SubClass_00&Prot_00",
"creation_class_name": null,
"description": "Generic USB Hub",
"device_class": "USB",
"device_id": "USB\\VID_0E0F&PID_0002\\6&B25D31B&0&2",
"device_name": "Generic USB Hub",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\VID_0E0F&PID_0002&REV_0100",
"inf_name": "usb.inf",
"install_date": null,
"is_signed": true,
"location": "Port_#0002.Hub_#0001",
"manufacturer": "(Generic USB Hub)",
"name": null,
"pdo": "\\Device\\USBPDO-3",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"HID\\VID_0E0F&PID_0003&MI_01\\8&20A88DDA&0&0000": {
"caption": null,
"class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
"compat_id": "",
"creation_class_name": null,
"description": "HID-compliant mouse",
"device_class": "MOUSE",
"device_id": "HID\\VID_0E0F&PID_0003&MI_01\\8&20A88DDA&0&0000",
"device_name": "HID-compliant mouse",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "HID\\VID_0E0F&PID_0003&REV_0102&MI_01",
"inf_name": "msmouse.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000066",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB\\VID_0E0F&PID_0003&MI_01\\7&2A63CEAD&0&0001": {
"caption": null,
"class_guid": "{745a17a0-74d3-11d0-b6fe-00a0c90f57da}",
"compat_id": "USB\\Class_03&SubClass_00&Prot_00",
"creation_class_name": null,
"description": "USB Input Device",
"device_class": "HIDCLASS",
"device_id": "USB\\VID_0E0F&PID_0003&MI_01\\7&2A63CEAD&0&0001",
"device_name": "USB Input Device",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\VID_0E0F&PID_0003&REV_0102&MI_01",
"inf_name": "input.inf",
"install_date": null,
"is_signed": true,
"location": "0002.0000.0000.001.000.000.000.000.000",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000064",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"HID\\VID_0E0F&PID_0003&MI_00\\8&8AFD64F&0&0000": {
"caption": null,
"class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
"compat_id": "",
"creation_class_name": null,
"description": "HID-compliant mouse",
"device_class": "MOUSE",
"device_id": "HID\\VID_0E0F&PID_0003&MI_00\\8&8AFD64F&0&0000",
"device_name": "HID-compliant mouse",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "HID\\VID_0E0F&PID_0003&REV_0102&MI_00",
"inf_name": "msmouse.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000065",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB\\VID_0E0F&PID_0003&MI_00\\7&2A63CEAD&0&0000": {
"caption": null,
"class_guid": "{745a17a0-74d3-11d0-b6fe-00a0c90f57da}",
"compat_id": "USB\\Class_03&SubClass_00&Prot_00",
"creation_class_name": null,
"description": "USB Input Device",
"device_class": "HIDCLASS",
"device_id": "USB\\VID_0E0F&PID_0003&MI_00\\7&2A63CEAD&0&0000",
"device_name": "USB Input Device",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\VID_0E0F&PID_0003&REV_0102&MI_00",
"inf_name": "input.inf",
"install_date": null,
"is_signed": true,
"location": "0002.0000.0000.001.000.000.000.000.000",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000063",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB\\VID_0E0F&PID_0003\\6&B25D31B&0&1": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": "USB\\DevClass_00&SubClass_00&Prot_00",
"creation_class_name": null,
"description": "USB Composite Device",
"device_class": "USB",
"device_id": "USB\\VID_0E0F&PID_0003\\6&B25D31B&0&1",
"device_name": "USB Composite Device",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\VID_0E0F&PID_0003&REV_0102",
"inf_name": "usb.inf",
"install_date": null,
"is_signed": true,
"location": "Port_#0001.Hub_#0001",
"manufacturer": "(Standard USB Host Controller)",
"name": null,
"pdo": "\\Device\\USBPDO-2",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB\\ROOT_HUB\\5&17DF1C1B&0": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": null,
"creation_class_name": null,
"description": "USB Root Hub",
"device_class": "USB",
"device_id": "USB\\ROOT_HUB\\5&17DF1C1B&0",
"device_name": "USB Root Hub",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\ROOT_HUB&VID15AD&PID0774&REV0000",
"inf_name": "usbport.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard USB Host Controller)",
"name": null,
"pdo": "\\Device\\USBPDO-0",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_0774&SUBSYS_197615AD&REV_00\\4&B70F118&0&0088": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": "PCI\\VEN_15AD&DEV_0774&REV_00",
"creation_class_name": null,
"description": "Standard Universal PCI to USB Host Controller",
"device_class": "USB",
"device_id": "PCI\\VEN_15AD&DEV_0774&SUBSYS_197615AD&REV_00\\4&B70F118&0&0088",
"device_name": "Standard Universal PCI to USB Host Controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_0774&SUBSYS_197615AD&REV_00",
"inf_name": "usbport.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 2, device 0, function 0",
"manufacturer": "(Standard USB Host Controller)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0041",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_0790&SUBSYS_079015AD&REV_02\\3&18D45AA6&0&88": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_0790&REV_02",
"creation_class_name": null,
"description": "PCI standard PCI-to-PCI bridge",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_0790&SUBSYS_079015AD&REV_02\\3&18D45AA6&0&88",
"device_name": "PCI standard PCI-to-PCI bridge",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_0790&SUBSYS_079015AD&REV_02",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 17, function 0",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0008",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"SCSI\\DISK&VEN_VMWARE_&PROD_VMWARE_VIRTUAL_S\\4&3B5019BE&0&000000": {
"caption": null,
"class_guid": "{4d36e967-e325-11ce-bfc1-08002be10318}",
"compat_id": "SCSI\\Disk",
"creation_class_name": null,
"description": "Disk drive",
"device_class": "DISKDRIVE",
"device_id": "SCSI\\DISK&VEN_VMWARE_&PROD_VMWARE_VIRTUAL_S\\4&3B5019BE&0&000000",
"device_name": "Disk drive",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "VMware, VMware Virtual S SCSI Disk Device",
"hard_ware_id": "SCSI\\DiskVMware__VMware_Virtual_S1.0_",
"inf_name": "disk.inf",
"install_date": null,
"is_signed": true,
"location": "Bus Number 0, Target Id 0, LUN 0",
"manufacturer": "(Standard disk drives)",
"name": null,
"pdo": "\\Device\\00000059",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_1000&DEV_0030&SUBSYS_197615AD&REV_01\\3&18D45AA6&0&80": {
"caption": null,
"class_guid": "{4d36e97b-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_1000&DEV_0030&REV_01",
"creation_class_name": null,
"description": "LSI Adapter, Ultra320 SCSI 2000 series, w/1020/1030",
"device_class": "SCSIADAPTER",
"device_id": "PCI\\VEN_1000&DEV_0030&SUBSYS_197615AD&REV_01\\3&18D45AA6&0&80",
"device_name": "LSI Adapter, Ultra320 SCSI 2000 series, w/1020/1030",
"dev_loader": null,
"driver_date": "20090330000000.******+***",
"driver_name": null,
"driver_provider_name": "LSI",
"driver_version": "1.28.3.67",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_1000&DEV_0030&SUBSYS_197615AD&REV_01",
"inf_name": "lsi_scsi.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 16, function 0",
"manufacturer": "LSI",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0007",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "1.28.3.67",
"date": "20090330"
},
"DISPLAY\\DEFAULT_MONITOR\\4&31BE19FA&0&UID1": {
"caption": null,
"class_guid": "{4d36e96e-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP09FF",
"creation_class_name": null,
"description": "Generic Non-PnP Monitor",
"device_class": "MONITOR",
"device_id": "DISPLAY\\DEFAULT_MONITOR\\4&31BE19FA&0&UID1",
"device_name": "Generic Non-PnP Monitor",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "MONITOR\\Default_Monitor",
"inf_name": "monitor.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard monitor types)",
"name": null,
"pdo": "\\Device\\00000061",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"DISPLAY\\DEFAULT_MONITOR\\4&31BE19FA&0&UID0": {
"caption": null,
"class_guid": "{4d36e96e-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP09FF",
"creation_class_name": null,
"description": "Generic Non-PnP Monitor",
"device_class": "MONITOR",
"device_id": "DISPLAY\\DEFAULT_MONITOR\\4&31BE19FA&0&UID0",
"device_name": "Generic Non-PnP Monitor",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "MONITOR\\Default_Monitor",
"inf_name": "monitor.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard monitor types)",
"name": null,
"pdo": "\\Device\\00000060",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\\3&18D45AA6&0&78": {
"caption": null,
"class_guid": "{4d36e968-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_0405&REV_00",
"creation_class_name": null,
"description": "VMware SVGA 3D (Microsoft Corporation - WDDM)",
"device_class": "DISPLAY",
"device_id": "PCI\\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\\3&18D45AA6&0&78",
"device_name": "VMware SVGA 3D (Microsoft Corporation - WDDM)",
"dev_loader": null,
"driver_date": "20111111000000.******+***",
"driver_name": null,
"driver_provider_name": "VMware, Inc.",
"driver_version": "7.14.1.1134",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00",
"inf_name": "oem10.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 15, function 0",
"manufacturer": "VMware, Inc.",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0006",
"signer": "Microsoft Windows Hardware Compatibility Publisher",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "7.14.1.1134",
"date": "20111111"
},
"PCI\\VEN_15AD&DEV_0740&SUBSYS_074015AD&REV_10\\3&18D45AA6&0&3F": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_0740&REV_10",
"creation_class_name": null,
"description": "VMware VMCI Bus Device",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_0740&SUBSYS_074015AD&REV_10\\3&18D45AA6&0&3F",
"device_name": "VMware VMCI Bus Device",
"dev_loader": null,
"driver_date": "20110705000000.******+***",
"driver_name": null,
"driver_provider_name": "VMware, Inc.",
"driver_version": "9.1.54.0",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_0740&SUBSYS_074015AD&REV_10",
"inf_name": "oem6.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 7, function 7",
"manufacturer": "VMware, Inc.",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0005",
"signer": "Microsoft Windows Hardware Compatibility Publisher",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "9.1.54.0",
"date": "20110705"
},
"IDE\\CDROMNECVMWAR_VMWARE_IDE_CDR10_______________1.00____\\5&290FD3AB&0&1.0.0": {
"caption": null,
"class_guid": "{4d36e965-e325-11ce-bfc1-08002be10318}",
"compat_id": "GenCdRom",
"creation_class_name": null,
"description": "CD-ROM Drive",
"device_class": "CDROM",
"device_id": "IDE\\CDROMNECVMWAR_VMWARE_IDE_CDR10_______________1.00____\\5&290FD3AB&0&1.0.0",
"device_name": "CD-ROM Drive",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "NECVMWar VMware IDE CDR10 ATA Device",
"hard_ware_id": "IDE\\CdRomNECVMWar_VMware_IDE_CDR10_______________1.00____",
"inf_name": "cdrom.inf",
"install_date": null,
"is_signed": true,
"location": "Channel 1, Target 0, Lun 0",
"manufacturer": "(Standard CD-ROM drives)",
"name": null,
"pdo": "\\Device\\Ide\\IdeDeviceP1T0L0-1",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCIIDE\\IDECHANNEL\\4&39EC5D8A&0&1": {
"caption": null,
"class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP0600",
"creation_class_name": null,
"description": "IDE Channel",
"device_class": "HDC",
"device_id": "PCIIDE\\IDECHANNEL\\4&39EC5D8A&0&1",
"device_name": "IDE Channel",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "ATA Channel 1",
"hard_ware_id": "Intel-PIIX4",
"inf_name": "mshdc.inf",
"install_date": null,
"is_signed": true,
"location": "Channel 1",
"manufacturer": "(Standard IDE ATA/ATAPI controllers)",
"name": null,
"pdo": "\\Device\\Ide\\PciIde0Channel1",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCIIDE\\IDECHANNEL\\4&39EC5D8A&0&0": {
"caption": null,
"class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP0600",
"creation_class_name": null,
"description": "IDE Channel",
"device_class": "HDC",
"device_id": "PCIIDE\\IDECHANNEL\\4&39EC5D8A&0&0",
"device_name": "IDE Channel",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "ATA Channel 0",
"hard_ware_id": "Intel-PIIX4",
"inf_name": "mshdc.inf",
"install_date": null,
"is_signed": true,
"location": "Channel 0",
"manufacturer": "(Standard IDE ATA/ATAPI controllers)",
"name": null,
"pdo": "\\Device\\Ide\\PciIde0Channel0",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01\\3&18D45AA6&0&39": {
"caption": null,
"class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&DEV_7111&REV_01",
"creation_class_name": null,
"description": "Intel(R) 82371AB/EB PCI Bus Master IDE Controller",
"device_class": "HDC",
"device_id": "PCI\\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01\\3&18D45AA6&0&39",
"device_name": "Intel(R) 82371AB/EB PCI Bus Master IDE Controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01",
"inf_name": "mshdc.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 7, function 1",
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0003",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"FDC\\GENERIC_FLOPPY_DRIVE\\6&2BC13940&0&0": {
"caption": null,
"class_guid": "{4d36e980-e325-11ce-bfc1-08002be10318}",
"compat_id": "GenFloppyDisk",
"creation_class_name": null,
"description": "Floppy disk drive",
"device_class": "FLOPPYDISK",
"device_id": "FDC\\GENERIC_FLOPPY_DRIVE\\6&2BC13940&0&0",
"device_name": "Floppy disk drive",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "FDC\\GENERIC_FLOPPY_DRIVE",
"inf_name": "flpydisk.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard floppy disk drives)",
"name": null,
"pdo": "\\Device\\FloppyPDO0",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0700\\5&2421EB5&0": {
"caption": null,
"class_guid": "{4d36e969-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Standard floppy disk controller",
"device_class": "FDC",
"device_id": "ACPI\\PNP0700\\5&2421EB5&0",
"device_name": "Standard floppy disk controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0700",
"inf_name": "fdc.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard floppy disk controllers)",
"name": null,
"pdo": "\\Device\\00000058",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0501\\2": {
"caption": null,
"class_guid": "{4d36e978-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Communications Port",
"device_class": "PORTS",
"device_id": "ACPI\\PNP0501\\2",
"device_name": "Communications Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Communications Port (COM2)",
"hard_ware_id": "ACPI\\PNP0501",
"inf_name": "msports.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard port types)",
"name": null,
"pdo": "\\Device\\00000057",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0501\\1": {
"caption": null,
"class_guid": "{4d36e978-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Communications Port",
"device_class": "PORTS",
"device_id": "ACPI\\PNP0501\\1",
"device_name": "Communications Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Communications Port (COM1)",
"hard_ware_id": "ACPI\\PNP0501",
"inf_name": "msports.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard port types)",
"name": null,
"pdo": "\\Device\\00000056",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"LPTENUM\\MICROSOFTRAWPORT\\6&1A98CB87&0&LPT1": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Printer Port Logical Interface",
"device_class": "SYSTEM",
"device_id": "LPTENUM\\MICROSOFTRAWPORT\\6&1A98CB87&0&LPT1",
"device_name": "Printer Port Logical Interface",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "LPTENUM\\MicrosoftRawPort958A",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "LPT1",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\Parallel0",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0400\\5&2421EB5&0": {
"caption": null,
"class_guid": "{4d36e978-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Printer Port",
"device_class": "PORTS",
"device_id": "ACPI\\PNP0400\\5&2421EB5&0",
"device_name": "Printer Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Printer Port (LPT1)",
"hard_ware_id": "ACPI\\PNP0400",
"inf_name": "msports.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard port types)",
"name": null,
"pdo": "\\Device\\00000055",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0A05\\4&25EE97C0&0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic Bus",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0A05\\4&25EE97C0&0",
"device_name": "Generic Bus",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0A05",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000054",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0103\\4&25EE97C0&0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP0C01",
"creation_class_name": null,
"description": "High precision event timer",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0103\\4&25EE97C0&0",
"device_name": "High precision event timer",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0103",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000053",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0F13\\4&25EE97C0&0": {
"caption": null,
"class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "VMware Pointing Device",
"device_class": "MOUSE",
"device_id": "ACPI\\PNP0F13\\4&25EE97C0&0",
"device_name": "VMware Pointing Device",
"dev_loader": null,
"driver_date": "20091117000000.******+***",
"driver_name": null,
"driver_provider_name": "VMware, Inc.",
"driver_version": "12.4.0.6",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0F13",
"inf_name": "oem4.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "VMware, Inc.",
"name": null,
"pdo": "\\Device\\00000052",
"signer": "Microsoft Windows Hardware Compatibility Publisher",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "12.4.0.6",
"date": "20091117"
},
"ACPI\\PNP0303\\4&25EE97C0&0": {
"caption": null,
"class_guid": "{4d36e96b-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Standard PS/2 Keyboard",
"device_class": "KEYBOARD",
"device_id": "ACPI\\PNP0303\\4&25EE97C0&0",
"device_name": "Standard PS/2 Keyboard",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0303",
"inf_name": "keyboard.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard keyboards)",
"name": null,
"pdo": "\\Device\\00000051",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0800\\4&25EE97C0&0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "System speaker",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0800\\4&25EE97C0&0",
"device_name": "System speaker",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0800",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000050",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0B00\\4&25EE97C0&0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "System CMOS/real time clock",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0B00\\4&25EE97C0&0",
"device_name": "System CMOS/real time clock",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0B00",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004f",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0100\\4&25EE97C0&0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "System timer",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0100\\4&25EE97C0&0",
"device_name": "System timer",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0100",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004e",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0001\\4&25EE97C0&0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "EISA programmable interrupt controller",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0001\\4&25EE97C0&0",
"device_name": "EISA programmable interrupt controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0001",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004d",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0200\\4&25EE97C0&0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Direct memory access controller",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0200\\4&25EE97C0&0",
"device_name": "Direct memory access controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0200",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004c",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0C02\\1F": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Motherboard resources",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0C02\\1F",
"device_name": "Motherboard resources",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0C02",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004b",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_8086&DEV_7110&SUBSYS_197615AD&REV_08\\3&18D45AA6&0&38": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&DEV_7110&REV_08",
"creation_class_name": null,
"description": "Intel 82371AB/EB PCI to ISA bridge (ISA mode)",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_8086&DEV_7110&SUBSYS_197615AD&REV_08\\3&18D45AA6&0&38",
"device_name": "Intel 82371AB/EB PCI to ISA bridge (ISA mode)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_7110&SUBSYS_197615AD&REV_08",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 7, function 0",
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0002",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_8086&DEV_7191&SUBSYS_00000000&REV_01\\3&18D45AA6&0&08": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&CC_060400",
"creation_class_name": null,
"description": "PCI standard PCI-to-PCI bridge",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_8086&DEV_7191&SUBSYS_00000000&REV_01\\3&18D45AA6&0&08",
"device_name": "PCI standard PCI-to-PCI bridge",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_7191&SUBSYS_00000000&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 1, function 0",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0001",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI\\VEN_8086&DEV_7190&SUBSYS_197615AD&REV_01\\3&18D45AA6&0&00": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&DEV_7190&REV_01",
"creation_class_name": null,
"description": "Intel 82443BX Pentium(R) II Processor to PCI Bridge",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_8086&DEV_7190&SUBSYS_197615AD&REV_01\\3&18D45AA6&0&00",
"device_name": "Intel 82443BX Pentium(R) II Processor to PCI Bridge",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_7190&SUBSYS_197615AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 0, function 0",
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0000",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI\\PNP0A03\\2&DABA3FF&1": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP0A08",
"creation_class_name": null,
"description": "PCI bus",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0A03\\2&DABA3FF&1",
"device_name": "PCI bus",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0A03",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000044",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI_HAL\\PNP0C08\\0": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft ACPI-Compliant System",
"device_class": "SYSTEM",
"device_id": "ACPI_HAL\\PNP0C08\\0",
"device_name": "Microsoft ACPI-Compliant System",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI_HAL\\PNP0C08",
"inf_name": "acpi.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000043",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\ACPI_HAL\\0000": {
"caption": null,
"class_guid": "{4d36e966-e325-11ce-bfc1-08002be10318}",
"compat_id": "DETECTEDInternal\\ACPI_HAL",
"creation_class_name": null,
"description": "ACPI x64-based PC",
"device_class": "COMPUTER",
"device_id": "ROOT\\ACPI_HAL\\0000",
"device_name": "ACPI x64-based PC",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "acpiapic",
"inf_name": "hal.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard computers)",
"name": null,
"pdo": "\\Device\\00000003",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\*TEREDO\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft Teredo Tunneling Adapter",
"device_class": "NET",
"device_id": "ROOT\\*TEREDO\\0000",
"device_name": "Microsoft Teredo Tunneling Adapter",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Teredo Tunneling Pseudo-Interface",
"hard_ware_id": "*TEREDO",
"inf_name": "nettun.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000002",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ROOT\\*ISATAP\\0000": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft ISATAP Adapter",
"device_class": "NET",
"device_id": "ROOT\\*ISATAP\\0000",
"device_name": "Microsoft ISATAP Adapter",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "*ISATAP",
"inf_name": "nettun.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000001",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"HTREE\\ROOT\\0": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": null,
"device_id": "HTREE\\ROOT\\0",
"device_name": null,
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null
},
"HP LaserJet 1020#:1": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": null,
"device_id": "HP LaserJet 1020#:1",
"device_name": null,
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": "2:6.0,2:5.2,2:5.1,2:5.0",
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null
},
"Microsoft XPS Document Writer": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": null,
"device_id": "Microsoft XPS Document Writer",
"device_name": null,
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": "2:6.0,2:5.2,2:5.1,2:5.0",
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null
},
"Fax": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": null,
"device_id": "Fax",
"device_name": null,
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": "2:6.0,2:5.2,2:5.1,2:5.0",
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null
}
},
"modules": {
"Microsoft ISATAP Adapter": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft ISATAP Adapter",
"device_class": "NET",
"device_id": "ROOT\\*ISATAP\\0000",
"device_name": "Microsoft ISATAP Adapter",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "*ISATAP",
"inf_name": "nettun.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000001",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Generic volume shadow copy": {
"caption": null,
"class_guid": "{533c5b84-ec70-11d2-9505-00c04f79deaf}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic volume shadow copy",
"device_class": "VOLUMESNAPSHOT",
"device_id": "STORAGE\\VOLUMESNAPSHOT\\HARDDISKVOLUMESNAPSHOT1",
"device_name": "Generic volume shadow copy",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "STORAGE\\VolumeSnapshot",
"inf_name": "volsnap.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\HarddiskVolumeShadowCopy1",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Generic volume": {
"caption": null,
"class_guid": "{71a27cdd-812a-11d0-bec7-08002be2092f}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic volume",
"device_class": "VOLUME",
"device_id": "STORAGE\\VOLUME\\{3E35296E-50F0-11DF-8FA7-806E6F6E6963}#0000000000100000",
"device_name": "Generic volume",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "STORAGE\\Volume",
"inf_name": "volume.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\HarddiskVolume1",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Volume Manager": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "DETECTEDInternal\\volmgr",
"creation_class_name": null,
"description": "Volume Manager",
"device_class": "SYSTEM",
"device_id": "ROOT\\VOLMGR\\0000",
"device_name": "Volume Manager",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\VOLMGR",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000042",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"VMware VMCI Host Device": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "VMware VMCI Host Device",
"device_class": "SYSTEM",
"device_id": "ROOT\\VMWVMCIHOSTDEV\\0000",
"device_name": "VMware VMCI Host Device",
"dev_loader": null,
"driver_date": "20110705000000.******+***",
"driver_name": null,
"driver_provider_name": "VMware, Inc.",
"driver_version": "9.1.54.0",
"friendly_name": null,
"hard_ware_id": "ROOT\\VMWVMCIHOSTDEV",
"inf_name": "oem6.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "VMware, Inc.",
"name": null,
"pdo": "\\Device\\00000041",
"signer": "Microsoft Windows Hardware Compatibility Publisher",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "9.1.54.0",
"date": "20110705"
},
"Microsoft Virtual Drive Enumerator Driver": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft Virtual Drive Enumerator Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\VDRVROOT\\0000",
"device_name": "Microsoft Virtual Drive Enumerator Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\vdrvroot",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000040",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"UMBus Enumerator": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "",
"creation_class_name": null,
"description": "UMBus Enumerator",
"device_class": "SYSTEM",
"device_id": "UMB\\UMB\\1&841921D&0&PRINTERBUSENUMERATOR",
"device_name": "UMBus Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "UMB\\UMBUS",
"inf_name": "umbus.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000006c",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"UMBus Root Bus Enumerator": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "UMBus Root Bus Enumerator",
"device_class": "SYSTEM",
"device_id": "ROOT\\UMBUS\\0000",
"device_name": "UMBus Root Bus Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "root\\umbus",
"inf_name": "umbus.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000003f",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Plug and Play Software Device Enumerator": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Plug and Play Software Device Enumerator",
"device_class": "SYSTEM",
"device_id": "ROOT\\SYSTEM\\0000",
"device_name": "Plug and Play Software Device Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "root\\swenum",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000003e",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Terminal Server Mouse Driver": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Terminal Server Mouse Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\RDP_MOU\\0000",
"device_name": "Terminal Server Mouse Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\RDP_MOU",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000003d",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Terminal Server Keyboard Driver": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Terminal Server Keyboard Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\RDP_KBD\\0000",
"device_name": "Terminal Server Keyboard Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\RDP_KBD",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000003c",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Remote Desktop Device Redirector Bus": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Remote Desktop Device Redirector Bus",
"device_class": "SYSTEM",
"device_id": "ROOT\\RDPBUS\\0000",
"device_name": "Remote Desktop Device Redirector Bus",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\RDPBUS",
"inf_name": "rdpbus.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000003b",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"WAN Miniport (SSTP)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (SSTP)",
"device_class": "NET",
"device_id": "ROOT\\MS_SSTPMINIPORT\\0000",
"device_name": "WAN Miniport (SSTP)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_sstpminiport",
"inf_name": "netsstpa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000003a",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"WAN Miniport (PPTP)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (PPTP)",
"device_class": "NET",
"device_id": "ROOT\\MS_PPTPMINIPORT\\0000",
"device_name": "WAN Miniport (PPTP)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_pptpminiport",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000039",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"WAN Miniport (PPPOE)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (PPPOE)",
"device_class": "NET",
"device_id": "ROOT\\MS_PPPOEMINIPORT\\0000",
"device_name": "WAN Miniport (PPPOE)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_pppoeminiport",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000038",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"WAN Miniport (IPv6)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (IPv6)",
"device_class": "NET",
"device_id": "ROOT\\MS_NDISWANIPV6\\0000",
"device_name": "WAN Miniport (IPv6)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_ndiswanipv6",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000037",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"WAN Miniport (IP)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (IP)",
"device_class": "NET",
"device_id": "ROOT\\MS_NDISWANIP\\0000",
"device_name": "WAN Miniport (IP)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_ndiswanip",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000036",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"WAN Miniport (Network Monitor)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (Network Monitor)",
"device_class": "NET",
"device_id": "ROOT\\MS_NDISWANBH\\0000",
"device_name": "WAN Miniport (Network Monitor)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_ndiswanbh",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000035",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"WAN Miniport (L2TP)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (L2TP)",
"device_class": "NET",
"device_id": "ROOT\\MS_L2TPMINIPORT\\0000",
"device_name": "WAN Miniport (L2TP)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_l2tpminiport",
"inf_name": "netrasa.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000034",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"WAN Miniport (IKEv2)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "WAN Miniport (IKEv2)",
"device_class": "NET",
"device_id": "ROOT\\MS_AGILEVPNMINIPORT\\0000",
"device_name": "WAN Miniport (IKEv2)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ms_agilevpnminiport",
"inf_name": "netavpna.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000033",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Microsoft System Management BIOS Driver": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft System Management BIOS Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\MSSMBIOS\\0000",
"device_name": "Microsoft System Management BIOS Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\mssmbios",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000032",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Windows Socket 2.0 Non-IFS Service Provider Support Environment": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_WS2IFSL\\0000",
"device_name": "Windows Socket 2.0 Non-IFS Service Provider Support Environment",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"WFP Lightweight Filter": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_WFPLWF\\0000",
"device_name": "WFP Lightweight Filter",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Kernel Mode Driver Frameworks service": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_WDF01000\\0000",
"device_name": "Kernel Mode Driver Frameworks service",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Remote Access IPv6 ARP Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_WANARPV6\\0000",
"device_name": "Remote Access IPv6 ARP Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Storage volumes": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VOLSNAP\\0000",
"device_name": "Storage volumes",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Dynamic Volume Manager": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VOLMGRX\\0000",
"device_name": "Dynamic Volume Manager",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"VMware Vista Physical Disk Helper": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VMRAWDSK\\0000",
"device_name": "VMware Vista Physical Disk Helper",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Memory Control Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VMMEMCTL\\0000",
"device_name": "Memory Control Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"VgaSave": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_VGASAVE\\0000",
"device_name": "VgaSave",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"NetIO Legacy TDI Support Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_TDX\\0000",
"device_name": "NetIO Legacy TDI Support Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"TCP/IP Registry Compatibility": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_TCPIPREG\\0000",
"device_name": "TCP/IP Registry Compatibility",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"TCP/IP Protocol Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_TCPIP\\0000",
"device_name": "TCP/IP Protocol Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Disk Virtual Machine Bus Acceleration Filter Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_STORFLT\\0000",
"device_name": "Disk Virtual Machine Bus Acceleration Filter Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Security Processor Loader Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_SPLDR\\0000",
"device_name": "Security Processor Loader Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Security Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_SECDRV\\0000",
"device_name": "Security Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Link-Layer Topology Discovery Responder": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_RSPNDR\\0000",
"device_name": "Link-Layer Topology Discovery Responder",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Reflector Display Driver used to gain access to graphics data": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_RDPREFMP\\0000",
"device_name": "Reflector Display Driver used to gain access to graphics data",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"RDP Encoder Mirror Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_RDPENCDD\\0000",
"device_name": "RDP Encoder Mirror Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"RDPCDD": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_RDPCDD\\0000",
"device_name": "RDPCDD",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"QoS Packet Scheduler": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_PSCHED\\0000",
"device_name": "QoS Packet Scheduler",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"PEAUTH": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_PEAUTH\\0000",
"device_name": "PEAUTH",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Performance Counters for Windows Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_PCW\\0000",
"device_name": "Performance Counters for Windows Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Null": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NULL\\0000",
"device_name": "Null",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"NSI proxy service driver.": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NSIPROXY\\0000",
"device_name": "NSI proxy service driver.",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"NETBT": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NETBT\\0000",
"device_name": "NETBT",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"NDProxy": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NDPROXY\\0000",
"device_name": "NDProxy",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"NDIS System Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_NDIS\\0000",
"device_name": "NDIS System Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"msisadrv": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_MSISADRV\\0000",
"device_name": "msisadrv",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Windows Firewall Authorization Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_MPSDRV\\0000",
"device_name": "Windows Firewall Authorization Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Mount Point Manager": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_MOUNTMGR\\0000",
"device_name": "Mount Point Manager",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Link-Layer Topology Discovery Mapper I/O Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_LLTDIO\\0000",
"device_name": "Link-Layer Topology Discovery Mapper I/O Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"KSecPkg": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_KSECPKG\\0000",
"device_name": "KSecPkg",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"KSecDD": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_KSECDD\\0000",
"device_name": "KSecDD",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Hardware Policy Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_HWPOLICY\\0000",
"device_name": "Hardware Policy Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"HTTP": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_HTTP\\0000",
"device_name": "HTTP",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Bitlocker Drive Encryption Filter Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_FVEVOL\\0000",
"device_name": "Bitlocker Drive Encryption Filter Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"LDDM Graphics Subsystem": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_DXGKRNL\\0000",
"device_name": "LDDM Graphics Subsystem",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"System Attribute Cache": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_DISCACHE\\0000",
"device_name": "System Attribute Cache",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Offline Files Driver": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_CSC\\0000",
"device_name": "Offline Files Driver",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"CNG": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_CNG\\0000",
"device_name": "CNG",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Common Log (CLFS)": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_CLFS\\0000",
"device_name": "Common Log (CLFS)",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Beep": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_BEEP\\0000",
"device_name": "Beep",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Ancillary Function Driver for Winsock": {
"caption": null,
"class_guid": null,
"compat_id": null,
"creation_class_name": null,
"description": null,
"device_class": "LEGACYDRIVER",
"device_id": "ROOT\\LEGACY_AFD\\0000",
"device_name": "Ancillary Function Driver for Winsock",
"dev_loader": null,
"driver_date": null,
"driver_name": null,
"driver_provider_name": null,
"driver_version": null,
"friendly_name": null,
"hard_ware_id": null,
"inf_name": null,
"install_date": null,
"is_signed": null,
"location": null,
"manufacturer": null,
"name": null,
"pdo": null,
"signer": null,
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": null,
"date": null
},
"Microsoft Composite Battery": {
"caption": null,
"class_guid": "{72631e54-78a4-11d0-bcf7-00aa00b7b32a}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft Composite Battery",
"device_class": "BATTERY",
"device_id": "ROOT\\COMPOSITE_BATTERY\\0000",
"device_name": "Microsoft Composite Battery",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "COMPOSITE_BATTERY",
"inf_name": "battery.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000006",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Composite Bus Enumerator": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Composite Bus Enumerator",
"device_class": "SYSTEM",
"device_id": "ROOT\\COMPOSITEBUS\\0000",
"device_name": "Composite Bus Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\CompositeBus",
"inf_name": "compositebus.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000005",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"File as Volume Driver": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "DETECTEDInternal\\blbdrive",
"creation_class_name": null,
"description": "File as Volume Driver",
"device_class": "SYSTEM",
"device_id": "ROOT\\BLBDRIVE\\0000",
"device_name": "File as Volume Driver",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ROOT\\BLBDRIVE",
"inf_name": "blbdrive.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000004",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI Fixed Feature Button": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "ACPI Fixed Feature Button",
"device_class": "SYSTEM",
"device_id": "ACPI\\FIXEDBUTTON\\2&DABA3FF&1",
"device_name": "ACPI Fixed Feature Button",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\FixedButton",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000048",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Generic Bus": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Generic Bus",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0A05\\4&25EE97C0&0",
"device_name": "Generic Bus",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0A05",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000054",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Intel Processor": {
"caption": null,
"class_guid": "{50127dc3-0f36-415e-a6cc-4cb3be910b65}",
"compat_id": "ACPI\\Processor",
"creation_class_name": null,
"description": "Intel Processor",
"device_class": "PROCESSOR",
"device_id": "ACPI\\GENUINEINTEL_-_INTEL64_FAMILY_6_MODEL_42_-_______INTEL(R)_CORE(TM)_I7-2675QM_CPU_@_2.20GHZ\\_0",
"device_name": "Intel Processor",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Intel(R) Core(TM) i7-2675QM CPU @ 2.20GHz",
"hard_ware_id": "ACPI\\GenuineIntel_-_Intel64_Family_6_Model_42",
"inf_name": "cpu.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\00000046",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Microsoft AC Adapter": {
"caption": null,
"class_guid": "{72631e54-78a4-11d0-bcf7-00aa00b7b32a}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft AC Adapter",
"device_class": "BATTERY",
"device_id": "ACPI\\ACPI0003\\1",
"device_name": "Microsoft AC Adapter",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\ACPI0003",
"inf_name": "battery.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000045",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Motherboard resources": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Motherboard resources",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0C02\\1F",
"device_name": "Motherboard resources",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0C02",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004b",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI Express standard Root Port": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_07A0&REV_01",
"creation_class_name": null,
"description": "PCI Express standard Root Port",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\\3&18D45AA6&0&A8",
"device_name": "PCI Express standard Root Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 21, function 0",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0009",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB Root Hub": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": null,
"creation_class_name": null,
"description": "USB Root Hub",
"device_class": "USB",
"device_id": "USB\\ROOT_HUB\\5&17DF1C1B&0",
"device_name": "USB Root Hub",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\ROOT_HUB&VID15AD&PID0774&REV0000",
"inf_name": "usbport.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard USB Host Controller)",
"name": null,
"pdo": "\\Device\\USBPDO-0",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Standard Enhanced PCI to USB Host Controller": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": "PCI\\VEN_15AD&DEV_0770&REV_00",
"creation_class_name": null,
"description": "Standard Enhanced PCI to USB Host Controller",
"device_class": "USB",
"device_id": "PCI\\VEN_15AD&DEV_0770&SUBSYS_077015AD&REV_00\\4&B70F118&0&1888",
"device_name": "Standard Enhanced PCI to USB Host Controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_0770&SUBSYS_077015AD&REV_00",
"inf_name": "usbport.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 2, device 3, function 0",
"manufacturer": "(Standard USB Host Controller)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0044",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"High Definition Audio Device": {
"caption": null,
"class_guid": "{4d36e96c-e325-11ce-bfc1-08002be10318}",
"compat_id": "HDAUDIO\\FUNC_01&CTLR_VEN_15AD&CTLR_DEV_1977&VEN_15AD&DEV_1975&REV_1001",
"creation_class_name": null,
"description": "High Definition Audio Device",
"device_class": "MEDIA",
"device_id": "HDAUDIO\\FUNC_01&VEN_15AD&DEV_1975&SUBSYS_15AD1975&REV_1001\\5&3AFEF9BD&0&0001",
"device_name": "High Definition Audio Device",
"dev_loader": null,
"driver_date": "20090713000000.******+***",
"driver_name": "HdAudio.sys",
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "HDAUDIO\\FUNC_01&VEN_15AD&DEV_1975&SUBSYS_15AD1975&REV_1001",
"inf_name": "hdaudio.inf",
"install_date": null,
"is_signed": true,
"location": "Internal High Definition Audio Bus",
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000005d",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20090713"
},
"High Definition Audio Controller": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_1977&REV_09",
"creation_class_name": null,
"description": "High Definition Audio Controller",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_1977&SUBSYS_197715AD&REV_09\\4&B70F118&0&1088",
"device_name": "High Definition Audio Controller",
"dev_loader": null,
"driver_date": "20090713000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_1977&SUBSYS_197715AD&REV_09",
"inf_name": "hdaudbus.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 2, device 2, function 0",
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0043",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20090713"
},
"Intel(R) PRO/1000 MT Network Connection": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&DEV_100F&REV_01",
"creation_class_name": null,
"description": "Intel(R) PRO/1000 MT Network Connection",
"device_class": "NET",
"device_id": "PCI\\VEN_8086&DEV_100F&SUBSYS_075015AD&REV_01\\4&B70F118&0&0888",
"device_name": "Intel(R) PRO/1000 MT Network Connection",
"dev_loader": null,
"driver_date": "20080528000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "8.4.1.0",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_100F&SUBSYS_075015AD&REV_01",
"inf_name": "nete1g3e.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 2, device 1, function 0",
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0042",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "8.4.1.0",
"date": "20080528"
},
"Bluetooth Device (Personal Area Network)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": "",
"creation_class_name": null,
"description": "Bluetooth Device (Personal Area Network)",
"device_class": "NET",
"device_id": "BTH\\MS_BTHPAN\\8&3443E12F&0&2",
"device_name": "Bluetooth Device (Personal Area Network)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "BTH\\MS_BTHPAN",
"inf_name": "bthpan.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\0000006a",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Microsoft Bluetooth Enumerator": {
"caption": null,
"class_guid": "{e0cbf06c-cd8b-4647-bb8a-263b43f0f974}",
"compat_id": "",
"creation_class_name": null,
"description": "Microsoft Bluetooth Enumerator",
"device_class": "BLUETOOTH",
"device_id": "BTH\\MS_BTHBRB\\8&3443E12F&0&1",
"device_name": "Microsoft Bluetooth Enumerator",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "BTH\\MS_BTHBRB",
"inf_name": "bth.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000069",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Bluetooth Device (RFCOMM Protocol TDI)": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": "",
"creation_class_name": null,
"description": "Bluetooth Device (RFCOMM Protocol TDI)",
"device_class": "NET",
"device_id": "BTH\\MS_RFCOMM\\8&3443E12F&0&0",
"device_name": "Bluetooth Device (RFCOMM Protocol TDI)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "BTH\\MS_RFCOMM",
"inf_name": "tdibth.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000068",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Generic Bluetooth Radio": {
"caption": null,
"class_guid": "{e0cbf06c-cd8b-4647-bb8a-263b43f0f974}",
"compat_id": "USB\\Class_E0&SubClass_01&Prot_01",
"creation_class_name": null,
"description": "Generic Bluetooth Radio",
"device_class": "BLUETOOTH",
"device_id": "USB\\VID_0A12&PID_0001\\000650268328",
"device_name": "Generic Bluetooth Radio",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\VID_0A12&PID_0001&REV_0100",
"inf_name": "bth.inf",
"install_date": null,
"is_signed": true,
"location": "Port_#0001.Hub_#0003",
"manufacturer": "Cambridge Silicon Radio Ltd.",
"name": null,
"pdo": "\\Device\\USBPDO-4",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Generic USB Hub": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": "USB\\Class_09&SubClass_00&Prot_00",
"creation_class_name": null,
"description": "Generic USB Hub",
"device_class": "USB",
"device_id": "USB\\VID_0E0F&PID_0002\\6&B25D31B&0&2",
"device_name": "Generic USB Hub",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\VID_0E0F&PID_0002&REV_0100",
"inf_name": "usb.inf",
"install_date": null,
"is_signed": true,
"location": "Port_#0002.Hub_#0001",
"manufacturer": "(Generic USB Hub)",
"name": null,
"pdo": "\\Device\\USBPDO-3",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"HID-compliant mouse": {
"caption": null,
"class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
"compat_id": "",
"creation_class_name": null,
"description": "HID-compliant mouse",
"device_class": "MOUSE",
"device_id": "HID\\VID_0E0F&PID_0003&MI_00\\8&8AFD64F&0&0000",
"device_name": "HID-compliant mouse",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "HID\\VID_0E0F&PID_0003&REV_0102&MI_00",
"inf_name": "msmouse.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000065",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB Input Device": {
"caption": null,
"class_guid": "{745a17a0-74d3-11d0-b6fe-00a0c90f57da}",
"compat_id": "USB\\Class_03&SubClass_00&Prot_00",
"creation_class_name": null,
"description": "USB Input Device",
"device_class": "HIDCLASS",
"device_id": "USB\\VID_0E0F&PID_0003&MI_00\\7&2A63CEAD&0&0000",
"device_name": "USB Input Device",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\VID_0E0F&PID_0003&REV_0102&MI_00",
"inf_name": "input.inf",
"install_date": null,
"is_signed": true,
"location": "0002.0000.0000.001.000.000.000.000.000",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000063",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"USB Composite Device": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": "USB\\DevClass_00&SubClass_00&Prot_00",
"creation_class_name": null,
"description": "USB Composite Device",
"device_class": "USB",
"device_id": "USB\\VID_0E0F&PID_0003\\6&B25D31B&0&1",
"device_name": "USB Composite Device",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "USB\\VID_0E0F&PID_0003&REV_0102",
"inf_name": "usb.inf",
"install_date": null,
"is_signed": true,
"location": "Port_#0001.Hub_#0001",
"manufacturer": "(Standard USB Host Controller)",
"name": null,
"pdo": "\\Device\\USBPDO-2",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Standard Universal PCI to USB Host Controller": {
"caption": null,
"class_guid": "{36fc9e60-c465-11cf-8056-444553540000}",
"compat_id": "PCI\\VEN_15AD&DEV_0774&REV_00",
"creation_class_name": null,
"description": "Standard Universal PCI to USB Host Controller",
"device_class": "USB",
"device_id": "PCI\\VEN_15AD&DEV_0774&SUBSYS_197615AD&REV_00\\4&B70F118&0&0088",
"device_name": "Standard Universal PCI to USB Host Controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_0774&SUBSYS_197615AD&REV_00",
"inf_name": "usbport.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 2, device 0, function 0",
"manufacturer": "(Standard USB Host Controller)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0041",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI standard PCI-to-PCI bridge": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&CC_060400",
"creation_class_name": null,
"description": "PCI standard PCI-to-PCI bridge",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_8086&DEV_7191&SUBSYS_00000000&REV_01\\3&18D45AA6&0&08",
"device_name": "PCI standard PCI-to-PCI bridge",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_7191&SUBSYS_00000000&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 1, function 0",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0001",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Disk drive": {
"caption": null,
"class_guid": "{4d36e967-e325-11ce-bfc1-08002be10318}",
"compat_id": "SCSI\\Disk",
"creation_class_name": null,
"description": "Disk drive",
"device_class": "DISKDRIVE",
"device_id": "SCSI\\DISK&VEN_VMWARE_&PROD_VMWARE_VIRTUAL_S\\4&3B5019BE&0&000000",
"device_name": "Disk drive",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "VMware, VMware Virtual S SCSI Disk Device",
"hard_ware_id": "SCSI\\DiskVMware__VMware_Virtual_S1.0_",
"inf_name": "disk.inf",
"install_date": null,
"is_signed": true,
"location": "Bus Number 0, Target Id 0, LUN 0",
"manufacturer": "(Standard disk drives)",
"name": null,
"pdo": "\\Device\\00000059",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"LSI Adapter, Ultra320 SCSI 2000 series, w/1020/1030": {
"caption": null,
"class_guid": "{4d36e97b-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_1000&DEV_0030&REV_01",
"creation_class_name": null,
"description": "LSI Adapter, Ultra320 SCSI 2000 series, w/1020/1030",
"device_class": "SCSIADAPTER",
"device_id": "PCI\\VEN_1000&DEV_0030&SUBSYS_197615AD&REV_01\\3&18D45AA6&0&80",
"device_name": "LSI Adapter, Ultra320 SCSI 2000 series, w/1020/1030",
"dev_loader": null,
"driver_date": "20090330000000.******+***",
"driver_name": null,
"driver_provider_name": "LSI",
"driver_version": "1.28.3.67",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_1000&DEV_0030&SUBSYS_197615AD&REV_01",
"inf_name": "lsi_scsi.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 16, function 0",
"manufacturer": "LSI",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0007",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "1.28.3.67",
"date": "20090330"
},
"Generic Non-PnP Monitor": {
"caption": null,
"class_guid": "{4d36e96e-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP09FF",
"creation_class_name": null,
"description": "Generic Non-PnP Monitor",
"device_class": "MONITOR",
"device_id": "DISPLAY\\DEFAULT_MONITOR\\4&31BE19FA&0&UID0",
"device_name": "Generic Non-PnP Monitor",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "MONITOR\\Default_Monitor",
"inf_name": "monitor.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard monitor types)",
"name": null,
"pdo": "\\Device\\00000060",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"VMware SVGA 3D (Microsoft Corporation - WDDM)": {
"caption": null,
"class_guid": "{4d36e968-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_0405&REV_00",
"creation_class_name": null,
"description": "VMware SVGA 3D (Microsoft Corporation - WDDM)",
"device_class": "DISPLAY",
"device_id": "PCI\\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\\3&18D45AA6&0&78",
"device_name": "VMware SVGA 3D (Microsoft Corporation - WDDM)",
"dev_loader": null,
"driver_date": "20111111000000.******+***",
"driver_name": null,
"driver_provider_name": "VMware, Inc.",
"driver_version": "7.14.1.1134",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00",
"inf_name": "oem10.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 15, function 0",
"manufacturer": "VMware, Inc.",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0006",
"signer": "Microsoft Windows Hardware Compatibility Publisher",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "7.14.1.1134",
"date": "20111111"
},
"VMware VMCI Bus Device": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_15AD&DEV_0740&REV_10",
"creation_class_name": null,
"description": "VMware VMCI Bus Device",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_15AD&DEV_0740&SUBSYS_074015AD&REV_10\\3&18D45AA6&0&3F",
"device_name": "VMware VMCI Bus Device",
"dev_loader": null,
"driver_date": "20110705000000.******+***",
"driver_name": null,
"driver_provider_name": "VMware, Inc.",
"driver_version": "9.1.54.0",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_15AD&DEV_0740&SUBSYS_074015AD&REV_10",
"inf_name": "oem6.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 7, function 7",
"manufacturer": "VMware, Inc.",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0005",
"signer": "Microsoft Windows Hardware Compatibility Publisher",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "9.1.54.0",
"date": "20110705"
},
"CD-ROM Drive": {
"caption": null,
"class_guid": "{4d36e965-e325-11ce-bfc1-08002be10318}",
"compat_id": "GenCdRom",
"creation_class_name": null,
"description": "CD-ROM Drive",
"device_class": "CDROM",
"device_id": "IDE\\CDROMNECVMWAR_VMWARE_IDE_CDR10_______________1.00____\\5&290FD3AB&0&1.0.0",
"device_name": "CD-ROM Drive",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "NECVMWar VMware IDE CDR10 ATA Device",
"hard_ware_id": "IDE\\CdRomNECVMWar_VMware_IDE_CDR10_______________1.00____",
"inf_name": "cdrom.inf",
"install_date": null,
"is_signed": true,
"location": "Channel 1, Target 0, Lun 0",
"manufacturer": "(Standard CD-ROM drives)",
"name": null,
"pdo": "\\Device\\Ide\\IdeDeviceP1T0L0-1",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"IDE Channel": {
"caption": null,
"class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP0600",
"creation_class_name": null,
"description": "IDE Channel",
"device_class": "HDC",
"device_id": "PCIIDE\\IDECHANNEL\\4&39EC5D8A&0&0",
"device_name": "IDE Channel",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "ATA Channel 0",
"hard_ware_id": "Intel-PIIX4",
"inf_name": "mshdc.inf",
"install_date": null,
"is_signed": true,
"location": "Channel 0",
"manufacturer": "(Standard IDE ATA/ATAPI controllers)",
"name": null,
"pdo": "\\Device\\Ide\\PciIde0Channel0",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Intel(R) 82371AB/EB PCI Bus Master IDE Controller": {
"caption": null,
"class_guid": "{4d36e96a-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&DEV_7111&REV_01",
"creation_class_name": null,
"description": "Intel(R) 82371AB/EB PCI Bus Master IDE Controller",
"device_class": "HDC",
"device_id": "PCI\\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01\\3&18D45AA6&0&39",
"device_name": "Intel(R) 82371AB/EB PCI Bus Master IDE Controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01",
"inf_name": "mshdc.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 7, function 1",
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0003",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Floppy disk drive": {
"caption": null,
"class_guid": "{4d36e980-e325-11ce-bfc1-08002be10318}",
"compat_id": "GenFloppyDisk",
"creation_class_name": null,
"description": "Floppy disk drive",
"device_class": "FLOPPYDISK",
"device_id": "FDC\\GENERIC_FLOPPY_DRIVE\\6&2BC13940&0&0",
"device_name": "Floppy disk drive",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "FDC\\GENERIC_FLOPPY_DRIVE",
"inf_name": "flpydisk.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard floppy disk drives)",
"name": null,
"pdo": "\\Device\\FloppyPDO0",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Standard floppy disk controller": {
"caption": null,
"class_guid": "{4d36e969-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Standard floppy disk controller",
"device_class": "FDC",
"device_id": "ACPI\\PNP0700\\5&2421EB5&0",
"device_name": "Standard floppy disk controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0700",
"inf_name": "fdc.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard floppy disk controllers)",
"name": null,
"pdo": "\\Device\\00000058",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Communications Port": {
"caption": null,
"class_guid": "{4d36e978-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Communications Port",
"device_class": "PORTS",
"device_id": "ACPI\\PNP0501\\1",
"device_name": "Communications Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Communications Port (COM1)",
"hard_ware_id": "ACPI\\PNP0501",
"inf_name": "msports.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard port types)",
"name": null,
"pdo": "\\Device\\00000056",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Printer Port Logical Interface": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Printer Port Logical Interface",
"device_class": "SYSTEM",
"device_id": "LPTENUM\\MICROSOFTRAWPORT\\6&1A98CB87&0&LPT1",
"device_name": "Printer Port Logical Interface",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "LPTENUM\\MicrosoftRawPort958A",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "LPT1",
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\Parallel0",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Printer Port": {
"caption": null,
"class_guid": "{4d36e978-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Printer Port",
"device_class": "PORTS",
"device_id": "ACPI\\PNP0400\\5&2421EB5&0",
"device_name": "Printer Port",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Printer Port (LPT1)",
"hard_ware_id": "ACPI\\PNP0400",
"inf_name": "msports.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard port types)",
"name": null,
"pdo": "\\Device\\00000055",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"High precision event timer": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP0C01",
"creation_class_name": null,
"description": "High precision event timer",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0103\\4&25EE97C0&0",
"device_name": "High precision event timer",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0103",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000053",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"VMware Pointing Device": {
"caption": null,
"class_guid": "{4d36e96f-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "VMware Pointing Device",
"device_class": "MOUSE",
"device_id": "ACPI\\PNP0F13\\4&25EE97C0&0",
"device_name": "VMware Pointing Device",
"dev_loader": null,
"driver_date": "20091117000000.******+***",
"driver_name": null,
"driver_provider_name": "VMware, Inc.",
"driver_version": "12.4.0.6",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0F13",
"inf_name": "oem4.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "VMware, Inc.",
"name": null,
"pdo": "\\Device\\00000052",
"signer": "Microsoft Windows Hardware Compatibility Publisher",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "12.4.0.6",
"date": "20091117"
},
"Standard PS/2 Keyboard": {
"caption": null,
"class_guid": "{4d36e96b-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Standard PS/2 Keyboard",
"device_class": "KEYBOARD",
"device_id": "ACPI\\PNP0303\\4&25EE97C0&0",
"device_name": "Standard PS/2 Keyboard",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0303",
"inf_name": "keyboard.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard keyboards)",
"name": null,
"pdo": "\\Device\\00000051",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"System speaker": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "System speaker",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0800\\4&25EE97C0&0",
"device_name": "System speaker",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0800",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000050",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"System CMOS/real time clock": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "System CMOS/real time clock",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0B00\\4&25EE97C0&0",
"device_name": "System CMOS/real time clock",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0B00",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004f",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"System timer": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "System timer",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0100\\4&25EE97C0&0",
"device_name": "System timer",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0100",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004e",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"EISA programmable interrupt controller": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "EISA programmable interrupt controller",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0001\\4&25EE97C0&0",
"device_name": "EISA programmable interrupt controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0001",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004d",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Direct memory access controller": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Direct memory access controller",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0200\\4&25EE97C0&0",
"device_name": "Direct memory access controller",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0200",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\0000004c",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Intel 82371AB/EB PCI to ISA bridge (ISA mode)": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&DEV_7110&REV_08",
"creation_class_name": null,
"description": "Intel 82371AB/EB PCI to ISA bridge (ISA mode)",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_8086&DEV_7110&SUBSYS_197615AD&REV_08\\3&18D45AA6&0&38",
"device_name": "Intel 82371AB/EB PCI to ISA bridge (ISA mode)",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_7110&SUBSYS_197615AD&REV_08",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 7, function 0",
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0002",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Intel 82443BX Pentium(R) II Processor to PCI Bridge": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "PCI\\VEN_8086&DEV_7190&REV_01",
"creation_class_name": null,
"description": "Intel 82443BX Pentium(R) II Processor to PCI Bridge",
"device_class": "SYSTEM",
"device_id": "PCI\\VEN_8086&DEV_7190&SUBSYS_197615AD&REV_01\\3&18D45AA6&0&00",
"device_name": "Intel 82443BX Pentium(R) II Processor to PCI Bridge",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "PCI\\VEN_8086&DEV_7190&SUBSYS_197615AD&REV_01",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": "PCI bus 0, device 0, function 0",
"manufacturer": "Intel",
"name": null,
"pdo": "\\Device\\NTPNP_PCI0000",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"PCI bus": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": "*PNP0A08",
"creation_class_name": null,
"description": "PCI bus",
"device_class": "SYSTEM",
"device_id": "ACPI\\PNP0A03\\2&DABA3FF&1",
"device_name": "PCI bus",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI\\PNP0A03",
"inf_name": "machine.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard system devices)",
"name": null,
"pdo": "\\Device\\00000044",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Microsoft ACPI-Compliant System": {
"caption": null,
"class_guid": "{4d36e97d-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft ACPI-Compliant System",
"device_class": "SYSTEM",
"device_id": "ACPI_HAL\\PNP0C08\\0",
"device_name": "Microsoft ACPI-Compliant System",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "ACPI_HAL\\PNP0C08",
"inf_name": "acpi.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000043",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"ACPI x64-based PC": {
"caption": null,
"class_guid": "{4d36e966-e325-11ce-bfc1-08002be10318}",
"compat_id": "DETECTEDInternal\\ACPI_HAL",
"creation_class_name": null,
"description": "ACPI x64-based PC",
"device_class": "COMPUTER",
"device_id": "ROOT\\ACPI_HAL\\0000",
"device_name": "ACPI x64-based PC",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": null,
"hard_ware_id": "acpiapic",
"inf_name": "hal.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "(Standard computers)",
"name": null,
"pdo": "\\Device\\00000003",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
},
"Microsoft Teredo Tunneling Adapter": {
"caption": null,
"class_guid": "{4d36e972-e325-11ce-bfc1-08002be10318}",
"compat_id": null,
"creation_class_name": null,
"description": "Microsoft Teredo Tunneling Adapter",
"device_class": "NET",
"device_id": "ROOT\\*TEREDO\\0000",
"device_name": "Microsoft Teredo Tunneling Adapter",
"dev_loader": null,
"driver_date": "20060621000000.******+***",
"driver_name": null,
"driver_provider_name": "Microsoft",
"driver_version": "6.1.7600.16385",
"friendly_name": "Teredo Tunneling Pseudo-Interface",
"hard_ware_id": "*TEREDO",
"inf_name": "nettun.inf",
"install_date": null,
"is_signed": true,
"location": null,
"manufacturer": "Microsoft",
"name": null,
"pdo": "\\Device\\00000002",
"signer": "Microsoft Windows",
"started": null,
"start_mode": null,
"status": null,
"system_creation_class_name": null,
"system_name": null,
"version": "6.1.7600.16385",
"date": "20060621"
}
}
},
"os": "windows",
"os_version": "6.1.7600",
"chef_packages": {
"chef": {
"version": "0.10.8",
"chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-0.10.8/lib"
},
"ohai": {
"version": "0.6.12",
"ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-0.6.12/lib/ohai"
}
},
"hostname": "WIN-6JE0G6E4FJM",
"fqdn": "WIN-6JE0G6E4FJM",
"domain": null,
"network": {
"interfaces": {
}
},
"counters": {
"network": {
}
},
"ipaddress": null,
"macaddress": null,
"command": {
},
"dmi": {
},
"keys": {
},
"ohai_time": 1333047204.157378,
"etc": {
"passwd": {
},
"group": {
}
},
"current_user": "Opscode",
"platform": "windows",
"platform_version": "6.1.7600",
"platform_family": "windows",
"cpu": {
"0": {
"vendor_id": "GenuineIntel",
"family": "12",
"model": "10759",
"stepping": null,
"physical_id": "CPU0",
"cores": 1,
"model_name": "Intel64 Family 6 Model 42 Stepping 7",
"mhz": "2194",
"cache_size": "0 KB"
},
"total": 1,
"real": 1
},
"filesystem": {
"A:": {
"kb_size": 0,
"kb_available": 0,
"kb_used": 0,
"percent_used": 0,
"mount": "A:",
"volume_name": null
},
"C:": {
"kb_size": 42947571,
"kb_available": 32328740,
"kb_used": 10618831,
"percent_used": 24,
"mount": "C:",
"fs_type": "ntfs",
"volume_name": ""
},
"D:": {
"kb_size": 0,
"kb_available": 0,
"kb_used": 0,
"percent_used": 0,
"mount": "D:",
"volume_name": null
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment