导航:首页 > 电脑设置 > 获取电脑配置

获取电脑配置

发布时间:2022-01-16 12:30:23

㈠ 写一个bat文件自动获取电脑配置信息

复制粘贴到记事本,另存为xx.bat,编码选ANSI

'2>nul3>nul&cls&@echooff
'&rem获取本机系统及硬件配置信息
'&set#=Anyquestion&set@=WX&set$=Q&set/az=0x53b7e0b4
'&title%#%+%$%%$%/%@%%z%
'&cd/d"%~dp0"
'&set"outfile=xxx.txt"
'&cscript-nologo-e:vbscript"%~fs0"
'&echo;%#%+%$%%$%/%@%%z%
'&pause&exit

OnErrorResumeNext
Setfso=CreateObject("Scripting.Filesystemobject")
Setws=CreateObject("WScript.Shell")
Setwmi=GetObject("winmgmts:\. ootcimv2")

WSH.echo"---------------系统-------------"
Setquery=wmi.ExecQuery("Select*fromWin32_ComputerSystem")
Foreachiteminquery
WSH.echo"当前用户="&item.UserName
WSH.echo"工作组="&item.Workgroup
WSH.echo"域="&item.Domain
WSH.echo"计算机名="&item.Name
WSH.echo"系统类型="&item.SystemType
Next

Setquery=wmi.ExecQuery("Select*fromWin32_OperatingSystem")
Foreachiteminquery
WSH.echo"系统="&item.Caption&"["&item.Version&"]"
WSH.echo"初始安装日期="&item.InstallDate
visiblemem=item.TotalVisibleMemorySize
virtualmem=item.TotalVirtualMemorySize
Next

Setquery=wmi.ExecQuery("Select*fromWin32_ComputerSystemProct")
Foreachiteminquery
WSH.echo"制造商="&item.Vendor
WSH.echo"型号="&item.Name
Next

WSH.echo"---------------主板BIOS-------------"
Setquery=wmi.ExecQuery("Select*fromWin32_BaseBoard")
Foreachiteminquery
WSH.echo"制造商="&item.Manufacturer
WSH.echo"序列号="&item.SerialNumber
Next

Setquery=wmi.ExecQuery("Select*fromWin32_BIOS")
Foreachiteminquery
WSH.echo"名称="&item.Name
WSH.echo"bios制造商="&item.Manufacturer
WSH.echo"发布日期="&item.ReleaseDate
WSH.echo"版本="&item.SMBIOSBIOSVersion
Next

WSH.echo"---------------CPU-------------"
Setquery=wmi.ExecQuery("Select*fromWIN32_PROCESSOR")
Foreachiteminquery
WSH.echo"序号="&item.DeviceID
WSH.echo"名称="&item.Name
WSH.echo"核心="&item.NumberOfCores
WSH.echo"线程="&item.NumberOfLogicalProcessors
Next

WSH.echo"---------------内存-------------"
WSH.echo"总物理内存="&FormatNumber(visiblemem/1048576,2,True)&"GB"
WSH.echo"总虚拟内存="&FormatNumber(virtualmem/1048576,2,True)&"GB"
Setquery=wmi.ExecQuery("Select*fromWin32_PhysicalMemory")
Foreachiteminquery
WSH.echo"序号="&item.Tag
WSH.echo"容量="&FormatSize(item.Capacity)
WSH.echo"主频="&item.Speed
WSH.echo"制造商="&item.Manufacturer
Next

WSH.echo"--------------硬盘-------------"
Setquery=wmi.ExecQuery("Select*fromWin32_DiskDrive")
Foreachiteminquery
WSH.echo"名称="&item.Caption
WSH.echo"接口="&item.InterfaceType
WSH.echo"容量="&FormatSize(item.Size)
WSH.echo"分区数="&item.Partitions
Next

Setquery=wmi.ExecQuery("Select*fromWin32_LogicalDiskWhereDriveType=3orDriveType=2")
Foreachiteminquery
WSH.echoitem.Caption&Chr(9)&item.FileSystem&Chr(9)&FormatSize(item.Size)&Chr(9)&FormatSize(item.FreeSpace)
Next

WSH.echo"--------------网卡-------------"
Setquery=wmi.ExecQuery("Select*fromWin32_!=nullandnotNamelike'%Virtual%'")
Foreachiteminquery
WSH.echo"名称="&item.Name
WSH.echo"连接名="&item.NetConnectionID
WSH.echo"MAC="&item.MACAddress
Setquery2=wmi.ExecQuery("Select*fromWin32_="&item.Index)
Foreachitem2inquery2
IftypeName(item2.IPAddress)<>"Null"Then
WSH.echo"IP="&item2.IPAddress(0)
EndIf
Next
Next

WSH.echo"--------------显示-------------"
Setquery=wmi.ExecQuery("Select*fromWin32_VideoController")
Foreachiteminquery
WSH.echo"名称="&item.Name
WSH.echo"显存="&FormatSize(Abs(item.AdapterRAM))
WSH.echo"当前刷新率="&item.CurrentRefreshRate
WSH.echo"水平分辨率="&item.CurrentHorizontalResolution
WSH.echo"垂直分辨率="&item.CurrentVerticalResolution
Next

WSH.echo"--------------声卡-------------"
Setquery=wmi.ExecQuery("Select*fromWIN32_SoundDevice")
Foreachiteminquery
WSH.echoitem.Name
Next

WSH.echo"--------------打印机-------------"
Setquery=wmi.ExecQuery("Select*fromWin32_Printer")
Foreachiteminquery
Ifitem.Default=TrueThen
WSH.echoitem.Name&"(默认)"
Else
WSH.echoitem.Name
EndIf
Next

FunctionFormatSize(byValt)
Ift>=1099511627776Then
FormatSize=FormatNumber(t/1099511627776,2,true)&"TB"
ElseIft>=1073741824Then
FormatSize=FormatNumber(t/1073741824,2,true)&"GB"
ElseIft>=1048576Then
FormatSize=FormatNumber(t/1048576,2,true)&"MB"
ElseIft>=1024Then
FormatSize=FormatNumber(t/1024,2,true)&"KB"
Else
FormatSize=t&"B"
EndIf
EndFunction

㈡ 有没有能获取电脑配置的bat

@echooff

echo登录名:%USERNAME%
echo计算机名:%COMPUTERNAME%
for/f"tokens=2delims=="%%ain('wmiccpugetName/value^|findstr/i"Name"')doecho处理器:%%~a
for/f"tokens=2delims=="%%ain('wmicmemorychipgetCapacity/value^|findstr/i"Capacity"')doecho内存容量:%%~a
for/f"tokens=2delims=="%%ain('wmicDiskDrivegetSize/value^|findstr/i"Size"')doecho硬盘容量:%%~a
for/f"tokens=2delims=="%%ain('/value^|findstr/i"IdentifyingNumber"')doechoSN序列号:%%~a
for/f"tokens=2delims=="%%ain('wmiccsproctgetName/value^|findstr/i"Name"')doecho电脑型号:%%~a
for/f"tokens=2delims=="%%ain('wmiccsproctgetVendor/value^|findstr/i"Vendor"')doecho制造商:%%~a

pause

简单的写了一个,其实网上已经有一个更加全面的脚本,它获取的信息更多。

㈢ 怎样查看一台电脑的配置

一、系统属性查看电脑配置

win10 系统的开始菜单上右击,点击“控制面板”选项,再点击“系统安全”中的“系统” ,然后就有电脑的整体配置情况了。如下图。

在打开的directX系统诊断信息中,就会看到电脑的配置信息。

在“显示”菜单项,可以看到显卡的信息。

四、借助第三方软件查看电脑型号和配置信息

这里可以推荐的是鲁大师、cpu-z等等。具体方法很简单。

㈣ 电脑怎么查看配置

通过在运行里面输入“dxdiag”命令,来查看电脑配置;具体步骤如下:

1、在运行里面输入“dxdiag”。

4、最后还可以点击DirectX诊断工具界面右下角的“保存所有信息”将包含电脑配置的诊断信息保存为txt文档。

㈤ 怎么查看电脑各种配置

可以使用电脑管家的硬件检测查看信息.

1、首先点击工具箱,打开硬件检测工具。

阅读全文

与获取电脑配置相关的资料

热点内容
电脑黑屏硬盘突然消失不见 浏览:367
东方财富电脑版时间哪里设置 浏览:507
电脑被设置了不能上网 浏览:345
小米手机视频怎么传到电脑 浏览:398
海尔老电脑u盘安装系统 浏览:283
笔记本电脑没连网线能直接连WiFi吗 浏览:86
如何备份c盘电脑文件 浏览:557
如何用微信查看电脑上的文件 浏览:152
为什么电脑上没有手机显示的wifi 浏览:953
华为笔记本电脑怎样设置开机指纹 浏览:388
公司惠普打印机电脑搜索不到 浏览:132
电脑开机程序名称 浏览:338
韩国自学免费网站 浏览:873
华硕电脑怎么设置投屏功能视频 浏览:698
电脑如何自动锁定目录 浏览:411
电脑屏幕键坏 浏览:949
苹果4硬件检测软件 浏览:765
两台电脑组网wifi 浏览:195
如何关闭电脑黑屏休眠状态 浏览:13
电脑分区硬盘容量只有5mb 浏览:278