mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Write new HidGuardian whitelist key after deleting subkey tree
This commit is contained in:
parent
dad4d88354
commit
7aa11f56b4
@ -2507,6 +2507,7 @@ namespace DS4Windows
|
||||
{
|
||||
Registry.LocalMachine.DeleteSubKeyTree(@"SYSTEM\CurrentControlSet\Services\HidGuardian\Parameters\Whitelist");
|
||||
Log.LogToGui("Cleared HidGuardian Whitelist", false);
|
||||
Program.rootHub.createHidGuardKey();
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user