맥Mac관련_Apple/macOS맥_맥북_개발환경세팅
윈도우에서 내 컴퓨터가 인텔 CPU칩인지 확인하는 방법
내인생PLUS
2022. 10. 15. 14:11
728x90
// windows에서 내 CPU 제조사 확인하기
// intel CPU칩 확인하기 위해 주로 씀
$ wmic cpu list full
나온 예시
AddressWidth=64
Architecture=9
Availability=3
Caption=Intel64 Family 6 Model 94 Stepping 3
ConfigManagerErrorCode=
ConfigManagerUserConfig=
CpuStatus=1
CreationClassName=Win32_Processor
CurrentClockSpeed=3201
CurrentVoltage=10
DataWidth=64
Description=Intel64 Family 6 Model 94 Stepping 3
DeviceID=CPU0
ErrorCleared=
ErrorDescription=
ExtClock=100
Family=205
InstallDate=
L2CacheSize=1024
L2CacheSpeed=
LastErrorCode=
Level=6
LoadPercentage=0
Manufacturer=GenuineIntel
MaxClockSpeed=3201
Name=Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
OtherFamilyDescription=
PNPDeviceID=
PowerManagementCapabilities=
PowerManagementSupported=FALSE
ProcessorId=BFEBFBFF000506E3
ProcessorType=3
Revision=24067
Role=CPU
SocketDesignation=U3E1
Status=OK
StatusInfo=3
Stepping=
SystemCreationClassName=Win32_ComputerSystem
SystemName=abc Company
UniqueId=
UpgradeMethod=1
Version=
VoltageCaps=
반응형