reboot or halt machine in minilog and command shell?

  • Thread starter Thread starter canbaby
  • Start date Start date
canbaby,

Use:

\windows\fba\fba.exe -reboot

- or -

xpepm.exe -reboot (include "Power Management Application" component)

- or -

shutdown -r (you may get a privilege error)

- or -

write your own simple app that calls to API ExitWindows[Ex], or InitiateSystemShutdown, or directly NtShutdownSystem.

KM
 
KM said:
canbaby,

Use:

\windows\fba\fba.exe -reboot

- or -

xpepm.exe -reboot (include "Power Management Application" component)

- or -

shutdown -r (you may get a privilege error)

- or -

write your own simple app that calls to API ExitWindows[Ex], or InitiateSystemShutdown, or directly NtShutdownSystem.

KM

Hi:
How I can do that?

---canbaby---
before I use rundll32.exe user32.dll ExitWindowsEx
but it not function.
now I know it, thank
 
Back
Top