国产宅男网站在线|亚洲A级性爱免费视频|亚洲中精品级在线|午夜福利AA毛

  • <dd id="gf5jf"><th id="gf5jf"></th></dd>

    <cite id="gf5jf"><label id="gf5jf"></label></cite>
  • <div id="gf5jf"><listing id="gf5jf"></listing></div>
    學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > 操作系統(tǒng)基礎(chǔ)知識(shí) > 電腦系統(tǒng)如何備份注冊(cè)表

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

    時(shí)間: 春健736 分享

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

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

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

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

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

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

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

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

      2、在打開(kāi)后面輸入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

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

      [HKEY_CURRENT_USER\Control Panel\Desktop]

      “AutoEndTasks”=“1”

      “HungAppTimeout”=“3000”

      “WaitToKillAppTimeout”=“10000”

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

      [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]

      “AutoReboot”=dword:00000000

      [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CrashControl]

      “AutoReboot”=dword:00000000

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

      [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

      “WaitToKillServiceTimeout”=“1000”

      ;徹底刪除IE鏈接文件夾

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

      “LinksFolderName”=“ ”

      “Locked”=dword:00000001

      “ShowDiscussionButton”=“Yes”

      ;管理員自動(dòng)登錄

      [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)存中卸載無(wú)用的動(dòng)態(tài)鏈接

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

      “AlwaysUnloadDll”=dword:00000001

      ;禁止U盤(pán)光盤(pán)等所有磁盤(pán)自動(dòng)運(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í)下載數(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、在如圖的對(duì)話框中選擇存儲(chǔ)位置(位置可以隨選),文件名字也可以隨意,后綴(.reg)一定要是英文狀態(tài)下的輸入,保存類型一定要選所有文件(*.*)。

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

      注意事項(xiàng):

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

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

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

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

    1.電腦如何備份注冊(cè)表

    2.win7注冊(cè)表編輯器怎么快速備份

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

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

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

    6.win7電腦如何備份注冊(cè)表

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

    1180664