精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > 操作系統(tǒng)基礎(chǔ)知識 > 電腦系統(tǒng)如何備份注冊表

      電腦系統(tǒng)如何備份注冊表

      時間: 春健736 分享

      電腦系統(tǒng)如何備份注冊表

        冊表是整個系統(tǒng)的數(shù)據(jù)庫,其重要性不言而喻。那么電腦系統(tǒng)如何備份注冊表呢?學(xué)習(xí)啦小編分享了電腦系統(tǒng)備份注冊表的方法,希望對大家有所幫助。

        電腦系統(tǒng)備份注冊表方法

        1、使用Win+R鍵打開運(yùn)行對話框,在運(yùn)行窗口中輸入regedit命令,打開注冊表編輯器;

        2、在Win7系統(tǒng)注冊表編輯器上,點(diǎn)擊菜單欄中的“文件”-“導(dǎo)出”;

        3、然后在Win7系統(tǒng)彈出的注冊表導(dǎo)出保存路徑窗口上,選擇將路徑保存到桌面上,然后再對注冊表文件進(jìn)行備份,并將地其他屬性設(shè)置為默認(rèn)屬性,點(diǎn)擊“保存”修改。

        Win7系統(tǒng)優(yōu)化注冊表方法

        1、按住Win鍵+R鍵,打開運(yùn)行窗口,如下圖:

        2、在打開后面輸入Notepad 如下圖,然后回車(或者點(diǎn)擊確定)。

        3、在彈出的記事本編輯器中輸入下列代碼:

        Windows Registry Editor Version 5.00

        ;加快菜單顯示速度

        [HKEY_CURRENT_USER\Control Panel\Mouse]

        “MouseHoverTime”=“100”

        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg]

        “RemoteRegAccess”=dword:00000001

        [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

        “DesktopLivePreviewHoverTime”=dword:000000f4

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Sidebar\Settings]

        “AllowElevatedProcess”=dword:00000001

        ;加快程序運(yùn)行速度

        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]

        “ConfigFileAllocSize”=dword:000001f4

        ;加快開關(guān)機(jī)機(jī)速度,自動關(guān)閉停止響應(yīng)

        [HKEY_CURRENT_USER\Control Panel\Desktop]

        “AutoEndTasks”=“1”

        “HungAppTimeout”=“3000”

        “WaitToKillAppTimeout”=“10000”

        ;禁止win7崩潰時系統(tǒng)自動重啟

        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]

        “AutoReboot”=dword:00000000

        [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CrashControl]

        “AutoReboot”=dword:00000000

        ;加快關(guān)閉服務(wù)等待時間

        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

        “WaitToKillServiceTimeout”=“1000”

        ;徹底刪除IE鏈接文件夾

        [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]

        “LinksFolderName”=“ ”

        “Locked”=dword:00000001

        “ShowDiscussionButton”=“Yes”

        ;管理員自動登錄

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

        “AutoAdminlogon”=“1”

        “DefaultUserName”=“administrator”

        “DefaultPassword”=“”

        ;優(yōu)化預(yù)讀

        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]

        “EnablePrefetcher”=dword:00000002

        ;刪除圖標(biāo)快捷方式的字樣

        [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]

        “Link”=hex:00,00,00,00

        ;總是從內(nèi)存中卸載無用的動態(tài)鏈接

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer]

        “AlwaysUnloadDll”=dword:00000001

        ;禁止U盤光盤等所有磁盤自動運(yùn)行

        [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

        “NoDriveTypeAutoRun”=dword:000000ff

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]

        “NoDriveTypeAutoRun”=dword:000000ff

        [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\cdrom]

        “Autorun”=dword:00000000

        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cdrom]

        “Autorun”=dword:00000000

        ;禁止我最近的文檔記錄內(nèi)容

        [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

        “NoRecentDocsHistory”=dword:00000001

        [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

        “Start_ShowRecentDocs”=dword:00000000

        “Start_TrackDocs”=dword:00000000

        ;把IE可同時下載數(shù)目增到10

        [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

        “MaxConnectionsPer1_0Server”=dword:00000064

        “MaxConnectionsPerServer”=dword:dword:00000064

        ;徹底關(guān)閉UAC

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

        “ConsentPromptBehaviorAdmin”=dword:00000000

        “EnableLUA”=dword:00000000

        “PromptOnSecureDesktop”=dword:00000000

        ;刪除右鍵新建公文包聯(lián)系人BMP

        [-HKEY_CLASSES_ROOT\Briefcase]

        [-HKEY_CLASSES_ROOT\.contact]

        [-HKEY_CLASSES_ROOT\.bmp]

        4、點(diǎn)擊左上角文件下拉菜單選擇另存為(A…),如下圖:

        5、在如圖的對話框中選擇存儲位置(位置可以隨選),文件名字也可以隨意,后綴(.reg)一定要是英文狀態(tài)下的輸入,保存類型一定要選所有文件(*.*)。

        6、然后找到保存位置雙擊那個文件就會彈出如下對話框,點(diǎn)擊是即可。

        注意事項(xiàng):

        1、后綴.reg一定要是英文狀態(tài)下的輸入。

        2、保存類型一定要選所有文檔。

        3、特別注意紅色框中的內(nèi)容。

      看過“電腦系統(tǒng)如何備份注冊表”的人還看了:

      1.電腦如何備份注冊表

      2.win7注冊表編輯器怎么快速備份

      3.Win7系統(tǒng)如何優(yōu)化注冊表

      4.重裝系統(tǒng)后usb不能用怎么辦

      5.大白菜U盤如何備份恢復(fù)系統(tǒng)

      6.win7電腦如何備份注冊表

      7.windows xp系統(tǒng)怎么備份

      1180664