New
#11
One of many bugs I suspect. Just wait for MS to sort it.
One of many bugs I suspect. Just wait for MS to sort it.
Yeah I'm still getting the 1534 every time I open up Event viewer now.
I'm gonna repeat my question and ask if there's a Guid associated with this event. You can check by double clicking the event in Event Viewer, and checking Details > System. If there is then you can disable the event from logging in the registry under HKLM\System\CurrentControlSet\Control\WMI\Autologger and setting Enabled to 0.
While B31118B2-1F49-48E5-B6F5-BC21CAEC56FB does match up with the number of digits/letters that a Guid would have I haven't found the same value in the registry on 1803 so I'm not entirely sure if that's either not the actual Guid, or if it simply doesn't exist until 1809 or something changed from the transition from 1803 to 1809.
@trashbag Yes, there is a GUID, but there is nothing in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger to disable.
The GUID is: {89b1e9f0-5aff-44a6-9b44-0a07a7ce5845}
I was only able to find related "Enabled" DWORDs in the following:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{89b1e9f0-5aff-44a6-9b44-0a07a7ce5845}
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger\EventLog-Application\{89b1e9f0-5aff-44a6-9b44-0a07a7ce5845}
So, I guess it's the latter one you're talking about.
Got rid of theses keys.
Windows Registry Editor Version 5.00
-[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileNotification\TDL]
@="TileObjServer"
"CLSID"="{B31118B2-1F49-48E5-B6F5-BC21CAEC56FB}"
"Events"=dword:00000062
-[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\ProfileNotification\TDL]
@="TileObjServer"
"CLSID"="{B31118B2-1F49-48E5-B6F5-BC21CAEC56FB}"
"Events"=dword:00000062
-[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{B31118B2-1F49-48E5-B6F5-BC21CAEC56FB}]
@="tiledatamodelsvc"
"AppId"="{65E2E13A-7110-4912-9F03-9A42E253D8F6}"
-[HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{B31118B2-1F49-48E5-B6F5-BC21CAEC56FB}]
@="tiledatamodelsvc"
"AppId"="{65E2E13A-7110-4912-9F03-9A42E253D8F6}"
-[HKEY_CLASSES_ROOT\CLSID\{B31118B2-1F49-48E5-B6F5-BC21CAEC56FB}]
@="tiledatamodelsvc"
"AppId"="{65E2E13A-7110-4912-9F03-9A42E253D8F6}"
Problem solved
General Detail: Same here Profile notification of event Load for component {B31118B2-1F49-48E5-B6F5-BC21CAEC56FB} failed, error code is See Tracelogging for error details.
Trying to delete the entries given manually I ran into permission problems. I used ExecTI to gain TrustedInstaller permissions to the Registry and was able to manually delete all the reg entries given. Doing so it did get rid of the event log messages although I have no idea what other ramifications will result.
Also, according to various sites the '-' sign should be inside the first '[' instead of outside of it in the reg file. However this also didn't work probably because of the permission issue. ExecTI doesn't work on a reg file but you could probably create a similar cmd file using the REG command to deleted the entries which is recognized by ExecTI.
Exact, the script dont work because key is TrustedInstaller privileges. ExecTI work great!