System Standby

  • Thread starter Thread starter Massimiliano Castelletto
  • Start date Start date
M

Massimiliano Castelletto

Does anyone know if it is possible to send the system in standby via
software (like for the shutdown using the shutdown.exe program)?

Thanks

Max
 
Max,

Yes, it is. And you've got at least a few ways how to approach this:
- API (SetSystemPowerState, SetSuspendState, etc.)
- "fba.exe -standby"
- "xpepm.exe -standby"
 
Thanks a lot!

Max

KM said:
Max,

Yes, it is. And you've got at least a few ways how to approach this:
- API (SetSystemPowerState, SetSuspendState, etc.)
- "fba.exe -standby"
- "xpepm.exe -standby"
 
Just a question:
which is the difference between "fba.exe -standby" and "xpepm.exe -standby"?

Thanks
Max
 
None. Both tools calls go down to NtSetSystemPowerState API.
(getting system to S1 state)
 

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