# Bluescreen

* **Random BSOD**\
  Can happen at any time, on install is the biggest chance. If it does not happen each install its a random bsod. Clear %temp% and retry.\
  Windows Button + R -> Type: %temp% -> Press OK -> Select all files and delete

## <mark style="color:yellow;">Bluescreen on install</mark>

* **Corsair**\
  Close Process Corsair.Service.CpuidRemote64.exe In task manager
* **VM Platform + Sandbox**\
  Uncheck Virtual Machine Platform in "Turn windows features on or off"\
  Uncheck Windows Sandbox in "Turn windows features on or off"
* **Fix System Options**\
  ~~HF Loader -> Help -> Fix System Options -> Restart PC~~<br>

  Run following command in Command Prompt with admin rights (Start menu -> Search command prompt -> Right Click -> Run as admin)\ <br>

  Copy paste one line at a time.

  ```
  bcdedit /set hypervisorlaunchtype off
  reg add "HKLM\SYSTEM\CurrentControlSet\Control\CI\Config" /v "VulnerableDriverBlocklistEnable" /t REG_DWORD /d 0 /f 
  reg add ""HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard"" /v ""EnableVirtualizationBasedSecurity"" /t REG_DWORD /d 0 /f 
  reg add ""HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios"" /v ""HypervisorEnforcedCodeIntegrity"" /t REG_DWORD /d 0 /f
  bcdedit /set testsigning off
  ```

## <mark style="color:yellow;">Bluescreen while ingame (First few minutes)</mark>

* **Resizable BAR/Direct Memory Access**\
  Disable Resizable BAR(Intel)/DMA(AMD) in bios (known as CAM on asrock motherboards)
* **Different windows user**\
  Create a new windows user and use that new user. Only if solutions above is not the issue.
