windows下在cmd中获取系统信息

在Windows操作系统的命令提示符(cmd)中,可以通过输入特定的命令来获取系统信息。以下是一些常用的cmd命令及其获取的系统信息:

获取电脑BIOS设备序列号:

输入命令:wmic bios get

输出示例:

C:\Users\demo>wmic bios get
BiosCharacteristics        BIOSVersion                                                                         BuildNumber  Caption                             CodeSet  CurrentLanguage  Description                         EmbeddedControllerMajorVersion  EmbeddedControllerMinorVersion  IdentificationCode  InstallableLanguages  InstallDate  LanguageEdition  ListOfLanguages  Manufacturer  Name                                OtherTargetOS  PrimaryBIOS  ReleaseDate                SerialNumber                                            SMBIOSBIOSVersion                   SMBIOSMajorVersion  SMBIOSMinorVersion  SMBIOSPresent  SoftwareElementID                   SoftwareElementState  Status  SystemBiosMajorVersion  SystemBiosMinorVersion  TargetOperatingSystem  Version
{4, 7, 9, 11, 32, 42, 43}  {"INTEL  - 6040000", "VMW201.00V.24006586.B64.2406042154", "VMware, Inc. - 10000"}               VMW201.00V.24006586.B64.2406042154                            VMW201.00V.24006586.B64.2406042154  255                             255                                                                                                                      VMware, Inc.  VMW201.00V.24006586.B64.2406042154                 TRUE         20240604000000.000000+000  VMware-56 4d cc 47 e4 f2 b1 43-17 ab 2c f3 db 5f fe ba  VMW201.00V.24006586.B64.2406042154  2                   7                   TRUE           VMW201.00V.24006586.B64.2406042154  3                     OK      255                     255                     0                      INTEL  - 6040000


添加参数获取指定信息:

# BIOS的版本信息
C:\Users\demo>wmic bios get BIOSVersion
BIOSVersion
{"INTEL  - 6040000", "VMW201.00V.24006586.B64.2406042154", "VMware, Inc. - 10000"}
# BIOS的版本信息简约版
C:\Users\demo>wmic bios get Version
Version
INTEL  - 6040000
# # BIOS的SN码
C:\Users\demo>wmic bios get SerialNumber
SerialNumber
VMware-56 4d cc 47 e4 f2 b1 43-17 ab 2c f3 db 5f fe ba
# SMBIOS的版本信息
C:\Users\demo>wmic bios get SMBIOSBIOSVersion
SMBIOSBIOSVersion
VMW201.00V.24006586.B64.2406042154
# 上面的参数组合在一起查看,参数逗号隔开
C:\Users\demo>wmic bios get SMBIOSBIOSVersion,BIOSVersion,SerialNumber
BIOSVersion                                                                         SerialNumber                                            SMBIOSBIOSVersion
{"INTEL  - 6040000", "VMW201.00V.24006586.B64.2406042154", "VMware, Inc. - 10000"}  VMware-56 4d cc 47 e4 f2 b1 43-17 ab 2c f3 db 5f fe ba  VMW201.00V.24006586.B64.2406042154

获取CPU序列号:

输入命令:wmic cpu get 可以获取cpu的信息

输出示例:

C:\Users\demo>wmic cpu get
AddressWidth  Architecture  AssetTag  Availability  Caption                                 Characteristics  ConfigManagerErrorCode  ConfigManagerUserConfig  CpuStatus  CreationClassName  CurrentClockSpeed  CurrentVoltage  DataWidth  Description                             DeviceID  ErrorCleared  ErrorDescription  ExtClock  Family  InstallDate  L2CacheSize  L2CacheSpeed  L3CacheSize  L3CacheSpeed  LastErrorCode  Level  LoadPercentage  Manufacturer  MaxClockSpeed  Name                                      NumberOfCores  NumberOfEnabledCore  NumberOfLogicalProcessors  OtherFamilyDescription  PartNumber  PNPDeviceID  PowerManagementCapabilities  PowerManagementSupported  ProcessorId       ProcessorType  Revision  Role  SecondLevelAddressTranslationExtensions  SerialNumber  SocketDesignation  Status  StatusInfo  Stepping  SystemCreationClassName  SystemName       ThreadCount  UniqueId  UpgradeMethod  Version  VirtualizationFirmwareEnabled  VMMonitorModeExtensions  VoltageCaps
64            9                       3             Intel64 Family 6 Model 142 Stepping 10  100                                                               1          Win32_Processor    1704               33              64         Intel64 Family 6 Model 142 Stepping 10  CPU0                                                2                    256                        8192         0                            6      90              GenuineIntel  1704           Intel(R) Core(TM) i7-8557U CPU @ 1.70GHz  1              1                    1                                                                                                        FALSE                     0F8BFBFF000806EA  3                        CPU   FALSE                                                  CPU 0              OK      3                     Win32_ComputerSystem     DESKTOP-84RO66F  0                      4                       FALSE                          FALSE                    2
64            9                       3             Intel64 Family 6 Model 142 Stepping 10  100                                                               1          Win32_Processor    1704               33              64         Intel64 Family 6 Model 142 Stepping 10  CPU1                                                2                    256                        8192         0                            6      67              GenuineIntel  1704           Intel(R) Core(TM) i7-8557U CPU @ 1.70GHz  1              1                    1                                                                                                        FALSE                     0F8BFBFF000806EA  3                        CPU   FALSE                                                  CPU 1              OK      3                     Win32_ComputerSystem     DESKTOP-84RO66F  0                      4                       FALSE                          FALSE                    2

获取MAC地址和主机名:

输入命令:ipconfig /all

输出示例:

C:\Users\demo>ipconfig /all

Windows IP 配置

   主机名  . . . . . . . . . . . . . : DESKTOP-84RO66F
   主 DNS 后缀 . . . . . . . . . . . :
   节点类型  . . . . . . . . . . . . : 混合
   IP 路由已启用 . . . . . . . . . . : 是
   WINS 代理已启用 . . . . . . . . . : 否
   DNS 后缀搜索列表  . . . . . . . . : localdomain

以太网适配器 Ethernet0:

   连接特定的 DNS 后缀 . . . . . . . : localdomain
   描述. . . . . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection
   物理地址. . . . . . . . . . . . . : 00-0C-29-5F-FE-BA
   DHCP 已启用 . . . . . . . . . . . : 是
   自动配置已启用. . . . . . . . . . : 是
   本地链接 IPv6 地址. . . . . . . . : fe80::550f:4a03:a3f6:f162%7(首选)
   IPv4 地址 . . . . . . . . . . . . : 192.168.41.129(首选)
   子网掩码  . . . . . . . . . . . . : 255.255.255.0
   获得租约的时间  . . . . . . . . . : 2024年10月22日 11:20:33
   租约过期的时间  . . . . . . . . . : 2024年10月22日 11:50:32
   默认网关. . . . . . . . . . . . . : 192.168.41.2
   DHCP 服务器 . . . . . . . . . . . : 192.168.41.254
   DHCPv6 IAID . . . . . . . . . . . : 100666409
   DHCPv6 客户端 DUID  . . . . . . . : 00-01-00-01-26-C2-68-6D-00-0C-29-5F-FE-BA
   DNS 服务器  . . . . . . . . . . . : 192.168.41.2
   主 WINS 服务器  . . . . . . . . . : 192.168.41.2
   TCPIP 上的 NetBIOS  . . . . . . . : 已启用

以太网适配器 vEthernet (Default Switch):

   连接特定的 DNS 后缀 . . . . . . . :
   描述. . . . . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter
   物理地址. . . . . . . . . . . . . : 00-15-5D-09-15-1D
   DHCP 已启用 . . . . . . . . . . . : 否
   自动配置已启用. . . . . . . . . . : 是
   本地链接 IPv6 地址. . . . . . . . : fe80::90d5:3c36:4801:5029%24(首选)
   IPv4 地址 . . . . . . . . . . . . : 172.22.0.1(首选)
   子网掩码  . . . . . . . . . . . . : 255.255.240.0
   默认网关. . . . . . . . . . . . . :
   DHCPv6 IAID . . . . . . . . . . . : 402658653
   DHCPv6 客户端 DUID  . . . . . . . : 00-01-00-01-26-C2-68-6D-00-0C-29-5F-FE-BA
   DNS 服务器  . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                       fec0:0:0:ffff::2%1
                                       fec0:0:0:ffff::3%1
   TCPIP 上的 NetBIOS  . . . . . . . : 已启用

获取磁盘驱动器信息:

输入命令:wmic diskdrive get

输出示例:

C:\Users\demo>wmic diskdrive get
Availability  BytesPerSector  Capabilities  CapabilityDescriptions                 Caption                                    CompressionMethod  ConfigManagerErrorCode  ConfigManagerUserConfig  CreationClassName  DefaultBlockSize  Description  DeviceID            ErrorCleared  ErrorDescription  ErrorMethodology  FirmwareRevision  Index  InstallDate  InterfaceType  LastErrorCode  Manufacturer            MaxBlockSize  MaxMediaSize  MediaLoaded  MediaType              MinBlockSize  Model                                      Name                NeedsCleaning  NumberOfMediaSupported  Partitions  PNPDeviceID                                                      PowerManagementCapabilities  PowerManagementSupported  SCSIBus  SCSILogicalUnit  SCSIPort  SCSITargetId  SectorsPerTrack  SerialNumber  Signature  Size         Status  StatusInfo  SystemCreationClassName  SystemName       TotalCylinders  TotalHeads  TotalSectors  TotalTracks  TracksPerCylinder
              512             {3, 4}        {"Random Access", "Supports Writing"}  VMware, VMware Virtual S SCSI Disk Device                     0                       FALSE                    Win32_DiskDrive                      Disk drive   \\.\PHYSICALDRIVE0                                                    1.0               0                   SCSI                          (Standard disk drives)                              TRUE         Fixed hard disk media                VMware, VMware Virtual S SCSI Disk Device  \\.\PHYSICALDRIVE0                                         4           SCSI\DISK&VEN_VMWARE_&PROD_VMWARE_VIRTUAL_S\5&1EC51BF7&0&000000                                                         0        0                0         0             63                                        64420392960  OK                  Win32_ComputerSystem     DESKTOP-84RO66F  7832            255         125821080     1997160      255

如果不想输出的内容那么长,可以在命令后添加不同的参数来只显示某些信息。

输出示例:

# 硬盘在系统中的命令,如果多个这里会显示多个,序号从0升序
C:\Users\demo>wmic diskdrive get Name
Name
\\.\PHYSICALDRIVE0
# 硬盘型号
C:\Users\demo>wmic diskdrive get Model
Model
VMware, VMware Virtual S SCSI Disk Device
# 硬盘状态
C:\Users\demo>wmic diskdrive get Status
Status
OK
# 系统名
C:\Users\demo>wmic diskdrive get SystemName
SystemName
DESKTOP-84RO66F
# 设备ID
C:\Users\demo>wmic diskdrive get PNPDeviceID
PNPDeviceID
SCSI\DISK&VEN_VMWARE_&PROD_VMWARE_VIRTUAL_S\5&1EC51BF7&0&000000
# 多个参数组合,查看一组结果,参数逗号隔开
C:\Users\demo>wmic diskdrive get Name,Model,PNPDeviceID,Status
Model                                      Name                PNPDeviceID                                                      Status
VMware, VMware Virtual S SCSI Disk Device  \\.\PHYSICALDRIVE0  SCSI\DISK&VEN_VMWARE_&PROD_VMWARE_VIRTUAL_S\5&1EC51BF7&0&000000  OK

获取硬盘信息:

利用系统自带的diskpart.exe:

输入命令diskpart并按回车,此时会出现用户账户控制的提权提示,点击【是】会新打开的控制台,且提示符变成DISKPART>

查看硬盘列表:在新打开的控制台中输入list disk。

DISKPART> list disk

  磁盘 ###  状态           大小     可用     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  磁盘 0    联机               60 GB  1024 KB        *

DISKPART>

选择一个硬盘查看:输入select disk X(X为硬盘编号,如0)。

DISKPART> select disk 0

磁盘 0 现在是所选磁盘。

查看所选磁盘详细信息:输入detail disk。

DISKPART> detail disk

VMware, VMware Virtual S SCSI Disk Device
磁盘 ID: {878B629D-2AE8-4749-8C45-1CC7D7125001}
类型   : SAS
状态 : 联机
路径   : 0
目标 : 0
LUN ID : 0
位置路径 : PCIROOT(0)#PCI(1500)#PCI(0000)#SAS(P00T00L00)
当前只读状态: 否
只读: 否
启动磁盘: 是
页面文件磁盘: 是
休眠文件磁盘: 否
故障转储磁盘: 是
群集磁盘  : 否

  卷 ###      LTR  标签         FS     类型        大小     状态       信息
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  卷     1     C                NTFS   磁盘分区          58 GB  正常         启动
  卷     2         恢复           NTFS   磁盘分区         529 MB  正常         已隐藏
  卷     3                      FAT32  磁盘分区          99 MB  正常         系统
  卷     4                      NTFS   磁盘分区         576 MB  正常         已隐藏

获取系统综合信息:

输入命令:systeminfo

该命令会输出一长串信息,包含操作系统版本和配置信息、操作系统硬件信息(如制造商、型号、处理器、内存等)、操作系统安装的补丁包、网卡信息等。

输出示例:

C:\Users\demo>systeminfo

主机名:           DESKTOP-84RO66F
OS 名称:          Microsoft Windows 10 专业版
OS 版本:          10.0.19045 暂缺 Build 19045
OS 制造商:        Microsoft Corporation
OS 配置:          独立工作站
OS 构建类型:      Multiprocessor Free
注册的所有人:     demo
注册的组织:
产品 ID:          00330-80000-00000-AA563
初始安装日期:     2021/6/11, 19:46:06
系统启动时间:     2024/10/22, 11:19:58
系统制造商:       VMware, Inc.
系统型号:         VMware20,1
系统类型:         x64-based PC
处理器:           安装了 2 个处理器。
                  [01]: Intel64 Family 6 Model 142 Stepping 10 GenuineIntel ~1704 Mhz
                  [02]: Intel64 Family 6 Model 142 Stepping 10 GenuineIntel ~1704 Mhz
BIOS 版本:        VMware, Inc. VMW201.00V.24006586.B64.2406042154, 2024/6/4
Windows 目录:     C:\WINDOWS
系统目录:         C:\WINDOWS\system32
启动设备:         \Device\HarddiskVolume2
系统区域设置:     zh-cn;中文(中国)
输入法区域设置:   en-us;英语(美国)
时区:             (UTC+08:00) 北京,重庆,香港特别行政区,乌鲁木齐
物理内存总量:     12,287 MB
可用的物理内存:   10,042 MB
虚拟内存: 最大值: 14,143 MB
虚拟内存: 可用:   11,845 MB
虚拟内存: 使用中: 2,298 MB
页面文件位置:     C:\pagefile.sys
域:               WORKGROUP
登录服务器:       \\DESKTOP-84RO66F
修补程序:         安装了 21 个修补程序。
                  [01]: KB5042097
                  [02]: KB5027122
                  [03]: KB4562830
                  [04]: KB4577586
                  [05]: KB4580325
                  [06]: KB5003791
                  [07]: KB5011048
                  [08]: KB5011050
                  [09]: KB5012170
                  [10]: KB5015684
                  [11]: KB5041580
                  [12]: KB5014035
                  [13]: KB5018506
                  [14]: KB5020372
                  [15]: KB5022924
                  [16]: KB5032392
                  [17]: KB5032907
                  [18]: KB5037018
                  [19]: KB5037995
                  [20]: KB5041579
                  [21]: KB5005699
网卡:             安装了 2 个 NIC。
                  [01]: Intel(R) 82574L Gigabit Network Connection
                      连接名:      Ethernet0
                      启用 DHCP:   是
                      DHCP 服务器: 192.168.41.254
                      IP 地址
                        [01]: 192.168.41.129
                        [02]: fe80::550f:4a03:a3f6:f162
                  [02]: Hyper-V Virtual Ethernet Adapter
                      连接名:      vEthernet (Default Switch)
                      启用 DHCP:   否
                      IP 地址
                        [01]: 172.22.0.1
                        [02]: fe80::90d5:3c36:4801:5029
Hyper-V 要求:     已检测到虚拟机监控程序。将不显示 Hyper-V 所需的功能。

获取内存信息:

输入命令:wmic MemoryChip get

C:\Users\demo>wmic MemoryChip get
Attributes  BankLabel    Capacity    Caption          ConfiguredClockSpeed  ConfiguredVoltage  CreationClassName     DataWidth  Description      DeviceLocator  FormFactor  HotSwappable  InstallDate  InterleaveDataDepth  InterleavePosition  Manufacturer        MaxVoltage  MemoryType  MinVoltage  Model  Name             OtherIdentifyingInfo  PartNumber  PositionInRow  PoweredOn  Removable  Replaceable  SerialNumber  SKU  SMBIOSMemoryType  Speed  Status  Tag                TotalWidth  TypeDetail  Version
0           RAM slot #0  8589934592  Physical Memory  4800                                     Win32_PhysicalMemory  64         Physical Memory  RAM slot #0    8                                                                               VMware Virtual RAM              2                              Physical Memory                        VMW-8192MB                                                    00000001           3                                Physical Memory 0  64          128
0           RAM slot #1  4294967296  Physical Memory  4800                                     Win32_PhysicalMemory  64         Physical Memory  RAM slot #1    8                                                                               VMware Virtual RAM              2                              Physical Memory                        VMW-4096MB                                                    00000002           3                                Physical Memory 1  64          128

查询显示内存插槽标签、容量、内存类型、细节类型和速度等信息

C:\Users\demo>wmic MemoryChip get BankLabel, Capacity, MemoryType, TypeDetail, Speed
BankLabel    Capacity    MemoryType  Speed  TypeDetail
RAM slot #0  8589934592  2                  128
RAM slot #1  4294967296  2                  128

获取显卡信息:

输入命令:wmic path win32_VideoController get

C:\Users\demo>wmic path win32_VideoController get
AcceleratorCapabilities  AdapterCompatibility  AdapterDACType  AdapterRAM  Availability  CapabilityDescriptions  Caption         ColorTableEntries  ConfigManagerErrorCode  ConfigManagerUserConfig  CreationClassName      CurrentBitsPerPixel  CurrentHorizontalResolution  CurrentNumberOfColors  CurrentNumberOfColumns  CurrentNumberOfRows  CurrentRefreshRate  CurrentScanMode  CurrentVerticalResolution  Description     DeviceID          DeviceSpecificPens  DitherType  DriverDate                 DriverVersion  ErrorCleared  ErrorDescription  ICMIntent  ICMMethod  InfFilename  InfSection        InstallDate  InstalledDisplayDrivers                                      LastErrorCode  MaxMemorySupported  MaxNumberControlled  MaxRefreshRate  MinRefreshRate  Monochrome  Name            NumberOfColorPlanes  NumberOfVideoPages  PNPDeviceID                                                  PowerManagementCapabilities  PowerManagementSupported  ProtocolSupported  ReservedSystemPaletteEntries  SpecificationVersion  Status  StatusInfo  SystemCreationClassName  SystemName       SystemPaletteEntries  TimeOfLastReset  VideoArchitecture  VideoMemoryType  VideoMode  VideoModeDescription            VideoProcessor
                         VMware, Inc.          n/a             1073741824  3                                     VMware SVGA 3D                     0                       FALSE                    Win32_VideoController  32                   1849                         4294967296             0                       0                    60                  4                949                        VMware SVGA 3D  VideoController1                      0           20240326000000.000000-000  9.17.7.4                                                             oem5.inf     VM3D_SVGA2_AMD64               vm3dum64_loader.dll,vm3dum64_loader.dll,vm3dum64_loader.dll                                                          60              60              FALSE       VMware SVGA 3D                                           PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78                                                                                                                                OK                  Win32_ComputerSystem     DESKTOP-84RO66F                                         5                  2                           1849 x 949 x 4294967296 种颜色  VMware Virtual SVGA 3D Graphics Adapter

查看显卡的名称、兼容性、DAC类型、驱动日期、驱动版本、名称和PNP设备ID。

C:\Users\demo>wmic path win32_VideoController get Name,AdapterCompatibility,AdapterDACType,DriverDate,DriverVersion,Name,PNPDeviceID
AdapterCompatibility  AdapterDACType  DriverDate                 DriverVersion  Name            PNPDeviceID             
VMware, Inc.          n/a             20240326000000.000000-000  9.17.7.4       VMware SVGA 3D  PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78

获取声卡信息:

输入命令:wmic sounddev get

C:\Users\demo>wmic sounddev get
Availability  Caption                       ConfigManagerErrorCode  ConfigManagerUserConfig  CreationClassName  Description                   DeviceID                                                                      DMABufferSize  ErrorCleared  ErrorDescription  InstallDate  LastErrorCode  Manufacturer  MPU401Address  Name                          PNPDeviceID                                                                   PowerManagementCapabilities  PowerManagementSupported  ProductName                   Status  StatusInfo  SystemCreationClassName  SystemName
              High Definition Audio Device  0                       FALSE                    Win32_SoundDevice  High Definition Audio Device  HDAUDIO\FUNC_01&VEN_15AD&DEV_1975&SUBSYS_15AD1975&REV_1001\5&217BE3D6&0&0001                                                                             Microsoft                    High Definition Audio Device  HDAUDIO\FUNC_01&VEN_15AD&DEV_1975&SUBSYS_15AD1975&REV_1001\5&217BE3D6&0&0001                               FALSE                     High Definition Audio Device  OK      3           Win32_ComputerSystem     DESKTOP-84RO66F

例如获取显卡的名称

C:\Users\demo>wmic sounddev get Name,ProductName
Name                          ProductName
High Definition Audio Device  High Definition Audio Device

获取网络适配器信息:

输入命令:wmic nic get

C:\Users\demo>wmic nic get
AdapterType     AdapterTypeId  AutoSense  Availability  Caption                                                ConfigManagerErrorCode  ConfigManagerUserConfig  CreationClassName     Description                                 DeviceID  ErrorCleared  ErrorDescription  GUID                                    Index  InstallDate  Installed  InterfaceIndex  LastErrorCode  MACAddress         Manufacturer        MaxNumberControlled  MaxSpeed  Name                                        NetConnectionID                NetConnectionStatus  NetEnabled  NetworkAddresses  PermanentAddress  PhysicalAdapter  PNPDeviceID                                                      PowerManagementCapabilities  PowerManagementSupported  ProductName                                 ServiceName   Speed        Status  StatusInfo  SystemCreationClassName  SystemName       TimeOfLastReset
                                          3             [00000000] Microsoft Kernel Debug Network Adapter      0                       FALSE                    Win32_NetworkAdapter  Microsoft Kernel Debug Network Adapter      0                                                                                 0                   TRUE       17                                                Microsoft           0                              Microsoft Kernel Debug Network Adapter                                                                                                          FALSE            ROOT\KDNIC\0000                                                                               FALSE                     Microsoft Kernel Debug Network Adapter      kdnic                                          Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
Ethernet 802.3  0                         3             [00000001] VirtualBox Host-Only Ethernet Adapter       0                       FALSE                    Win32_NetworkAdapter  VirtualBox Host-Only Ethernet Adapter       1                                         {82B2FF66-E718-41C8-A09F-3D85ABA4D111}  1                   TRUE       11                             0A:00:27:00:00:0B  Oracle Corporation  0                              VirtualBox Host-Only Ethernet Adapter       VirtualBox Host-Only Network   2                    TRUE                                            TRUE             ROOT\NET\0000                                                                                 FALSE                     VirtualBox Host-Only Ethernet Adapter       VBoxNetAdp    1000000000                       Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
Ethernet 802.3  0                         3             [00000002] VMware Virtual Ethernet Adapter for VMnet1  0                       FALSE                    Win32_NetworkAdapter  VMware Virtual Ethernet Adapter for VMnet1  2                                         {E4EC253E-3D35-4A1D-9968-B6905EE09E0C}  2                   TRUE       19                             00:50:56:C0:00:01  VMware, Inc.        0                              VMware Virtual Ethernet Adapter for VMnet1  VMware Network Adapter VMnet1  2                    TRUE                                            TRUE             ROOT\VMWARE\0000                                                                              FALSE                     VMware Virtual Ethernet Adapter for VMnet1  VMnetAdapter  100000000                        Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
Ethernet 802.3  0                         3             [00000003] VMware Virtual Ethernet Adapter for VMnet8  0                       FALSE                    Win32_NetworkAdapter  VMware Virtual Ethernet Adapter for VMnet8  3                                         {57B338DF-CB2C-4DB6-AE68-D76A31CB3490}  3                   TRUE       9                              00:50:56:C0:00:08  VMware, Inc.        0                              VMware Virtual Ethernet Adapter for VMnet8  VMware Network Adapter VMnet8  2                    TRUE                                            TRUE             ROOT\VMWARE\0001                                                                              FALSE                     VMware Virtual Ethernet Adapter for VMnet8  VMnetAdapter  100000000                        Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
Ethernet 802.3  0                         3             [00000004] Intel(R) 82574L Gigabit Network Connection  0                       FALSE                    Win32_NetworkAdapter  Intel(R) 82574L Gigabit Network Connection  4                                         {561EBF3B-0AD6-4C50-B946-9FECFE41193C}  4                   TRUE       7                              00:0C:29:5F:FE:BA  Intel Corporation   0                              Intel(R) 82574L Gigabit Network Connection  Ethernet0                      2                    TRUE                                            TRUE             PCI\VEN_8086&DEV_10D3&SUBSYS_07D015AD&REV_00\000C29FFFF5FFEBA00                               FALSE                     Intel(R) 82574L Gigabit Network Connection  e1i65x64      1000000000                       Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
                                          3             [00000005] WAN Miniport (SSTP)                         0                       FALSE                    Win32_NetworkAdapter  WAN Miniport (SSTP)                         5                                                                                 5                   TRUE       15                                                Microsoft           0                              WAN Miniport (SSTP)                                                                                                                             FALSE            SWD\MSRRAS\MS_SSTPMINIPORT                                                                    FALSE                     WAN Miniport (SSTP)                         RasSstp                                        Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
                                          3             [00000006] WAN Miniport (IKEv2)                        0                       FALSE                    Win32_NetworkAdapter  WAN Miniport (IKEv2)                        6                                                                                 6                   TRUE       12                                                Microsoft           0                              WAN Miniport (IKEv2)                                                                                                                            FALSE            SWD\MSRRAS\MS_AGILEVPNMINIPORT                                                                FALSE                     WAN Miniport (IKEv2)                        RasAgileVpn                                    Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
                                          3             [00000007] WAN Miniport (L2TP)                         0                       FALSE                    Win32_NetworkAdapter  WAN Miniport (L2TP)                         7                                                                                 7                   TRUE       20                                                Microsoft           0                              WAN Miniport (L2TP)                                                                                                                             FALSE            SWD\MSRRAS\MS_L2TPMINIPORT                                                                    FALSE                     WAN Miniport (L2TP)                         Rasl2tp                                        Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
                                          3             [00000008] WAN Miniport (PPTP)                         0                       FALSE                    Win32_NetworkAdapter  WAN Miniport (PPTP)                         8                                                                                 8                   TRUE       14                                                Microsoft           0                              WAN Miniport (PPTP)                                                                                                                             FALSE            SWD\MSRRAS\MS_PPTPMINIPORT                                                                    FALSE                     WAN Miniport (PPTP)                         PptpMiniport                                   Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
                                          3             [00000009] WAN Miniport (PPPOE)                        0                       FALSE                    Win32_NetworkAdapter  WAN Miniport (PPPOE)                        9                                                                                 9                   TRUE       8                                                 Microsoft           0                              WAN Miniport (PPPOE)                                                                                                                            FALSE            SWD\MSRRAS\MS_PPPOEMINIPORT                                                                   FALSE                     WAN Miniport (PPPOE)                        RasPppoe                                       Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
Ethernet 802.3  0                         3             [00000010] WAN Miniport (IP)                           0                       FALSE                    Win32_NetworkAdapter  WAN Miniport (IP)                           10                                                                                10                  TRUE       18                             14:3B:20:52:41:53  Microsoft           0                              WAN Miniport (IP)                                                                                                                               FALSE            SWD\MSRRAS\MS_NDISWANIP                                                                       FALSE                     WAN Miniport (IP)                           NdisWan                                        Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
Ethernet 802.3  0                         3             [00000011] WAN Miniport (IPv6)                         0                       FALSE                    Win32_NetworkAdapter  WAN Miniport (IPv6)                         11                                                                                11                  TRUE       3                              28:4E:20:52:41:53  Microsoft           0                              WAN Miniport (IPv6)                                                                                                                             FALSE            SWD\MSRRAS\MS_NDISWANIPV6                                                                     FALSE                     WAN Miniport (IPv6)                         NdisWan                                        Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
Ethernet 802.3  0                         3             [00000012] WAN Miniport (Network Monitor)              0                       FALSE                    Win32_NetworkAdapter  WAN Miniport (Network Monitor)              12                                                                                12                  TRUE       10                             34:3B:20:52:41:53  Microsoft           0                              WAN Miniport (Network Monitor)                                                                                                                  FALSE            SWD\MSRRAS\MS_NDISWANBH                                                                       FALSE                     WAN Miniport (Network Monitor)              NdisWan                                        Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
Ethernet 802.3  0                         3             [00000013] Hyper-V Virtual Switch Extension Adapter    0                       FALSE                    Win32_NetworkAdapter  Hyper-V Virtual Switch Extension Adapter    13                                                                                13                  TRUE       16                                                Microsoft           0                              Hyper-V Virtual Switch Extension Adapter                                                                                                        FALSE            ROOT\VMS_VSMP\0000                                                                            FALSE                     Hyper-V Virtual Switch Extension Adapter    VMSMP                                          Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
Ethernet 802.3  0                         3             [00000014] Hyper-V Virtual Ethernet Adapter            0                       FALSE                    Win32_NetworkAdapter  Hyper-V Virtual Ethernet Adapter            14                                        {161FC99C-DD3F-4F3B-BE63-D8ABAA29CF85}  14                  TRUE       24                             00:15:5D:09:15:1D  Microsoft           0                              Hyper-V Virtual Ethernet Adapter            vEthernet (Default Switch)     2                    TRUE                                            TRUE             ROOT\VMS_MP\0000                                                                              FALSE                     Hyper-V Virtual Ethernet Adapter            VMSNPXYMP     10000000000                      Win32_ComputerSystem     DESKTOP-84RO66F  20241022111958.500859+480
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

山岚的运维笔记

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值