June 24, 200521 yr Hi guys!I dont know if it is only my problem, but I would like to disable hibernation etc during installation. The ideal situation would be small application, that will disable access to these APIs...Any ideas?
June 24, 200521 yr I'm not sure about this, but you could try adding the disable hibernation entry in Winnt.sif by typing[Unattended]Hibernation = NoHave you tried that? I'm not sure It'll do the trick, but try it out and I'll try to search for more info on this.
June 24, 200521 yr Author Nope, I want just small program that will block this I know it is possible, programs like BitSpirit can do it...
July 3, 200521 yr Author After unattended installation of windows I am using USD - installing software as service (so user is not logged in). However problem is that XP will went to hibernation/standby, even if there is some non-interactive activity So I would like to disable this functionality for some time, ideally with some application.
July 10, 200521 yr Have you tried disabling it in the BIOS. If it is going into hibernation during installation of XP, then it is a hardware feature. XP is not loaded yet, so it cannot be doing it.
July 13, 200521 yr I believe what he's trying to say is that after installing Windows, but before logging in, he has some automated installs going and the computer goes into hibernate during their install. Not during the install of Windows itself.
July 13, 200521 yr You could do it using group policy... not sure how you are deploying your workstations but just use the adm file found here with AD and this should helphttp://www.terranovum.com/projects/energystar/ez_gpo.phpand set the settings to like 3 hours or whatever
July 13, 200521 yr Author Solved Jito was right, that is exactly my problem... I was thinking about playing with registry to disable standby, hibernation etc... However I choosed simplier method for this - created small service, that is hitting scroll lock every 10 seconds. And guess what? It is working quite well!
Create an account or sign in to comment