win7系统里的Hiberfil.sys找不到

win7系统里的Hiberfil.sys找不到,第1张

win7系统里的Hiberfil.sys

从开始-程序-附件-找到Command Prompt,在上面点击右键选择 以管理员身份运行

在打开的CMD命令行窗口中,输入 powercfg -h off

在输入命令后,打个回车 即可关闭休眠功能.

这时我们打开C盘根目录查看一下,休眠生成的hiberfil.sys文件已经被自动删除了.

在打开的CMD命令行窗口中,输入 powercfg -h on,

在输入命令后,回车 即可打开休眠功能.

应该是某相关服务被禁用。如果知道哪个被禁用,开启后就可以,如果不知道,那就恢复系统默认服务。方法是把下面的保存为BAT运行即可。

pause

sc config Alerter start= DISABLED

sc config ALG start= DEMAND

sc config AppMgmt start= DEMAND

sc config AudioSrv start= AUTO

sc config BITS start= DEMAND

sc config Browser start= AUTO

sc config CiSvc start= DEMAND

sc config ClipSrv start= DISABLED

sc config COMSysApp start= DEMAND

sc config CryptSvc start= AUTO

sc config DcomLaunch start= AUTO

sc config Dhcp start= AUTO

sc config dmadmin start= DEMAND

sc config dmserver start= AUTO

sc config Dnscache start= AUTO

sc config ERSvc start= AUTO

sc config Eventlog start= AUTO

sc config EventSystem start= DEMAND

sc config FastUserSwitchingCompatibility start= DEMAND

sc config helpsvc start= AUTO

sc config HidServ start= DISABLED

sc config HTTPFilter start= DEMAND

sc config ImapiService start= DEMAND

sc config lanmanserver start= AUTO

sc config lanmanworkstation start= AUTO

sc config LmHosts start= AUTO

sc config Messenger start= DISABLED

sc config mnmsrvc start= DEMAND

sc config MSDTC start= DEMAND

sc config MSIServer start= DEMAND

sc config NetDDE start= DISABLED

sc config NetDDEdsdm start= DISABLED

sc config Netlogon start= DEMAND

sc config Netman start= DEMAND

sc config Nla start= DEMAND

sc config NtLmSsp start= DEMAND

sc config NtmsSvc start= DEMAND

sc config PlugPlay start= AUTO

sc config PolicyAgent start= AUTO

sc config ProtectedStorage start= AUTO

sc config RasAuto start= DEMAND

sc config RasMan start= DEMAND

sc config RDSessMgr start= DEMAND

sc config RemoteAccess start= DISABLED

sc config RemoteRegistry start= AUTO

sc config RpcLocator start= DEMAND

sc config RpcSs start= AUTO

sc config RSVP start= DEMAND

sc config SamSs start= AUTO

sc config SCardSvr start= DEMAND

sc config Schedule start= AUTO

sc config seclogon start= AUTO

sc config SENS start= AUTO

sc config SharedAccess start= AUTO

sc config ShellHWDetection start= AUTO

sc config Spooler start= AUTO

sc config srservice start= AUTO

sc config SSDPSRV start= DEMAND

sc config stisvc start= DEMAND

sc config SwPrv start= DEMAND

sc config SysmonLog start= DEMAND

sc config TapiSrv start= DEMAND

sc config TermService start= DEMAND

sc config Themes start= AUTO

sc config TlntSvr start= DISABLED

sc config TPAutoConnSvc start= DEMAND

sc config TrkWks start= AUTO

sc config upnphost start= DEMAND

sc config UPS start= DEMAND

sc config VSS start= DEMAND

sc config W32Time start= AUTO

sc config WebClient start= AUTO

sc config winmgmt start= AUTO

sc config WmdmPmSN start= DEMAND

sc config Wmi start= DEMAND

sc config WmiApSrv start= DEMAND

sc config wscsvc start= AUTO

sc config wuauserv start= AUTO

sc config WZCSVC start= AUTO

sc config xmlprov start= DEMAND

@pause

原因分析:出现上述情况,应该是系统磁盘空间大小不能满足生产休眠文件(hiberfil.sys)所要求的最小内存。休眠文件(hiberfil.sys)的大小和物理内存一般大,若升级了内存,休眠文件(hiberfil.sys)也会随着内存的增加而变大。在磁盘空间不足的情况,系统默认会关闭休眠功能。

1.清理系统盘垃圾,包括临时文件、回收站、不常用的软件、不是非系统盘不可的软件卸载安装到其他磁盘。

2.把临时文件夹,虚拟内存,文档设置到其它磁盘盘符。

3.删除系统自带应用备份,删除msi临时解压目录,零字节化Backup目录,删除Download下载备份。

4.最有效的方法:通过分区助手软件,划分其它盘符的容量给系统盘。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/11533754.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-16
下一篇 2023-05-16

发表评论

登录后才能评论

评论列表(0条)

保存