Ok, i seem to be getting these 2 errors when windows boots up for some reason, but i have no clue what's causes them and how to fix them. can anyone help?
This error is in the Application log in Event Viewer:
Event Type: Warning
Event Source: Userenv
Event Category: None
Event ID: 1517
Date: 1/22/2005
Time: 7:51:32 PM
User: NT AUTHORITY\SYSTEM
Computer: DIGITAL_FORTRES
Description:
Windows saved user DIGITAL_FORTRES\DrAk0n registry while an application or service was still using the registry during log off. The memory used by the user's registry has not been freed. The registry will be unloaded when it is no longer in use.
This is often caused by services running as a user account, try configuring the services to run in either the LocalService or NetworkService account.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Details
Product: Windows Operating System
ID: 1517
Source: Userenv
Version: 5.2
Symbolic Name: EVENT_HIVE_SAVED
Message: Windows saved user %1 registry while an application or service was still using the registry during log off. The memory used by the user's registry has not been freed. The registry will be unloaded when it is no longer in use.
This is often caused by services running as a user account, try configuring the services to run in either the LocalService or NetworkService account.
Explanation
Windows unloads each user's profile and user's section of the registry when the user logs off. This message indicates that Windows could not unload the user's profile because a program was referencing the user's section of the registry. This locked the profile. The registry cannot unload profiles that are locked and in use. When the program that is locking the profile is no longer referencing the registry, the profile will be unloaded.
User Action
No user action is required.
_________________________________
I had tried to change my computer name last nite, don't know if that was the cause of this error.
This next error is in System log in Event Viewer:
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7000
Date: 1/22/2005
Time: 7:52:50 PM
User: N/A
Computer: DIGITAL_FORTRES
Description:
The PfModNT service failed to start due to the following error:
The system cannot find the file specified.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Details
Product: Windows Operating System
ID: 7000
Source: Service Control Manager
Version: 5.0
Symbolic Name: EVENT_SERVICE_START_FAILED
Message: The %1 service failed to start due to the following error:
%2.
Explanation
Service Control Manager (SCM) could not start the specified service, probably because the service is not configured correctly.
User Action
Do one or all of the following:
Review the error information displayed in the message.
Verify that the service password has not expired.
Verify that the service is in the correct location.
Verify that the service is not infected with a virus.
To display the WIN32_EXIT_CODE error that SCM encountered when trying to start the program, at the command prompt, type
sc query service name
The information displayed can help you troubleshoot possible causes for the error.
If the WIN32_EXIT_CODE is zero, then SCM did not attempt to start the service because the error was detected first.
Version: 5.2
Symbolic Name: EVENT_SERVICE_START_FAILED
Message: The %1 service failed to start due to the following error:
%2
Explanation
Service Control Manager (SCM) could not start the specified service, probably because the service is not configured correctly.
User Action
Do one or all of the following:
Review the error information displayed in the message.
Verify that the service password has not expired.
Verify that the service is in the correct location.
Verify that the service is not infected with a virus.
To display the WIN32_EXIT_CODE error that SCM encountered when trying to start the program, at the command prompt, type
sc query service name
The information displayed can help you troubleshoot possible causes for the error.
If the WIN32_EXIT_CODE is zero, then SCM did not attempt to start the service because the error was detected first.
______________________________________