Fixing Memory leakage
IF YOU OFTEN BLUE SCREEN
Disable BlackList:
Open Command Prompt as Administrator.
Execute the following command:
reg add HKLM\SYSTEM\CurrentControlSet\CI\Config /v "VulnerableDriverBlocklistEnable" /t REG_DWORD /d 0 /f
Disable CoreGuard
Open Command Prompt as Administrator.
Execute the following command:
reg add HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v "Enabled" /t REG_DWORD /d 0 /f
Disable Hypervisor
Open Command Prompt as Administrator.
Execute the following command:
bcdedit /set hypervisorlaunchtype off
Disable SVM
Access your system's BIOS or UEFI settings.
Locate the option for "SVM" (Secure Virtual Machine) for AMD Intel virtualisation or VT-d/VT-x for intel and disable it. The exact steps may vary depending on your motherboard's BIOS/UEFI interface. Refer to your motherboard's manual for detailed instructions.
Run these files as administrator
Check msinfo32
Restart your PC
Last updated