To see which Windows version you have, the easiest way is to:
- Press the Windows key + R on your keyboard to open the Run dialog.
- Type "winver" and press Enter.
- A window will appear showing your Windows version and build number.
Alternatively, you can:
- Go to Start and open Settings (or press Windows key + I).
- Select System, then scroll down and click About.
- Under Windows Specifications, see the Edition, Version, and OS Build details.
You can also use Command Prompt or PowerShell by typing commands like systeminfo | findstr /B /C:"OS Name" /C:"OS Version" for detailed version info
