How do I know if my system operates on Windows 10?

Philip Johnson-Smith 1 Reputation point
2021-01-25T19:06:39.03+00:00

How do I know if my system operates on windows 10?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,195 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Taylor 51,346 Reputation points
    2021-01-25T19:35:28.107+00:00

    Are you asking to know whether your computer can run Windows 10 or not? Or whether the software you're writing is running on a Windows 10 OS?

    For the former you can refer to the WIndows 10 system requirements posted by Microsoft. If you try to install Windows on an unsupported machine it'll fail to run of course. Microsoft used to have an upgrade wizard you could download and run on a machine to determine if it could run before trying to install it.

    If you want to determine whether software you have written is running on Windows 10 then you can check the OS version as discussed here. However it is generally not recommended that you do this. Instead it is recommended that you query the OS for the feature you need. But that requires more work.

    0 comments No comments

  2. Anonymous
    2021-01-25T19:40:17.537+00:00

    At face value winver will tell you the OS you're running. OTOH I'd check the pc manufacturer's site about support for the operating system you plan to install.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  3. Joy Qiao 4,886 Reputation points Microsoft Employee
    2021-01-26T01:58:49.32+00:00

    Hi,

    Type "winver" in search box and press enter key.

    60463-capture.png

    You will get a system version window.
    60369-1.png

    Or, go to File Explorer, and right click "This PC", choose properties.
    60425-2.png

    The, you will get System version in pop-up window.
    60472-3.png

    If my information is useful for you, please accept it as answer.

    Bests,

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments