shutting down minlogon programatically

  • Thread starter Thread starter Ann Adamson
  • Start date Start date
A

Ann Adamson

We have a minlogon system, and we are writing a management app that needs to
shut it down and restart. The documentation says you are supposed to use
xpepm -restart to reboot minlogon systems.
If we want to do it programatically via a Win32 API, is this any different
from calling the normal Win32 API for shutdown, given that we are using
minlogon?

Ann
 
Ann,

XPePM is supplied in API form as well (.dll + .h).
Check out "\Program Files\Windows Embedded\VALUEADD\MSFT\XPEPM" directory.

You may also use Win32 APIs like ExitWindows[Ex].
 

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

Back
Top