6.2.6 Determine the revision number of a particular application
![]() |
example windows |
All users who are using microsoft windows can find what version of windows they're using by following the steps below.
- Click the start button, usually found in the lower left corner of the main desktop screen.
- Click the run or search field, type winver, and press enter.
![]() |
Version Windows |
there are some additional methods of determining the version of Windows.
- Right-click on My Computer on the Windows Desktop or in the Start menu.
- Select the Properties option.
- In the System Properties window, as shown below, the version of Windows and the Service Pack (if installed) is displayed.
Using command prompt
- Open an MS-DOS command prompt by searching at Start.
- Type ver and press Enter.
- Or enter this systeminfo | findstr /B /C:"OS Name" /C:"OS Version“
- Or enter this systeminfo | findstr /C:"OS“
Type Ver
findstr /B /C:"OS Name" /C:"OS Version“ findstr /C:"OS“
Comments
Post a Comment