mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Fix issue in UI for configuration autofix mechanism of bootloader
This commit is contained in:
@@ -2645,6 +2645,16 @@ uint32 ReadDriverConfigurationFlags ()
|
||||
return configMap;
|
||||
}
|
||||
|
||||
uint32 ReadServiceConfigurationFlags ()
|
||||
{
|
||||
DWORD configMap;
|
||||
|
||||
if (!ReadLocalMachineRegistryDword (L"SYSTEM\\CurrentControlSet\\Services\\" TC_SYSTEM_FAVORITES_SERVICE_NAME, TC_SYSTEM_FAVORITES_SERVICE_NAME L"Config", &configMap))
|
||||
configMap = 0;
|
||||
|
||||
return configMap;
|
||||
}
|
||||
|
||||
|
||||
uint32 ReadEncryptionThreadPoolFreeCpuCountLimit ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user