June 23, 200521 yr I have theese two events popping upp in my eventviewer and are trying to find the specific keys for disabling them.Event Type: ErrorEvent Source: UserenvEvent Category: NoneEvent ID: 1090Date: 2005-06-23Time: 19:37:10User: NT AUTHORITY\SYSTEMComputer: CBD96F8DF455437Description:Windows couldn't log the RSoP (Resultant Set of Policies) session status. An attempt to connect to WMI failed. No more RSoP logging will be done for this application of policy.Event Type: ErrorEvent Source: Application PopupEvent Category: NoneEvent ID: 877Date: 2005-06-23Time: 10:34:48User: N/AComputer: CBD96F8DF455437Description:There was error [DATABASE NOT LOADED] processing the driver database.Data:0000: 00 00 00 00 02 00 64 00 ......d.0008: 00 00 00 00 6d 03 00 c0 ....m..À0010: 00 00 00 00 6d 03 00 c0 ....m..À0018: 00 00 00 00 00 00 00 00 ........0020: 00 00 00 00 00 00 00 00 ........I have read somewhere that setting a DWORD value name EventLog with a Value Data: (0 = disable)would stop that from reporting to eventviewer.Problem is that I have searched high and low and found a few related entries but adding those keys had no effect.Anyone that has a clue? Edited June 23, 200521 yr by Clint
June 23, 200521 yr As for the first one... in Group Policy Editor you can find the setting you want.Computer Configuration->Administrative Templates->System->Group PolicySet "Turn off Resultant Set of Policy logging" to Enabled.I got this error as well after removing WMI from following Bold_Fortune's guide.The second problem seems to be a driver issue though...not sure if you want to ignore that one.
June 23, 200521 yr Author Thanx! As for the second it's coz all ODBC components is gone, sure I wanna disable that too Do you know where?
June 24, 200521 yr Author I made a useful key instead :for disable that RSOP log entry in Event Viewer :Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]"RSoPLogging"=dword:00000000for enable it again: Windows Registry Editor Version 5.00[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]Can't find the proper key for that [DATABASE NOT LOADED] popup though Edited June 24, 200521 yr by Clint
April 2, 200620 yr for enable it again: Windows Registry Editor Version 5.00[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]That's a very dangerous way of doing it. System key usualy contains more entries than just this one. Better would be:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]"RSoPLogging"=-GL
Create an account or sign in to comment