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
 

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