# HG changeset patch # User Oleksandr Gavenko # Date 1498597713 -10800 # Node ID 4b9b0535b24d680f19f37306a0cc2f343fdaaf30 # Parent 707a2132331e9365d45c501fd9a325617d0ce94d Determining windows version. diff -r 707a2132331e -r 4b9b0535b24d windows.rst --- a/windows.rst Wed Jun 28 00:00:59 2017 +0300 +++ b/windows.rst Wed Jun 28 00:08:33 2017 +0300 @@ -6,14 +6,19 @@ .. contents:: :local: -Determining windows version. -============================ +Determining windows version +=========================== + +To show GUI dialog with Windows build/version information type:: -Run winver.exe: + R winver . + winver + -Or type: + . +or run:: -Under cmd.exe use built-in command ver. + cmd> winver + +``cmd`` has built-in command ``ver``. For Win 2000 and upper check registry key::