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].
 
Back
Top