diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-20 16:33:34 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-20 22:16:57 +0200 |
commit | cca08e1ed5fc70cd56a262b7782d970663c8208a (patch) | |
tree | ba71a375b26b234916ca357b3f86c8151ea6a543 /src/Common/BootEncryption.h | |
parent | 7c020c23ce1b6b645985f5fa75f7928570e62d09 (diff) | |
download | VeraCrypt-cca08e1ed5fc70cd56a262b7782d970663c8208a.tar.gz VeraCrypt-cca08e1ed5fc70cd56a262b7782d970663c8208a.zip |
Windows: Add checks that the System Favorites service is running. Warn user if he enabled option to clear RAM encryption keys and the service is stopped.
Diffstat (limited to 'src/Common/BootEncryption.h')
-rw-r--r-- | src/Common/BootEncryption.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h index de4f7489..cc782966 100644 --- a/src/Common/BootEncryption.h +++ b/src/Common/BootEncryption.h @@ -287,6 +287,7 @@ namespace VeraCrypt void RegisterFilterDriver (bool registerDriver, FilterType filterType); void RegisterSystemFavoritesService (BOOL registerService); void RegisterSystemFavoritesService (BOOL registerService, BOOL noFileHandling); + bool IsSystemFavoritesServiceRunning (); void UpdateSystemFavoritesService (); void RenameDeprecatedSystemLoaderBackup (); bool RestartComputer (BOOL bShutdown = FALSE); |