Tagged Questions
Hibernation is a feature of many computer operating systems where the contents of RAM are written to non-volatile storage such as a hard disk, as a file or on a separate partition, before powering off the computer. When the computer is restarted it reloads the content of memory and is restored to the state it was in when hibernation was invoked. _Wikipedia
2
votes
1answer
193 views
Notification when waking up from hibernation C#
Is there a way to get a notification (event) in my C# 2.0 application when the system wakes up from hibernation?
My application is running in system tray at the moment the system goes into ...
2
votes
2answers
494 views
My C# program running as Windows Service is blocking Windows XP from hibernation
I have Windows Service written in C#. It starts two threads, one is pooling a Web Service, second is waiting on a Monitor object for a new job to arrive. Besides that, the main thread acts as a WCF ...
2
votes
5answers
1k views
How can I permanently bypass Windows XP startup?
I have an application for Windows XP. This application is deployed with the hardware. The application is the only application that ever runs on these machines. These machines are never connected to ...
1
vote
1answer
171 views
Are there suspend\resume signals in Linux?
My application needs to react on hibernation mode so it can do some action on suspending and other actions on resuming. I've found some distributive-specific ways to achieve it(Upower + DBus) but ...
0
votes
1answer
21 views
fidling with hibernation slowness on XP needed
Hibernating my laptop is very slow: 30min +, I have googled to no avail helas. some conflicting info and voodoo fidling seems to help some but not others (ie disabling DMA cache on the drive)
My ...
0
votes
2answers
90 views
How do I make a hibernation batch file?
I'm trying to make a batch file that executes a simple command:
shutdown -h
I've created a .bat file with that exact line in it, yet when I run it, all it does is spam the command prompt like crazy.
...
0
votes
1answer
45 views
GetPwrCapabilities is giving me wrong sleep state results on some computers. How can I get a more accurate result?
I have a 64-bit Win7 Ultimate machine that I'm calling GetPwrCapabilities on. However it tells me that sleep state 4 (hibernation) is not available and that there is no hibernation file. I can ...
0
votes
1answer
70 views
How to retrieve computer's power management capabilities through WMI?
I'd like to use WMI to figure out what power management capabilities my computers have. Can they sleep? Can they hibernate? etc.
There is a PowerManagementCapabilities field which seems to promise ...
0
votes
2answers
83 views
File system inodes after hibernation on Linux
I am interested to know how the file system data structures are handled when suspending to disk.
I am wondering if it is possible to hibernate and then switch a disk (physically) and then resume. My ...
0
votes
1answer
444 views
gethostbyname fails for local hostname after resuming from hibernate (Vista+7?)
Just wondering if anyone else has spotted this:
On some user's machines running our software, occasionally the call to Win32 winsock gethostbyname fails with error code 11004.
For the argument to ...