惠普台式计算机内存兼容性,惠普电脑内存为什么占用的这么多

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

我也是hp,试下这个,个人觉得很有用

Win7常规优化命令.bat

-----------------------------------------------------

CLS

Echo OFF

Echo Windows7 常规优化

Echo 建议关闭正在运行的程序

Echo 不建议其它系统使用

Echo 清除PNF缓存文件

Del /f /s /q %systemdrive%\*.PNF

Echo 清除自动更新补丁

Del /f /s /q %windir%\SoftwareDistribution\Download\*.*

Echo 清除DNS缓存

ipconfig /flushdns

Echo 清理Arp表

arp -d

Echo 关闭IPv6隧道,降低网络延迟

netsh interface teredo set state default

netsh interface 6to4 set state default

netsh interface isatap set state disabled

Echo 网络优化

netsh int tcp set global rss=enabled

netsh int tcp set global chimney=automatic

netsh int tcp set global netdma=enabled

netsh int tcp set global dca=enabled

netsh int tcp set global autotuninglevel=normal

netsh int tcp set global congestionprovider=ctcp

netsh int tcp set global ecncapability=enabled

netsh int tcp set global timestamps=disabled

Echo 内存优化 开启PAE\3GB

bcdedit /set pae forceenable

echo [386Enh] >> %windir%\system.ini

echo ConservativeSwapfileUsage=1 >> %windir%\system.ini

Echo 清理注册表危险的临时启动项

Reg Delete HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\RunOnce /va /f

Reg Delete HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\RunOnceEx /va /f

Reg Delete HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\RunServices /va /f

Echo 修复Windows7闪屏及程序未响应

Reg Delete HKEY_USERS\.DEFAULT\Control Panel\Desktop /v HungAppTimeOut /f

Reg Delete HKEY_USERS\.DEFAULT\Control Panel\Desktop /v WaitToKillAppTimeOut /f

Reg Delete HKEY_CURRENT_USER\Control Panel\Desktop /v HungAppTimeOut /f

Reg Delete HKEY_CURRENT_USER\Control Panel\Desktop /v WaitToKillAppTimeOut /f

Reg Delete HKEY_CURRENT_USER\Control Panel\Desktop /v WaitToKillServiceTimeOut /f

powercfg setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

powercfg -change -disk-timeout-ac 0

powercfg -change -disk-timeout-dc 0

chkntfs /t:0

Echo 重置服务,加快运行

sc config w32time start= demand

sc config stisvc start= demand

sc config spooler start= demand

sc config bthserv start= demand

sc config WinDefend start= demand

sc config WSearch start= demand

sc config TabletInputService start= demand

Echo 磁盘清理第一步(将要清理的垃圾类型全部选中)

cleanmgr /sageset:99

Echo 磁盘清理第二步(开始清理并出现相应的进度条)

cleanmgr /sagerun:99

Echo 系统垃圾清理完成!

Echo 重置winsock加快网速

netsh winsock reset

Echo 关闭Windows外壳程序explorer

taskkill /f /im explorer.exe

Echo 清理系统图标缓存数据库

attrib -h -s -r "%userprofile%\AppData\Local\IconCache.db"

del /f "%userprofile%\AppData\Local\IconCache.db"

attrib /s /d -h -s -r "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\*"

del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_32.db"

del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_96.db"

del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_102.db"

del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_256.db"

del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_1024.db"

del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_idx.db"

del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_sr.db"

Echo 重启Windows外壳程序explorer

start explorer

Echo 建议重启Windows系统

Pause

Exit

---------------------------------------------------------------------------------

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值