Failed to intialize M1/IntelDriver (fix)

Fix M1 error, or the error from mapping:,

  1. Disable face-it and vanguard 2. Put the following command in cmd as administrator

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Config" /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0 /f && reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v Enabled /t REG_DWORD /d 0 /f && shutdown /r /t 0

Enjoy

Last updated