3 references to Windows_8_1
Infrastructure.Common (3)
OSHelper.cs (2)
42new Tuple<string, OSID>("win81", OSID.Windows_8_1 | OSID.Windows_Server_2012_R2), 55new Tuple<string, OSID>("Microsoft Windows 6.3.", OSID.Windows_8_1 | OSID.Windows_Server_2012_R2),
OsID.cs (1)
35AnyWindows = Windows_7 | Windows_8 | Windows_8_1 | Windows_10 |