This commit is contained in:
DavidXanatos 2024-04-25 10:59:16 +02:00
commit 37ac24da90
1 changed files with 3 additions and 1 deletions

View File

@ -266,6 +266,8 @@ _FX NTSTATUS Key_MarkDeletedEx_v2(const WCHAR* TruePath, const WCHAR* ValueName)
NtClose(hPathsFile);
Key_PathsVersion++;
File_GetAttributes_internal(KEY_PATH_FILE_NAME, &Key_PathsFileSize, &Key_PathsFileDate, NULL);
}
}