Questions tagged [hibernation]

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

49 questions
0
votes
2 answers

android hibernation kill the app - onDestroy

I'm developing with API level 8 on android 2.2 I read this about the life cycle of an android app : http://developer.android.com/reference/android/app/Activity.html but there is no comments about the hibernation state and how to handle it…
solilab
  • 1
  • 4
-1
votes
1 answer

Batch job user wakes Windows from Sleep and Hibernate unintentionally

I've 1 Admin and 1 Local user on Windows 10 machine and Sleep and Hibernate behaved as expected: PC awoken from Sleep by key/mouse press and from Hibernate only on power button press. Yesterday I've added a new user to the PC with a "Log on as a…
Saran
  • 3,845
  • 3
  • 37
  • 59
-1
votes
1 answer

How to decrypt a BitLocker drive with the Volume Master Key (VMK)?

It's a stupid question. I'm such an idiot. My hard drives (internal hard drives) are encrypted with BitLocker. No passphrase is set and no 48-digit recovery password is set. The only key protector I have set is the recovery key file (.bek). But my…
user3487276
  • 99
  • 4
  • 12
-2
votes
1 answer

How to Make Application to Wake Computer From Sleep

I know several alarm clock programs already do this for your computer. I also know you can do this in task scheduler manually. I want to write a Java, C++, C#, or Python program to do this. I just don't know where to begin and am struggling to find…
Kevin J
  • 13
  • 5
1 2 3
4