Registry
Navigate to the following registry path to view your current Windows 10 build number:
HKLM\Software\Microsoft\Windows NT\CurrentVersion\CurrentBuildNumber
PowerShell
Retrieve your Windows 10 version details using the following PowerShell command:
[System.Environment]::OSVersion.Version
DOS
Utilize the simple ver
command in DOS to get your Windows version:
ver
Graphical Interface
Type WinVer
in the Windows search bar and hit Enter. A window will appear displaying the details of your Windows 10 version.
Verification Link: After identifying the build number using the methods above, refer to Microsoft’s Official Site to match your build with the listed Windows 10 versions released by Microsoft.
0 Comments