Windows设备管理器查看隐藏设备

 运行以下脚本打开设备管理器,可以查看隐藏隐藏设备:

@echo preparing to open devmgmt
@echo off

set devmgr_show_nonpresent_devices=1
start devmgmt.msc

 

先择"Show hidden devices" 即可看到全部硬件设备信息,包括已移除的设备 

  

Next Post Previous Post
No Comment
Add Comment
comment url