For nothing. Is shoveled down your throat so that NSA can have an easily exploitable backdoor on your device. Unfortunately is made in such way that you can't actually remove it - even if you don't install the OS part, it can be installed remotely by an operator with network access. And you can even have issues with power management (sleep states, hyper threading, power management) without the OS driver.
All drivers including Intel ME which were working on RS3 are working fine on this RS4 too. See my screenshot for Intel ME. Spoiler: Screenshot
I have two questions: How to change fonts in this build/update and Can i disable windows defender and how?
But my PC is old : Inte core due e6750 and maybe it's about new PC. I think I will not install Intel ME. I don't think it help me about something.
Code: Windows Registry Editor Version 5.00 ;Windows Defender Security Center Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService] "Start"=dword:00000004 ;Windows Defender Antivirus Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend] "Start"=dword:00000004 ;Windows Defender Antivirus Network Inspection Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdNisSvc] "Start"=dword:00000004 ;Windows Defender Antivirus Network Inspection System Driver [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdNisDrv] "Start"=dword:00000004 ;Windows Defender Advanced Threat Protection Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sense] "Start"=dword:00000004
Better use [CODE][/CODE] tags for such stuff . Spoiler Code: ::Windows Defender Security Center Service reg add "HKLM\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /v "Start" /t REG_DWORD /d "4" /f ::Windows Defender Antivirus Service reg add "HKLM\SYSTEM\CurrentControlSet\Services\WinDefend" /v "Start" /t REG_DWORD /d "4" /f ::Windows Defender Antivirus Network Inspection Service reg add "HKLM\SYSTEM\CurrentControlSet\Services\WdNisSvc" /v "Start" /t REG_DWORD /d "4" /f ::Windows Defender Antivirus Network Inspection System Driver reg add "HKLM\SYSTEM\CurrentControlSet\Services\WdNisDrv" /v "Start" /t REG_DWORD /d "4" /f ::Windows Defender Advanced Threat Protection Service reg add "HKLM\SYSTEM\CurrentControlSet\Services\Sense" /v "Start" /t REG_DWORD /d "4" /f