//************************************************************************ // author: yuzhengyang // date: 2018.3.27 - 2018.6.3 // desc: 工具描述 // Copyright (c) yuzhengyang. All rights reserved. //************************************************************************ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Azylee.Core.WindowsUtils.InfoUtils { public enum OSName { Unknown, Windows95, Windows98Fc, Windows98, WindowsMe, WindowsNT351, WindowsNT40, Windows2000, WindowsXP, Windows2003, Windows2008, Windows7, Windows8Or81, Windows10, } }