Most PCs nowadays can run pretty much all software. But sometimes there are exceptions, when a particular product requires your CPU to have a particular capability. This is especially true in the area of virtualization, where running separate operating systems in individual windows generally requires your CPU to have a hardware virtualization feature present.
If you're not sure what features your CPU has, or if you just want to learn about those it does have, look no further than a freebie called CoreInfo, from the Sysinternals team at Microsoft. You can download the program from https://technet.microsoft.com/en-gb/sysinternals/cc835722.aspx and it's less than 1 MB. The program is malware-free according to VirusTotal and Web of Trust. Once downloaded, just unzip it and run it from a command prompt. The output will tell you all you could ever want to know about your CPU, including its precise model number, speed, and features. On a multi-core processor, you even get details of each core's individual capabilities.
Comments
My preferred tool is cpu-z, from http://www.cpuid.com/ . It doesn't tell you what all those various instructions mean, but on the other hand it is a GUI application.
toktok & yrralrellim:
Thanks for you help. Got it to run after changing .exe file to C directory and following toktok command suggestions.
Of course I forgot which command worked so I have to do it over again and make a note.
If you just type coreinfo it may run very shortly in a DOS window, then disappear.
yrralrellim's advice may lead to the same.
But if you open a cmd line window (DOS window), you can run it.
To do so, click Start, type cmd (in the Search field), click cmd.exe, go to the directory where you have the coreinfo file (e.g. C:\ as yrralrellim suggests). You may have to type cd \ or cd c:\ to go to C:\
Then type coreinfo.
What command, if any, can I use to "PRINT" the info to a text file please?
You left out nothing here and for sure you know the correct terminology. Thanks much!!
It installed and ran easily on my machine, but I got nothing like the info you got out of it. It was very minimal and not helpful at all.
I downloaded and unzipped the coreinfo file. I ran the command prompt "coreinfo" as per the instructions,but my system (Win 7x64) does not recognize the command. Help, please
"coreinfo' command must be within the correct directory. MOVE coreinfo.exe to the C:\drive. Change directory in window to the c:\ drive and it will run.