mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 23:51: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");
|
Registry.LocalMachine.DeleteSubKeyTree(@"SYSTEM\CurrentControlSet\Services\HidGuardian\Parameters\Whitelist");
|
||||||
Log.LogToGui("Cleared HidGuardian Whitelist", false);
|
Log.LogToGui("Cleared HidGuardian Whitelist", false);
|
||||||
|
Program.rootHub.createHidGuardKey();
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user