BeelineBoy wrote:That error 0:85009S is so generic and not helpful.
If your CPU and motherboard firmware supports this feature, and you have up to date chipset drivers, then I would suggest the following:
1.) Open the Command Prompt:
2A.) Windows 11: Start Menu -> Right-Click -> Run -> taskmgr -> Click OK. -> Run new task ( Top-Right Corner Of Task Manager ) -> %SystemRoot%\System32\cmd.exe -> Enable Checkbox: "Create this task with administrative privileges." -> Click OK.
2B.) Windows 10: Start Menu -> Right-Click -> Run -> taskmgr -> Click OK. -> File -> Run new Task -> %SystemRoot%\System32\cmd.exe -> Enable Checkbox: "Create this task with administrative privileges." -> Click OK.
3.) Enable VBS with Secure Boot, DMA protection, and memory integrity, without UEFI lock:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /V "EnableVirtualizationBasedSecurity" /T REG_DWORD /D 00000001 /F
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /V "RequirePlatformSecurityFeatures" /T REG_DWORD /D 00000003 /F
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /V "Locked" /T REG_DWORD /D 00000000 /F
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /V "Enabled" /T REG_DWORD /D 00000001 /F
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /V "Locked" /T REG_DWORD /D 00000000 /F
"Microsoft Learn - Enable virtualization-based protection of code integrity - How to turn on memory integrity" -> https://learn.microsoft.com/en-us/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity?tabs=reg
"EA Help - How to install and troubleshoot EA Javelin anticheat on PC" -> https://help.ea.com/en/articles/platforms/pc-ea-anticheat/
"EA Help - How to use Secure Boot on your PC" -> https://help.ea.com/en/articles/technical-issues/secure-boot/