A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Disable Hibernate feature



 
 
Thread Tools Display Modes
  #1  
Old January 27th 08, 01:05 AM posted to microsoft.public.windowsxp.general
slick1
external usenet poster
 
Posts: 88
Default Disable Hibernate feature

Since I do not use it, I wanted to turn off the Hibernate feature to
recapture the space that Windows uses for the hiberfil.sys file.
I went to Start, Control Panel and clicked Power Options. But instead of getting a window showing a Hibernate tab and check box to "disable Hibernation", I get a window for Acer ePower Managment. (I have an Acer laptop with Empowering Technology).
All I can seem to do with this is set the system hibernation from "1 minute" all the way over to "never" on a slide bar.
My question is, does setting it to "never" delete the hiberfil.sys file? If it doesn't, where and how do I go about deleting this file on my computer?
System: Acer 2451 Travelmate laptop

Windows XP Home SP2
Explorer 7
Thank-you !!

Ads
  #2  
Old January 27th 08, 03:49 AM posted to microsoft.public.windowsxp.general
Andy
external usenet poster
 
Posts: 442
Default Disable Hibernate feature

On Sat, 26 Jan 2008 17:05:00 -0800, slick1
wrote:

Since I do not use it, I wanted to turn off the Hibernate feature to

recapture the space that Windows uses for the hiberfil.sys file.
I went to Start, Control Panel and clicked Power Options. But instead of getting a window showing a Hibernate tab and check box to "disable Hibernation", I get a window for Acer ePower Managment. (I have an Acer laptop with Empowering Technology).
All I can seem to do with this is set the system hibernation from "1 minute" all the way over to "never" on a slide bar.
My question is, does setting it to "never" delete the hiberfil.sys file? If it doesn't, where and how do I go about deleting this file on my computer?
System: Acer 2451 Travelmate laptop

Windows XP Home SP2
Explorer 7
Thank-you !!

It may. If not, hiberfil.sys is in the root directory of the partition
that Windows is installed in. Use command prompt command attrib -h -s
hiberfil.sys to remove System and Hidden attributes. The delete the
file.
  #3  
Old January 27th 08, 03:52 AM posted to microsoft.public.windowsxp.general
VanguardLH
external usenet poster
 
Posts: 515
Default Disable Hibernate feature

"slick1" wrote in message
...
Since I do not use it, I wanted to turn off the Hibernate feature
to

recapture the space that Windows uses for the hiberfil.sys file.
I went to Start, Control Panel and clicked Power Options. But
instead of getting a window showing a Hibernate tab and check box
to "disable Hibernation", I get a window for Acer ePower Managment.
(I have an Acer laptop with Empowering Technology).
All I can seem to do with this is set the system hibernation from
"1 minute" all the way over to "never" on a slide bar.
My question is, does setting it to "never" delete the hiberfil.sys
file? If it doesn't, where and how do I go about deleting this
file on my computer?



After disabling hibernation, you will have to delete the file
yourself.

  #4  
Old January 27th 08, 04:41 AM posted to microsoft.public.windowsxp.general
slick1
external usenet poster
 
Posts: 88
Default Disable Hibernate feature

Reply to Andy.
Command Prompt did not recognize either "-h -s" or "-h -s hiberfil.sys" on my system. (I'm a New User to all this and I think I typed in the proper text)
I tried on Command Prompt: "dir c:\/a" and found a line with todays date/time and "467,841,024 hiberfil.sys". But from here on I don't have a clue what I'm suppose to do. Is it from here that I can delete or disable hiberfil.sys ? If it is, how do I proceed, step by step if you please.
Thanks!


"Andy" wrote:

On Sat, 26 Jan 2008 17:05:00 -0800, slick1
wrote:

Since I do not use it, I wanted to turn off the Hibernate feature to

recapture the space that Windows uses for the hiberfil.sys file.
I went to Start, Control Panel and clicked Power Options. But instead of getting a window showing a Hibernate tab and check box to "disable Hibernation", I get a window for Acer ePower Managment. (I have an Acer laptop with Empowering Technology).
All I can seem to do with this is set the system hibernation from "1 minute" all the way over to "never" on a slide bar.
My question is, does setting it to "never" delete the hiberfil.sys file? If it doesn't, where and how do I go about deleting this file on my computer?
System: Acer 2451 Travelmate laptop

Windows XP Home SP2
Explorer 7
Thank-you !!

It may. If not, hiberfil.sys is in the root directory of the partition
that Windows is installed in. Use command prompt command attrib -h -s
hiberfil.sys to remove System and Hidden attributes. The delete the
file.

  #5  
Old January 27th 08, 04:23 PM posted to microsoft.public.windowsxp.general
Nepatsfan
external usenet poster
 
Posts: 3,023
Default Disable Hibernate feature

"slick1" wrote in message
...
Since I do not use it, I wanted to turn off the Hibernate feature to

recapture the space that Windows uses for the hiberfil.sys file.
I went to Start, Control Panel and clicked Power Options. But instead of
getting a window showing a Hibernate tab and check box to "disable
Hibernation", I get a window for Acer ePower Managment. (I have an Acer
laptop with Empowering Technology).
All I can seem to do with this is set the system hibernation from "1 minute"
all the way over to "never" on a slide bar.
My question is, does setting it to "never" delete the hiberfil.sys file? If
it doesn't, where and how do I go about deleting this file on my computer?
System: Acer 2451 Travelmate laptop

Windows XP Home SP2
Explorer 7
Thank-you !!


First off, I'd check with Acer's tech support to see why they replaced the XP
Power Options applet with their own version. I'd also want to know if there's
any reason why hibernation shouldn't be disabled on their laptops. If you're
determined to disable hibernation, here are some suggestions.

Go to Start - Run and enter powercfg.cpl. If this still results in the Acer
applet being launched, try the following.

Go to Start - Run and enter cmd.exe in the Open box.
This should launch a Command Prompt window.
At the prompt, enter the following command.

Powercfg.exe /H Off

Hit the Enter key.
Check your C drive. If the hiberfil.sys file has been deleted then the command
completed successfully.

Good luck

Nepatsfan



  #6  
Old January 27th 08, 06:04 PM posted to microsoft.public.windowsxp.general
slick1
external usenet poster
 
Posts: 88
Default Disable Hibernate feature

Reply to Nepatsfan.
Entered "powercfg.cpl" and Acer applet still launched.
Entered "Powercfg.exe /H OFF" and checked C drive, hiberfil.sys file had been deleted. But when I rebooted and checked C drive again the hiberfil.sys file had returned.
Posted question to Acer Tech. Support about all this, but no replies from them until tomorrow. I still do not know why Acer's ePower Management has supplanted the basic Windows control.
I can uninstall Acer's ePower Management through add/remove programs, but will I have the same features available through Windows controls for CPU speed, LCD brightness,etc?
Hpoe this helps some and Thanks!!


"Nepatsfan" wrote:

"slick1" wrote in message
...
Since I do not use it, I wanted to turn off the Hibernate feature to

recapture the space that Windows uses for the hiberfil.sys file.
I went to Start, Control Panel and clicked Power Options. But instead of
getting a window showing a Hibernate tab and check box to "disable
Hibernation", I get a window for Acer ePower Managment. (I have an Acer
laptop with Empowering Technology).
All I can seem to do with this is set the system hibernation from "1 minute"
all the way over to "never" on a slide bar.
My question is, does setting it to "never" delete the hiberfil.sys file? If
it doesn't, where and how do I go about deleting this file on my computer?
System: Acer 2451 Travelmate laptop

Windows XP Home SP2
Explorer 7
Thank-you !!


First off, I'd check with Acer's tech support to see why they replaced the XP
Power Options applet with their own version. I'd also want to know if there's
any reason why hibernation shouldn't be disabled on their laptops. If you're
determined to disable hibernation, here are some suggestions.

Go to Start - Run and enter powercfg.cpl. If this still results in the Acer
applet being launched, try the following.

Go to Start - Run and enter cmd.exe in the Open box.
This should launch a Command Prompt window.
At the prompt, enter the following command.

Powercfg.exe /H Off

Hit the Enter key.
Check your C drive. If the hiberfil.sys file has been deleted then the command
completed successfully.

Good luck

Nepatsfan




  #7  
Old January 27th 08, 07:33 PM posted to microsoft.public.windowsxp.general
Nepatsfan
external usenet poster
 
Posts: 3,023
Default Disable Hibernate feature

I can't say for sure what impact uninstalling Acer's ePower Management would
have on your laptop. My best guess is that you would lose a number of features
that are unique to that application. For that reason, you might want to wait
until you get a response from Acer Tech Support.

You could also do a Google search for an Acer users forum and see if anyone
there can help with this problem.

Good luck

Nepatsfan


In ,
slick1 wrote:
Reply to Nepatsfan.
Entered "powercfg.cpl" and Acer applet still launched.
Entered "Powercfg.exe /H OFF" and checked C drive, hiberfil.sys file had
been deleted. But when I rebooted and checked C drive again the hiberfil.sys
file had returned.
Posted question to Acer Tech. Support about all this, but no replies from
them until tomorrow. I still do not know why Acer's ePower Management has
supplanted the basic Windows control. I can uninstall Acer's ePower
Management through add/remove programs, but will I have the same features
available through Windows controls for CPU speed, LCD brightness,etc?
Hpoe this helps some and Thanks!!


"Nepatsfan" wrote:

"slick1" wrote in message
...
Since I do not use it, I wanted to turn off the Hibernate feature to
recapture the space that Windows uses for the hiberfil.sys file.
I went to Start, Control Panel and clicked Power Options. But instead of
getting a window showing a Hibernate tab and check box to "disable
Hibernation", I get a window for Acer ePower Managment. (I have an Acer
laptop with Empowering Technology).
All I can seem to do with this is set the system hibernation from "1
minute" all the way over to "never" on a slide bar.
My question is, does setting it to "never" delete the hiberfil.sys file?
If it doesn't, where and how do I go about deleting this file on my
computer? System: Acer 2451 Travelmate laptop
Windows XP Home SP2
Explorer 7
Thank-you !!


First off, I'd check with Acer's tech support to see why they replaced the XP
Power Options applet with their own version. I'd also want to know if there's
any reason why hibernation shouldn't be disabled on their laptops. If you're
determined to disable hibernation, here are some suggestions.

Go to Start - Run and enter powercfg.cpl. If this still results in the Acer
applet being launched, try the following.

Go to Start - Run and enter cmd.exe in the Open box.
This should launch a Command Prompt window.
At the prompt, enter the following command.

Powercfg.exe /H Off

Hit the Enter key.
Check your C drive. If the hiberfil.sys file has been deleted then the
command
completed successfully.

Good luck

Nepatsfan



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 04:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.