Win2003 prompts "At least one service or driver error at system startup"

Source: Internet
Author: User
You can first see that it prompts you to view the event log using Event Viewer. We Open Event Viewer:
See the error message as shown above, source MSDTC. Then what is MSDTC? is a Windows service.
We use the "SC QC" command to query this service:
From the diagram you can see its displayname is distributed Transaction coordinator,so we open the Windows Services,find distributed Transaction Coordinator "This Service,open it:
When clicked to start it, it appears that the prompts are unable to start, it is no wonder why the system started when the error dialog box. Just disable it and reboot the system to see if the annoying dialog is missing.
Windows server2003/xp/2000 at least one service or driver produces the wrong solution each time the Service Control manager system starts up.
Workaround:

To edit the following registry in Notepad, save it as **.reg, and click Import directly

  code is as follows

    Windows Registry Editor Version 5.00

    [hkey_local_machine\system\currentcontrolset\control\windows]
    Nopopupsonboot "=dword:00000001

 

If the import fails, the process is manually operated. Locate [Hkey_local_machine\system\currentcontrolset\control\windows]
Right-click the new DWORD value, named Nopopupsonboot, and set its value to "1"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.