如何真正关闭Windows 7中的休眠?
为了关闭休眠,我能想到的都试过了。
我在电源管理中禁用了它,用了powercfg -h off
,几乎可以正常工作。当我执行命令时,它可以工作,但当我重新启动时,文件hiberfil.sys又被创建了。
我如何关闭休眠并永远删除hiberfil.sys文件?
为了关闭休眠,我能想到的都试过了。
我在电源管理中禁用了它,用了powercfg -h off
,几乎可以正常工作。当我执行命令时,它可以工作,但当我重新启动时,文件hiberfil.sys又被创建了。
我如何关闭休眠并永远删除hiberfil.sys文件?
我问了这个问题,在这里得到的答案。Microsoft Answers。所以这里是你如何真正找到什么是打开你的休眠再次使用清洁启动。
1. Start msconfig.exe
2. On the general tab select "Selective startup" and uncheck "Load startup items".
3. On the services tab unselect all first.
4. Runt the command "powercfg -h off" to turn off hibernation.
5. Reboot
6. If hibernation is still deactivated start msconfig.exe again and activate half of the services.
7. Repeat 5 and 6 until you find the service causing hibernation to be turned back on (don't forget to do step 4 if it is activated again).
```。
有什么东西_正在把它重新打开。
尝试运行 自动运行 看看启动时有什么在自动运行。
是否有一个程序或计划任务会这样做?
如果你没有看到任何东西,运行 进程监控 并启用启动日志(删除过滤器以避免过滤掉调用),然后查找 “hiber” 并查看/发布你的发现。
最简单的方法是微软工具启用休眠.微软工具禁用休眠.你不需要写任何命令.只需要按照这个链接启用和禁用休眠工具
Update to the previous answer:
To make hibernation unavailable, follow these steps:
* Click Start, and then type cmd in the Start Search box.
* In the search results list, right-click Command Prompt, and then click Run as Administrator.
* When you are prompted by User Account Control, click Continue.
* At the command prompt, type powercfg.exe /hibernate off, and then press Enter.
* Type exit, and then press Enter to close the Command Prompt window.
To make hibernation available, follow these steps:
* Click Start, and then type cmd in the Start Search box.
* In the search results list, right-click Command Prompt, and then click Run as Administrator.
* When you are prompted by User Account Control, click Continue.
* At the command prompt, type powercfg.exe /hibernate on, and then press Enter.
* Type exit, and then press Enter to close the Command Prompt window.
Hiberfil.sys hidden system file
位于安装操作系统的驱动器的根文件夹中。安装Windows时,Windows Kernel Power Manager
会保留这个文件。这个文件的大小大约等于计算机上安装了多少随机存取内存(RAM)。
当Hiberfil.sys
设置为hybrid sleep
时,计算机使用turned on
文件在硬盘上存储系统内存的副本。如果该文件不存在,计算机就无法休眠。
请关注这个链接的完整细节,因为微软支持
使用下面的命令打开休眠
powercfg.exe /hibernate off
并从Advanced Power Settings
关闭混合睡眠设置。请看@harrymc的回答,知道在哪里做。
如果你有一些问题与Windows,然后使用Microsoft Fixit
.它是不错的实用程序。我在我的正版Windows XP操作系统上使用这个。
只要删除hiberfil.sys
中的C:
文件即可。作为一个额外的好处,你也会节省几GB的磁盘空间!
要使休眠不可用,请按照以下步骤操作。
要使休眠可用,请遵循以下步骤。
我创建了快捷方式,可以不休眠地关闭它。
shutdown /s /t 0
如何创建快捷方式指令: