Intel(R) CSME Version Detection Tool Release Notes Version 7.0.2.0 June 2022 New or Changed Features: - Drop INTEL-SA-00610 from the User Guide as we are not detecting it. The mention in 7.0.1.0 was added by mistake. https://www.intel.com/content/www/us/en/download/19392/28632/intel-converged-security-and-management-engine-version-detection-tool-intel-csmevdt.html?product=69368 new Firmware Updates u can find at www.win-raid.com or www.station-drivers.com Main Page Drivers Intel Management Engine Interface (MEI)
Install creat a cmd file with:
@echo off
%windir%\system32\reg.exe query "HKU\S-1-5-19" >nul 2>&1 || (
echo /!\ Run as administrator /!\
echo.
echo Press any key to continue ...
pause >nul
exit
)
pushd %~dp0
FWUpdLcl64 -FORCERESET -ALLOWSV -F xxxx.bin
pause
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.