|
hymm2008
初级用户
 
积分 102
发帖 43
注册 2006-9-7
状态 离线
|
『楼 主』:
CMD取得硬件信息的命令!請教各位?
使用 LLM 解释/回答一下
用CMD有取硬件信息的命令或是否有可通過CMD命令行調用取硬件信息的程序嗎?如:硬盤序列號或特征,等。。
請教各位!
Is there a command in CMD to get hardware information or a program that can be called via the CMD command line to get hardware information? For example: hard disk serial number or features, etc.
Please teach everyone!
|
|
2006-9-9 01:41 |
|
|
hymm2008
初级用户
 
积分 102
发帖 43
注册 2006-9-7
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
沒人理我,頂一下。 是不是沒人知道?我也覺得那樣沒多大可能。
No one pays attention to me, so I'll bump it. Is it that no one knows? I also think that's not very likely.
|
|
2006-9-9 04:16 |
|
|
wl00560
银牌会员
    
积分 1384
发帖 709
注册 2005-10-29
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
调用不知,不过systeminfo可以查到一些系统信息。
I don't know about the call, but systeminfo can find some system information.
|
|
2006-9-9 04:35 |
|
|
hymm2008
初级用户
 
积分 102
发帖 43
注册 2006-9-7
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
謝謝 wl00560
總算有人回我了
Thanks wl00560
Finally someone replied to me
|
|
2006-9-9 05:08 |
|
|
9527
银牌会员
     努力做坏人
积分 1185
发帖 438
注册 2006-8-28 来自 北京
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
wmic computersystem list full
wmic computersystem list full
|

我今后在论坛的目标就是做个超级坏人!!! |
|
2006-9-9 05:15 |
|
|
hymm2008
初级用户
 
积分 102
发帖 43
注册 2006-9-7
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
systeminfo 在 WIN2000裡沒有。復制過去也不能用。。
systeminfo is not available in WIN2000. Copying it over doesn't work either.
|
|
2006-9-9 05:18 |
|
|
9527
银牌会员
     努力做坏人
积分 1185
发帖 438
注册 2006-8-28 来自 北京
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
是啊,只有XP系统才是自带的,呵呵.........WMIC也是啊,这样一来最方便的是借助第三方工具来解决了
Yeah, only the XP system has it built-in, heh... WMIC is also like that. In this way, the most convenient way is to use third-party tools to solve it
|

我今后在论坛的目标就是做个超级坏人!!! |
|
2006-9-9 05:19 |
|
|
hymm2008
初级用户
 
积分 102
发帖 43
注册 2006-9-7
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by pip at 2006-9-9 05:19:
是啊,只有XP系统才是自带的,呵呵.........WMIC也是啊,这样一来最方便的是借助第三方工具来解决了
是啊,不知還那們高手知道有沒有其它的。。。。
Originally posted by pip at 2006-9-9 05:19:
Yeah, only the XP system has it built-in, heh.........WMIC is also like that, so the most convenient way is to rely on third-party tools to solve it
Yeah, I don't know if there are other experts who know if there are any others...
|
|
2006-9-9 05:34 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
debug ……
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-9-9 06:31 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
Re hymm2008:
的确如 electronixtar 兄所言,可以使用 debug 查阅 BIOS 在内存中所映射的 CMOS 数据,其中应该包括 BIOS 可以识别出的所有硬件信息数据。只不过数据地址的计算比较复杂,而且可能并不使用于所有的BIOS版本。
至于命令行获取特征序列,可以考虑 ipconfig /all 获取本地网卡的物理地址,或者使用 dir 获取本地硬盘所有可见盘的卷序列号。
Re hymm2008:
Indeed, as Brother electronixtar said, you can use debug to check the CMOS data mapped by the BIOS in memory, which should include all hardware information data that the BIOS can recognize. However, the calculation of the data address is relatively complicated, and it may not be applicable to all BIOS versions.
As for obtaining the feature sequence from the command line, you can consider using ipconfig /all to obtain the physical address of the local network card, or use dir to obtain the volume serial number of all visible disks on the local hard drive.
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2006-9-9 10:12 |
|
|
hymm2008
初级用户
 
积分 102
发帖 43
注册 2006-9-7
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
Originally posted by willsort at 2006-9-9 10:12:
Re hymm2008:
的确如 electronixtar 兄所言,可以使用 debug 查阅 BIOS 在内存中所映射的 CMOS 数据,其中应该包括 BIOS 可以识别出的所有硬件信息数据。堮..
请教版主,本地硬盘所有可见盘的卷序列号在格式化后会变吗?我想会变的。至于ipconfig /all 所获得的网卡MIC码也是可以更改的。debug 太复杂了点。 有什么办法取得硬件一些不变的特征?
Originally posted by willsort at 2006-9-9 10:12:
Re hymm2008:
Indeed, as brother electronixtar said, you can use debug to check the CMOS data mapped by the BIOS in memory, which should include all hardware information data that the BIOS can recognize. Well..
Ask the moderator, will the volume serial number of all visible disks on the local hard drive change after formatting? I think it will change. As for the NIC MIC code obtained by ipconfig /all, it can also be changed. Debug is a bit too complicated. Is there any way to obtain some unchanging characteristics of the hardware?
|
|
2006-9-10 03:23 |
|
|
namejm
荣誉版主
       batch fan
积分 5226
发帖 1737
注册 2006-3-10 来自 成都
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
楼主如果把获取硬盘特征的用途说出来,可能会有比较好的变通办法。
If the LZ (楼主) can state the purpose of obtaining the hard disk features, there might be a better way to work around it.
|

尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。 |
|
2006-9-10 06:23 |
|
|
hymm2008
初级用户
 
积分 102
发帖 43
注册 2006-9-7
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by namejm at 2006-9-10 06:23:
楼主如果把获取硬盘特征的用途说出来,可能会有比较好的变通办法。
因编程要参考到有关这方面的资料。namejm 老兄有什么好方法?
Originally posted by namejm at 2006-9-10 06:23:
If the owner of the post can state the purpose of obtaining the hard disk features, there may be a better alternative approach.
Because the programming needs to refer to relevant information in this regard. Brother namejm, do you have any good methods?
|
|
2006-9-10 08:35 |
|
|
namejm
荣誉版主
       batch fan
积分 5226
发帖 1737
注册 2006-3-10 来自 成都
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
你说因编程要参考的说法显得过于模糊了,不好回答呀。不过,对于硬件或者其他语言的编程我也不太懂,期待高手出马。
You said that the statement about referring to it for programming is too vague, which is difficult to answer. However, I also don't understand hardware or programming in other languages. Looking forward to experts coming to help.
|

尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。 |
|
2006-9-10 09:39 |
|
|
mobo
初级用户
 
积分 73
发帖 30
注册 2006-9-18
状态 离线
|
『第 15 楼』:
使用WMI别名获取CPU信息.bat
使用 LLM 解释/回答一下
::使用WMI别名获取PC主要信息.bat
::使用WMI别名获取主要信息,输出为网页格式
::--------by MOBO[墨伯] at 2006-09-16:
wmic baseboard list brief /format:hform >MyPC.htm
wmic cpu list full /format:hform >>MyPC.htm
wmic bios list brief /format:hform >>MyPC.htm
::Use WMI Alias to Get PC Main Information.bat
::Use WMI Alias to Get Main Information, Output as Web Page Format
::--------by MOBO at 2006-09-16:
wmic baseboard list brief /format:hform >MyPC.htm
wmic cpu list full /format:hform >>MyPC.htm
wmic bios list brief /format:hform >>MyPC.htm
|
|
2006-9-18 09:09 |
|