Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Windows CE Embedded Webserver is autostarting

2,284 views
Skip to first unread message

Andreas Ploetzeneder

unread,
Feb 23, 2010, 1:41:55 AM2/23/10
to
How can i stop this process? (By C#, VB,...)
The Windows Embedded CE Web Server is enabled on this device.

This file is a placeholder and should be replaced. Please see your
Platform Builder docs or our web site at http://msdn.microsoft.com/embedded.

I have to set the isenabled to 0 so that it is not startetd, but i
have done so and it did not help, any ideas?

Can you tell me the exact path to the IsEnabled ?

Luca Calligaris [eMVP]

unread,
Feb 23, 2010, 4:58:38 AM2/23/10
to

The web server registry setting you need to modify is

[HKEY_LOCAL_MACHINE\COMM\HTTPD]
"IsEnabled"=dword:0

From an applcation (if you were programming in C/C++) you can stop the
server at runtime using DeviceIoControl(..., IOCTL_SERVICE_STOP,

--
Luca Calligaris (MVP-Windows Embedded)
l.calliga...@eurotech.it.nospam
www.eurotech.it


"Andreas Ploetzeneder" <ploetz...@gmail.com> ha scritto nel messaggio
news:a811db68-10fa-4d49...@k19g2000yqc.googlegroups.com...

Valter Minute [eMVP]

unread,
Feb 23, 2010, 7:12:07 AM2/23/10
to

On 2/23/2010 10:58 AM, Luca Calligaris [eMVP] wrote:
> The web server registry setting you need to modify is
>
> [HKEY_LOCAL_MACHINE\COMM\HTTPD]
> "IsEnabled"=dword:0
>
> From an applcation (if you were programming in C/C++) you can stop the
> server at runtime using DeviceIoControl(..., IOCTL_SERVICE_STOP,
>

And, just to add my 2 (euro)cents of information to Luca's reply, you
can also do that from the command line using services.exe

--
Valter Minute (eMVP)
Training, support and development for Windows CE:
www.fortechembeddedlabs.it
My embedded programming and cooking blog:
www.geekswithblogs.net/WindowsEmbeddedCookbook
Windows Embedded support forums in Italian:
http://social.msdn.microsoft.com/Forums/it-IT/windowsembeddedit/threads
(the reply address of this message is invalid)

0 new messages