[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[硬件管理] 获取显示器的尺寸、生产日期等信息:DumpEDID 1.02

Using DumpEDID

DumpEDID is a console application, so in order the view the output, you have to run it in console (Command-Prompt) window.
As with any console application, you dump the output into a file, for example:
  1. DumpEDID.exe > c:\temp\edid.txt
复制代码
If you want to Get the EDID records of a remote computer, you can specify the remote computer as parameter, for example:
  1. DumpEDID.exe \\remote01
复制代码
官网下载:http://www.nirsoft.net/utils/dump_edid.html

本地下载:http://bcn.bathome.net/s/tool/index.html?key=DumpEDID
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】http://bbs.bathome.net/thread-67716-1-1.html

看看源码,学习学习!

TOP

返回列表