Block a service?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a service (UDNT) that I need to block from starting. It starts on its own and crashes the computer every time, but it does NOT appear in the list of services so I can't just disable it. The event viewer gives me one of the following error messages

The UDNT service failed to start due to the following error:
The system cannot find the file specified.

o

The UDNT service failed to start due to the following error:
The system cannot find the device specified.

I just need to know how to block the UDNT service from starting even though it does not appear in the services tool
Thanks, JDS.
 
Hey, I may have just found the answer myself. I found the service in the registry and deleted it

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UDN

I saved right before just in case, will simply deleting a service from the registry cause any problems
Thanks again, JDS!
 
Hey, I may have just found the answer myself. I found the service in the registry and deleted it.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UDNT

I saved right before just in case, will simply deleting a service from the registry cause any problems?
Thanks again, JDS!


Actually you did exactly what you needed to do in this case.

The error message you were getting was because of that registry entry.
It was calling for that service to start, but the system could not
find the service so it gave you the error message. Deleting the
erroneous registry entry will remove the error message.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Event ID 7000 2
UDNT service failure 1
trouble with the scanner 2
UDNT error 2
DVD drive induced XP crash 2
tcpsvcs running 97-99% CPU 4
CrystalSysInfo service fails to start 1
UDNT service failed to start. 0

Back
Top