![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-19 05:04 |
47,814 topics / 349,908 posts / today 1 new / 48,259 members |
| DOS疑难解答 & 问题讨论 (解答室) » Can you use DOS commands to find out the computer's configuration? |
| Printable Version 4,582 / 20 |
| Floor1 hanxingsilent | Posted 2006-01-07 14:33 |
| 新手上路 Posts 1 Credits 6 | |
|
Hello everyone:
Can you use DOS commands to find out various configurations of the computer? Please help everyone, thank you!!! |
|
| Floor2 electronixtar | Posted 2006-01-07 14:50 |
| 铂金会员 Posts 2,672 Credits 7,493 | |
| Floor3 electronixtar | Posted 2006-01-07 14:51 |
| 铂金会员 Posts 2,672 Credits 7,493 | |
| Floor4 wl00560 | Posted 2006-01-07 16:59 |
| 银牌会员 Posts 709 Credits 1,384 | |
|
Is it pure DOS? Type in msd to see. But it might be older. You can also use the hwinfo software
|
|
| Floor5 Wengier | Posted 2006-01-08 00:04 |
| 系统支持 Posts 10,521 Credits 27,736 | |
|
HWINFO, NSSI, PCI and other software are relatively new.
|
|
| Floor6 3742668 | Posted 2006-02-19 00:32 |
| 荣誉版主 Posts 718 Credits 2,013 | |
|
Under XP, relatively detailed information can be viewed through WMIC.
|
|
| Floor7 zouqsh9511 | Posted 2006-03-22 17:20 |
| 初级用户 Posts 9 Credits 30 | |
|
How to input anything, it prompts that the alias is not found
|
|
| Floor8 3742668 | Posted 2006-03-22 19:19 |
| 荣誉版主 Posts 718 Credits 2,013 | |
|
wmic baseboard get product | findstr /i /v "product"
wmic cpu get name | findstr /i /v "name" wmic diskdrive get model | findstr /i /v "model" wmic cdrom get name | findstr /i /v "name" wmic desktopmonitor get name | findstr /i /v "name" wmic memlogical get TotalPhysicalMemory | findstr /i /v "TotalPhysicalMemory" wmic nic where NetConnectionID="Local Area Connection" get name wmic sounddev get name | findstr /i /v "name" Give it a try, I wrote this a long time ago, seems there's a small mistake, forgot. If you don't use generating a record file, it's simpler and more intuitive: start C:\WINDOWS\PCHealth\HelpCtr\System\sysinfo\sysComponentInfo.htm The tested system is SP2. |
|
| Floor9 linson | Posted 2006-03-22 23:22 |
| 中级用户 Posts 31 Credits 283 | |
Originally posted by 3742668 at 2006-3-22 07:19 PM: I used to use WMI scripts to check hardware information! I didn't expect Windows to have CMD commands, which gives more options. Thanks. Learned another trick! |
|
| Floor10 286-486 | Posted 2006-03-27 16:54 |
| 中级用户 Posts 40 Credits 214 | |
|
Use tools such as PCTOOLS or NORTON
|
|
| Floor11 iaide007 | Posted 2006-09-10 18:02 |
| 初级用户 Posts 12 Credits 36 | |
|
start C:\WINDOWS\PCHealth\HelpCtr\System\sysinfo\sysComponentInfo.htm
Just discovered such a good thing today. Haha |
|
| Floor12 hymm2008 | Posted 2006-09-11 04:29 |
| 初级用户 Posts 43 Credits 102 | |
Originally posted by iaide007 at 2006-9-10 18:02: Indeed, good stuff, simple enough. |
|
| Floor13 mobo | Posted 2006-09-18 09:00 |
| 初级用户 Posts 30 Credits 73 | |
|
::Get PC Main Information Using WMI Alias.bat
::Get main information using WMI alias, output in web page format ::--------by MOBO[Mobo] at 2006-09-16: wmic baseboard list brief /format:hform >MyPC.htm wmic cpu list brief /format:hform >>MyPC.htm wmic bios list brief /format:hform >>MyPC.htm wmic diskdrive list brief /format:hform >>MyPC.htm wmic cdrom list brief /format:hform >>MyPC.htm wmic desktopmonitor list brief /format:hform >>MyPC.htm wmic memlogical list brief /format:hform >>MyPC.htm wmic nic list brief /format:hform >>MyPC.htm wmic sounddev list brief /format:hform >>MyPC.htm wmic group brief /format:hform >>MyPC.htm wmic os list brief /format:hform >>MyPC.htm wmic startup list brief /format:hform >>MyPC.htm |
|
| Floor14 nxcgh2006 | Posted 2006-10-23 12:51 |
| 初级用户 Posts 22 Credits 42 | |
| Floor15 xingyun206 | Posted 2008-01-10 17:02 |
| 新手上路 Posts 6 Credits 14 | |
|
Great, learned it!!!!!
|
|
| 1 2 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |