Event ID 1005 and 1015

KB ID 0000117 

Problem

TraceLevel parameter not located in registry; Default trace level used is 32.

SMTP service is installed but not configured.

Solution

To stop these events from occuring, add the TraceFileName and the TraceLevel values to the following registry subkey:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftSNMP_EVENTSEventLogParameters

• TraceFileName Type: REG_SZ Value: null (blank) • TraceLevel Type: REG_DWORD Value: 32 (0x20)

or merge the following

[box]

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftSNMP_EVENTSEventLogParameters]
"TraceFileName"=""
"TraceLevel"=dword:00000020

[/box]  

Related Articles, References, Credits, or External Links

NA

Windows Crashes and Reboots when Unlocked

KB ID 0000145 

Problem

This is seen on Windows 7 Clients, when logged onto a domain, after unlocking the machine. If you inspect the Event Log you will see Event ID 1015

“A critical system process, C:Windowssystem32lsass.exe, failed with status code 255. The machine must now be restarted.”

 

Solution

I put up with this for a while, and did a lot of Internet searching, some people suggested power settings and a host of other stuff, nothing worked, The final solution was found on “Technet”, it involves changing the authentication method to the domain, and needs a registry change.

1. Start > In the Start Search box type type regedit > {enter}
2. Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsaKerberosParameters
3. Create a New DWORD entry called DefaultEncryptionType
4. Set its value to (decimal) 23 or (Hexadecimal) 0x17
5. Reboot the machine.

Or If you are feeling lazy just download this, extract and run it, then click “Yes” to add it to the registry, and reboot.

 

Related Articles, References, Credits, or External Links

NA