Since the "Network DDE" service is, by default, start-up : "manual" - then
=, it is my guess that some program may be using it.
Rather than disabling this service, might I suggest that you simply change
a registry value that tells Windows to automatically terminate all running
programs and background services, without the need for the user to respond
by clicking on the "End Application" box.
To employ this "auto-end application" feature, open regedit and navigate to
:
[HKEY_CURRENT_USER\Control Panel\Desktop]
and, if not already present, create a new string value :
"AutoEndTasks"
....and assign it a value of : "1"
Alternatively, copy and paste the following into Notepad and save it to
your desktop and giving it a (*.reg) file extension (you may have to turn
off "Hide file extensions for known types" in the "Folder Options"
Control Panel in order to rename it's extension from (*.txt) to (*.reg)).
Then double click on this reg-file (and press [Yes]) to import it.
------------------- copy between lines -------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
------------------- copy between lines -------------------
==
Cheers, Tim Meddick, Peckham, London.
