Minlogon question?

  • Thread starter Thread starter Malvem
  • Start date Start date
M

Malvem

Hi All,
I would like to know if I can use Graphical UI with winlogon??
Or just use command-line?


Best regards
Velbony
 
Dear Malvem,

Yes, you can use GUI application under Minlogon.

An easy way to try this.

Build one image with minlogon and task manger shell.
 
Hi,
How can I shutdown my computer in this case?
BTW,what's the "Shell prototype component"?


Regards,
Malvem
 
Malvem,

from your custom Shell app:
Using APIs. E.g., ExitWindowsEx, InitiateSystemShutdown,
NTShutdownSystem, etc.
Or just launch "fba -shutdown", or "xpepm.exe -shutdown", or
"shutdown.exe ...", or etc. through CreateProcess otr ShellExecute[Ex].

From Task Manager shell:
Launch "fba -shutdown", or "xpepm.exe -shutdown", or "shutdown.exe ...".
Assuming shutdown.exe or xpepm.exe is in your image.

KM
 
Back
Top