学习啦>学习电脑>操作系统>系统优化教程>

win7系统如何优化好

时间: 春健736 分享

  win7随着使用时间的增加就会导致效率越来越低,那么win7系统如何优化好呢?今天学习啦小编与大家分享下优化win7系统优化的具体操作步骤,有需要的朋友不妨了解下。

  win7系统优化方法一

  1、在Windows7系统默认设置下是使用一个处理器启动(即时使用单核启动),现在市面上多数的电脑都是多核处理器,众所谓人多力量大,处理器也是一样的!启动的内核数量增加后,开机速度自然提升!

  下面为大家来介绍一下增加启动的内核数量设置方法:

  打开开始菜单在搜索程序框中输入“msconfig”命令,打开系统配置窗口后找到“引导”选项(英文系统是Boot)。

  2、Win7拥有强大便捷的搜索栏,记住一些常用命令,可以让操作起来更快捷。

  点击“高级选项”此时就可以看到我们将要修改的设置项了。

  高级选项

  勾选“处理器数”和“最大内存”,看到电脑可选项中有多大你就可以选多大,这里所用电脑最大就支持将处理器调整到2,可能你的机器会更高(处理器数目通常是2,4,8),同时调大内存,确定后重启电脑生效,此时再看看系统启动时间是不是加快了。如果想要确切知道节省的时间,可以先记录下之前开机时所用时间做详细比较。

  win7系统优化方法二

  @echo off

  rem Win7/Vista Service settingsecho.

  echo 关闭一些不必要的windows服务,将有助于加快您电脑的开机速度。

  echo.

  echo 正在备份当前服务的状态... ...

  if exist c:\lskbackup rd /s /q c:\lskbackup

  md c:\lskbackup

  sc query type= service state= all > c:\lskbackup\Running.txt

  reg export HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services c:\lskbackup\servieces.reg

  echo 备份已完成!

  echo.echo 服务优化操作即将开始,按任意键继续...

  pause>nulsc config AeLookupSvc start= DEMAND

  sc config ALG start= DEMAND

  sc config AppIDSvc start= DEMAND

  sc config Appinfo start= DEMAND

  sc config AppMgmt start= DEMAND

  sc config AudioEndpointBuilder start= AUTO

  sc config Audiosrv start= AUTO

  sc config AxInstSV start= DEMAND

  sc config BDESVC start= DEMAND

  sc config BFE start= DEMAND

  sc config BITS start= DEMAND

  sc config Browser start= DEMAND

  sc config bthserv start= DEMAND

  sc config CertPropSvc start= DEMAND

  sc config clr_optimization_v2.0.50727_32 start= DEMAND

  sc config COMSysApp start= DEMAND

  sc config CryptSvc start= AUTO

  sc config CscService start= DEMAND

  sc config DcomLaunch start= AUTO

  sc config defragsvc start= DEMAND

  sc config Dhcp start= AUTO

  sc config Dnscache start= AUTO

  sc config DPS start= DEMAND

  sc config EFS start= DEMAND

  sc config ehRecvr start= DEMAND

  sc config ehSched start= DEMAND

  sc config eventlog start= DEMAND

  sc config EventSystem start= AUTO

  sc config Fax start= DEMAND

  sc config fdPHost start= DEMAND

  sc config FDResPub start= DEMAND

  sc config FontCache start= DEMAND

  sc config FontCache3.0.0.0 start= DEMAND

  sc config gpsvc start= AUTO

  sc config hidserv start= DEMAND

  sc config hkmsvc start= DEMAND

  sc config HomeGroupListener start= DEMAND

  sc config HomeGroupProvider start= DEMAND

  sc config idsvc start= DEMAND

  sc config IKEEXT start= AUTO

  sc config IPBusEnum start= DEMAND

  sc config iphlpsvc start= DEMAND

  sc config KtmRm start= DEMAND

  sc config LanmanServer start= DEMAND

  sc config LanmanWorkstation start= DEMAND

  sc config lltdsvc start= DEMAND

  sc config lmhosts start= DEMAND

  sc config Mcx2Svc start= DEMAND

  sc config MMCSS start= AUTO

  sc config MpsSvc start= DEMAND

  sc config MSDTC start= DEMAND

  sc config MSiSCSI start= DEMAND

  sc config msiserver start= DEMAND

  sc config napagent start= DEMAND

  sc config Netlogon start= DEMAND

  sc config Netman start= DEMAND

  sc config netprofm start= DEMAND

  sc config NetTcpPortSharing start= DEMAND

  sc config NlaSvc start= AUTO

  sc config nsi start= AUTO

  sc config p2pimsvc start= DEMAND

  sc config p2psvc start= DEMAND

  sc config PcaSvc start= DEMAND

  sc config PeerDistSvc start= DEMAND

  sc config pla start= DEMAND

  sc config PlugPlay start= AUTO

  sc config PNRPAutoReg start= DEMAND

  sc config PNRPsvc start= DEMAND

  sc config PolicyAgent start= AUTO

  sc config Power start= AUTO

  sc config ProfSvc start= AUTO

  sc config ProtectedStorage start= DEMAND

  sc config QWAVE start= DEMAND

  sc config RasAuto start= DEMAND

  sc config RasMan start= DEMAND

  sc config RemoteAccess start= DEMAND

  sc config RemoteRegistry start= DEMAND

  sc config RpcEptMapper start= AUTO

  sc config RpcLocator start= DEMAND

  sc config RpcSs start= AUTO

  sc config SamSs start= AUTO

  sc config SCardSvr start= DEMAND

  sc config Schedule start= AUTO

  sc config SCPolicySvc start= DEMAND

  sc config SDRSVC start= DEMAND

  sc config seclogon start= DEMAND

  sc config SENS start= AUTO

  sc config SensrSvc start= DEMAND

  sc config SessionEnv start= DEMAND

  sc config SharedAccess start= DEMAND

  sc config ShellHWDetection start= DEMAND

  sc config SNMPTRAP start= DEMAND

  sc config sppsvc start= AUTO

  sc config sppuinotify start= DEMAND

  sc config SSDPSRV start= DEMAND

  sc config SstpSvc start= DEMAND

  sc config StiSvc start= DEMAND

  sc config swprv start= DEMAND

  sc config SysMain start= AUTO

  sc config TabletInputService start= DEMAND

  sc config TapiSrv start= DEMAND

  sc config TBS start= DEMAND

  sc config TermService start= DEMAND

  sc config Themes start= AUTO

  sc config THREADORDER start= DEMAND

  sc config TrkWks start= DEMAND

  sc config TrustedInstaller start= DEMAND

  sc config UI0Detect start= DEMAND

  sc config UmRdpService start= DEMAND

  sc config upnphost start= DEMAND

  sc config UxSms start= AUTO

  sc config VaultSvc start= DEMAND

  sc config vds start= DEMAND

  sc config VSS start= DEMAND

  sc config W32Time start= DEMAND

  sc config wbengine start= DEMAND

  sc config WbioSrvc start= DEMAND

  sc config wcncsvc start= DEMAND

  sc config WcsPlugInService start= DEMAND

  sc config WdiServiceHost start= DEMAND

  sc config WdiSystemHost start= DEMAND

  sc config WebClient start= DEMAND

  sc config Wecsvc start= DEMAND

  sc config wercplsupport start= DEMAND

  sc config WerSvc start= DEMAND

  sc config WinDefend start= DEMAND

  sc config WinHttpAutoProxySvc start= DEMAND

  sc config Winmgmt start= AUTO

  sc config WinRM start= DEMAND

  sc config wmiApSrv start= DEMAND

  sc config WMPNetworkSvc start= DEMAND

  sc config WPCSvc start= DEMAND

  sc config WPDBusEnum start= DEMAND

  sc config wscsvc start= DEMAND

  sc config WSearch start= DEMAND

  sc config wuauserv start= DEMAND

  sc config wudfsvc start= AUTO

  sc config WwanSvc start= DEMAND

  cls

  echo 服务优化已完毕,设置会在您重启电脑后生效。

  echo 按任意键退出...

  Pause>nul

  新建文本文档把以上内容复制到里面。然后把扩展名txt改成cmd

看过“win7系统如何优化好”的人还看了:

1.WIN7如何系统优化达到提示运行速度

2.如何让win7运行更快些

3.如何让Win7系统速度更快

4.win7系统电脑怎么优化

5.win7系统如何优化提高运行速度

6.怎么让WIN7系统运行更快

win7系统如何优化好

win7随着使用时间的增加就会导致效率越来越低,那么win7系统如何优化好呢?今天学习啦小编与大家分享下优化win7系统优化的具体操作步骤,有需要的朋友不妨了解下。 win7系统优化方法一 1、在Windows7系统默认设置下是使用一个处理器启动(
推荐度:
点击下载文档文档为doc格式
1107082