starting service, minlogon/command shell system

R

Roger Levy

I'm inching my way through the learning process and I now have a small
footprint system using MinLogon and Command Shell. I want my trivial Win32
service to start at boot time. I tested this service on a desktop system
and it does the limited things it should do. With Component Designer I
specified StartType=2, i.e. SERVICE_AUTO_START and ServiceType=16 but the
service does not automatically start. The help information for
SERVICE_AUTO_START says that the service will start in "response to an
explicit user demand" -- what do those words mean? Also, my configuration
has SCM included but is there a way to access it via Command Shell?
Finally, after my system sits idle for a few hours it pops up a box titled
"svchost.exe - Application error" and the details say:
The instruction at "0x0018759f" referenced memory at "0x0018759f". The
memory could not be "read".
Where could this be coming from? The only code of mine at this point is my
service which doesn't appear to have started.

Roger Levy
 
A

Anil Ingle

Finally, after my system sits idle for a few hours it pops up a box titled
"svchost.exe - Application error" and the details say:
The instruction at "0x0018759f" referenced memory at "0x0018759f". The
memory could not be "read".
The only time(s) I have seen this was when the system got infected with the
blaster virus. Can you verify that your system is still clean and that you
have all the QFE's applied? It is also possible that some dependency is
missing and an application is trying to access it infrequently
-Anil [MS] This posting is provided AS IS and provides no warranties and
confers no rights.
 

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

Top