reactos/modules
Hermès Bélusca-Maïto b74e243579
[WINLOGON][WLNTFYTESTS] The "Enabled" registry value doesn't exist for notifications (#8276)
Analysis of strings in Win2000 and WinXP/2003 winlogon.exe, show that
the "Enabled" registry value doesn't exist for notifications.

This value is actually only used by the ScCertProp (Smart Card Certificate
Propagation) notifications, in wlnotify.dll, to enable or disable certificate
progagation.[^1]

Note that whatever the "Enabled" registry value is, the notification DLL
is still loaded within winlogon.exe.

We however keep the `bEnabled` internal flag, so as to be able to disable
at runtime notifications that could not be delay-loaded, or that behave
erratically, etc.

[WLNOTIFY] Add a comment about the "Enabled" value in scard.c!SCardStartCertProp()

[^1]: For more information, see:
https://www.microfocus.com/documentation/securelogin/9.0/administration_guide/blm54qb.html?view=print
https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/925884
2025-07-30 12:37:23 +02:00
..
rosapps [SYSTEMINFO] Do some code lift-up; use Conutils lib to be able to display localized unicode strings 2025-06-29 23:03:10 +02:00
rostests [WINLOGON][WLNTFYTESTS] The "Enabled" registry value doesn't exist for notifications (#8276) 2025-07-30 12:37:23 +02:00
wallpapers [WALLPAPERS] Retire using ugly filenames (#7716) 2025-02-15 20:58:09 +09:00
CMakeLists.txt [NTGDI][FREETYPE][SETUP][INF] Support FontLink (#7009) 2024-06-30 22:15:34 +09:00