From 40793c3b0ba2357c0eda3cf84befca522531d943 Mon Sep 17 00:00:00 2001 From: zeffy Date: Tue, 25 Apr 2017 18:57:02 -0700 Subject: [PATCH] remove deviceid and socketdesignation from cpu info --- patch_scripts/aio/aio-wuaueng.dll-patch.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch_scripts/aio/aio-wuaueng.dll-patch.bat b/patch_scripts/aio/aio-wuaueng.dll-patch.bat index b1b949d..bbd42be 100644 --- a/patch_scripts/aio/aio-wuaueng.dll-patch.bat +++ b/patch_scripts/aio/aio-wuaueng.dll-patch.bat @@ -212,7 +212,7 @@ call :set_timestamp_var set "DEBUG_LOG_FILE=%temp%\%~nx0-debuginfo_%TIMESTAMP%.log" set "WMI_OS_VALUES=BuildNumber,Caption,MUILanguages,OSArchitecture,OSLanguage,Version" -set "WMI_CPU_VALUES=Description,DeviceID,Family,Manufacturer,Name,NumberOfCores,NumberOfLogicalProcessors,ProcessorId,Revision,SocketDesignation" +set "WMI_CPU_VALUES=Description,Family,Manufacturer,Name,NumberOfCores,NumberOfLogicalProcessors,ProcessorId,Revision" set "WMI_QFE_VALUES=HotFixID,InstalledOn" set "WMI_DATAFILE_VALUES=CreationDate,FileSize,InstallDate,LastAccessed,LastModified,Version" set "CERTUTIL_HASH_ALGS=MD5 SHA1 SHA256"