diff --git a/osquery/tables/system/windows/os_version.cpp b/osquery/tables/system/windows/os_version.cpp index be6effa5..f167ee48 100644 --- a/osquery/tables/system/windows/os_version.cpp +++ b/osquery/tables/system/windows/os_version.cpp @@ -67,7 +67,6 @@ const std::map kOsVersion = { "Windows Essential Business Server Messaging Server"}, {PRODUCT_MEDIUMBUSINESS_SERVER_SECURITY, "Windows Essential Business Server Security Server"}, - {PRODUCT_MOBILE_CORE, "Windows 10 Mobile"}, {PRODUCT_MULTIPOINT_PREMIUM_SERVER, "Windows MultiPoint Server Premium (full installation)"}, {PRODUCT_MULTIPOINT_STANDARD_SERVER, diff --git a/tools/build.ps1 b/tools/build.ps1 index 3b8aa0c0..7212054f 100644 --- a/tools/build.ps1 +++ b/tools/build.ps1 @@ -70,6 +70,7 @@ function Invoke-OsqueryCmake { $cmake = (Get-Command 'cmake').Source $cmakeArgs = @( '-G "Visual Studio 14 2015 Win64"', + '-T v140', '../../' ) $null = Start-OsqueryProcess $cmake $cmakeArgs $false