Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get OS version number? [duplicate]

Possible Duplicate:
How to get the current OS version of Windows Phone?

How to get installed OS version number on the Windows Phone 7?

like image 265
giacoder Avatar asked Nov 23 '11 12:11

giacoder


People also ask

How do I find my OS version using CMD?

Winver is a command that displays the version of Windows that is running, the build number and what service packs are installed: Click Start – RUN , type “winver” and press enter.


1 Answers

You can use :

Environment.OSVersion.Version
like image 132
Nasreddine Avatar answered Oct 06 '22 10:10

Nasreddine