operating system - How to get all os installed in a computer using C#? -
all
i trying detect operating system name , version computer using c#.
for example, if user installed windows 7 , windows 8.1 in 1 computer.
i have 2 items os names , versions.
i have searched google, cannot find information this.
any has idea how approach?
i use following:
osinfo.name this give name of operating system.
osinfo.edition this give edition.
osinfo.versionstring this give version.
i'm sure can play around want.
Comments
Post a Comment