• <output id="aynwq"><form id="aynwq"><code id="aynwq"></code></form></output>

    <mark id="aynwq"><option id="aynwq"></option></mark>
  • <mark id="aynwq"><option id="aynwq"></option></mark><label id="aynwq"><dl id="aynwq"></dl></label>
  • 學習啦>學習電腦>操作系統(tǒng)>系統(tǒng)優(yōu)化教程>

    win7系統(tǒng)如何優(yōu)化好

    時間: 春健736 分享

      win7隨著使用時間的增加就會導致效率越來越低,那么win7系統(tǒng)如何優(yōu)化好呢?今天學習啦小編與大家分享下優(yōu)化win7系統(tǒng)優(yōu)化的具體操作步驟,有需要的朋友不妨了解下。

      win7系統(tǒng)優(yōu)化方法一

      1、在Windows7系統(tǒng)默認設(shè)置下是使用一個處理器啟動(即時使用單核啟動),現(xiàn)在市面上多數(shù)的電腦都是多核處理器,眾所謂人多力量大,處理器也是一樣的!啟動的內(nèi)核數(shù)量增加后,開機速度自然提升!

      下面為大家來介紹一下增加啟動的內(nèi)核數(shù)量設(shè)置方法:

      打開開始菜單在搜索程序框中輸入“msconfig”命令,打開系統(tǒng)配置窗口后找到“引導”選項(英文系統(tǒng)是Boot)。

      2、Win7擁有強大便捷的搜索欄,記住一些常用命令,可以讓操作起來更快捷。

      點擊“高級選項”此時就可以看到我們將要修改的設(shè)置項了。

      高級選項

      勾選“處理器數(shù)”和“最大內(nèi)存”,看到電腦可選項中有多大你就可以選多大,這里所用電腦最大就支持將處理器調(diào)整到2,可能你的機器會更高(處理器數(shù)目通常是2,4,8),同時調(diào)大內(nèi)存,確定后重啟電腦生效,此時再看看系統(tǒng)啟動時間是不是加快了。如果想要確切知道節(jié)省的時間,可以先記錄下之前開機時所用時間做詳細比較。

      win7系統(tǒng)優(yōu)化方法二

      @echo off

      rem Win7/Vista Service settingsecho.

      echo 關(guān)閉一些不必要的windows服務,將有助于加快您電腦的開機速度。

      echo.

      echo 正在備份當前服務的狀態(tài)... ...

      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 服務優(yōu)化操作即將開始,按任意鍵繼續(xù)...

      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 服務優(yōu)化已完畢,設(shè)置會在您重啟電腦后生效。

      echo 按任意鍵退出...

      Pause>nul

      新建文本文檔把以上內(nèi)容復制到里面。然后把擴展名txt改成cmd

    看過“win7系統(tǒng)如何優(yōu)化好”的人還看了:

    1.WIN7如何系統(tǒng)優(yōu)化達到提示運行速度

    2.如何讓win7運行更快些

    3.如何讓Win7系統(tǒng)速度更快

    4.win7系統(tǒng)電腦怎么優(yōu)化

    5.win7系統(tǒng)如何優(yōu)化提高運行速度

    6.怎么讓WIN7系統(tǒng)運行更快

    win7系統(tǒng)如何優(yōu)化好

    win7隨著使用時間的增加就會導致效率越來越低,那么win7系統(tǒng)如何優(yōu)化好呢?今天學習啦小編與大家分享下優(yōu)化win7系統(tǒng)優(yōu)化的具體操作步驟,有需要的朋友不妨了解下。 win7系統(tǒng)優(yōu)化方法一 1、在Windows7系統(tǒng)默認設(shè)置下是使用一個處理器啟動(
    推薦度:
    點擊下載文檔文檔為doc格式
    1107082 主站蜘蛛池模板: 91麻豆久久久| www日本黄色| 波多野结衣变态夫妻| 国产男靠女免费视频网站| 丰满熟妇乱又伦在线无码视频| 百合潮湿的欲望| 国产欧美在线不卡| 中国一级毛片录像| 欧美成人精品第一区二区三区| 国产乱子伦精品无码码专区| j8又粗又长又硬又爽免费视频| 欧美aaaa在线观看视频免费| 又黄又爽又色的视频在线看| 2021成人国产精品| 成年女人看片免费视频播放器| 亚洲永久精品ww47| 蜜臀亚洲AV无码精品国产午夜.| 大学生久久香蕉国产线看观看 | 亚洲色图欧美激情| 强行扒开双腿猛烈进入| 亚洲中文字幕久在线| 美女的尿口免费看软件| 国产精品深夜福利免费观看| 中文字幕av无码不卡免费| 欧美呜巴又大粗又长| 十七岁免费完整版bd| 激情三级hd中文字幕| 女主调教贱女m视频| 久久精品WWW人人爽人人| 波多野结衣和黑人| 啦啦啦www免费视频| 日本www视频| 天堂一区二区三区在线观看| 久久久久无码精品国产不卡| 欧美综合国产精品日韩一| 四虎永久在线精品免费观看地址| 78成人精品电影在线播放| 无码一区二区三区在线| 亚洲国产精品一区二区成人片国内 | 97在线视频精品| 日韩在线国产精品|