Answers for "check windows version cmd"

10

check windows version

winkey + R to open run and put "winver"
Posted by: Guest on March-03-2021
0

cmd to know the version of a programm

wmic datafile where name="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" get Version /value
Posted by: Guest on December-11-2020
0

how to check windows version using cmd

Press [Windows] key + [R] to open the “Run” dialog box.
Enter cmd and click [OK] to open Windows Command Prompt.
Type systeminfo in the command line and hit [Enter] to execute the command.
Posted by: Guest on September-30-2021

Code answers related to "check windows version cmd"

Browse Popular Code Answers by Language