Don't use the required access rights for the object attributes.
Modified: trunk/reactos/subsys/system/usetup/usetup.c
--- trunk/reactos/subsys/system/usetup/usetup.c 2005-08-09 13:57:03 UTC (rev 17238) +++ trunk/reactos/subsys/system/usetup/usetup.c 2005-08-09 15:41:10 UTC (rev 17239) @@ -3606,8 +3606,8 @@
InitializeObjectAttributes(&ObjectAttributes, &UnicodeString,
- EVENT_ALL_ACCESS,
0,
+ 0,
NULL); Status = NtOpenEvent(&ReactOSInitEvent, EVENT_ALL_ACCESS,