Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8776329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:01:39+00:00 2026-06-13T19:01:39+00:00

CPU-Z is able to determine the instructions your processor supports. For example the following

  • 0

CPU-Z is able to determine the instructions your processor supports. For example the following link shows these instructions:

MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, EM64T

Is there a way to accomplish this using .NET, WMI or some other technology?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T19:01:40+00:00Added an answer on June 13, 2026 at 7:01 pm

    In kernel32.dll you have the function IsProcessorFeaturePresent which you can pInvoke.

    Edit
    Regarding EM64T extended instruction set, this is only available on x64 platforms so you can check which type of CPU is present through WMI:

    public static bool IsEM64TSupported()
    {
      ManagementObject mo;
      mo = new ManagementObject("Win32_Processor.DeviceID='CPU0'");
      ushort i = (ushort) mo["Architecture"];
    
      return i == 9;
    }
    

    But since EM64T instructions are not available in 32-bit operating systems you’ll need to check that too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Every new generation of CPU introduces some sets of new instructions, i.e. MMX, 3DNOW,
How to fetch processor CPU flags in C# .net ? I am particularly looking
I'm trying to determine CPU usage of my PHP scripts. I just found this
I need the most efficient way (in cpu cycles) to determine if two numbers
There is programs that is able to limit the CPU usage of processes in
I want to be able to get the current % CPU usage in a
I need to be able to lookup the type of CPU that my application
I saw this link - App engine CPU times when downloading logs that refers
We were able to solve a high CPU usage problem by taking advantage of
According to book, register is a place in CPU with small storage space (example

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.