Is it possible to have an application wake a laptop from sleep w/o the user being involved?
I have a task that MUST run every 30 minutes. I can't seem to get "cancel" going or shutdown/suspend/etc.
The most likey is 'suspend' so if the app could wake the laptop, that'd get around this issue.
wake from sleep?
Re: wake from sleep?
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
Re: wake from sleep?
I should have been more specific.
I need the application itself (or a windows scheduled task) to wake the computer (not from another machine based on NIC)
thanks
I need the application itself (or a windows scheduled task) to wake the computer (not from another machine based on NIC)
thanks
Re: wake from sleep?
Okay, than you can try the console app POWERCFG.EXEjassing wrote: Mon Apr 15, 2024 4:41 pm I should have been more specific.
I need the application itself (or a windows scheduled task) to wake the computer (not from another machine based on NIC)
thanks
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
Re: wake from sleep?
EXCELLENT! Perfect! Thank you!