regedit /s file.reg
/s 沒有任何提示資訊
regedit命令,是針對系統登錄檔的操作命令,平時,我們可以在ms-dos下直接使用該命令。
下面,給大家介紹一下regedit命令的引數及例項。
一、regedit命令引數
regedit [/l:system] [/r:user] filename1
regedit [/l:system] [/r:user] /c filename2
regedit [/l:system] [/r:user] /e filename3 [regpath]
引數說明:
/l:system:指定 system.dat 檔案的位置。(specifies the location of the system.dat file.)
/r:user:指定 user.dat 檔案的位置。(specifies the location of the user.dat file.)
filename1:指定要匯入到登錄檔的檔案。(specifies the file(s) to import into the regist)
/c filename2:指定要匯入到登錄檔的檔案。(specifies the file to create the registry from.)
/e filename3:匯出登錄檔到指定的檔案。(specifies the file to export the registry to.)
regpath:指定要匯出的登錄檔鍵值。(specifies the starting registry key to export from.)
若不指定,預設匯出全部的登錄檔。(defaults to exporting the entire registry.)
/s:靜寂模式,無結束提示。(silent - no message on completion.)
二、使用例項
regedit /e "c:\test.reg" "hkey_local_machine\system\currentcontrolset\control\ses sion manager
上述命令功能:「hkey_local_machine\system\currentcontrolset\control\ses sion manager\environment」鍵進行匯出。
regedit /e f:\myreg.reg
上述命令功能:把整個登錄檔匯出到f盤。
regedit/s 在安靜模式下匯入登錄檔檔案
regedit/l 系統指定的system.dat
regedit/r 使用者指定的user.dat
C 匯入登錄檔
一開始感覺自己挺傻的,還手動在程式裡新增登錄檔,新增項,幸虧鍵不多,今天從網上看到了,能直接匯入登錄檔,很簡單的幾行 就實現了,貼在這裡與大家共勉,同時也記錄一下自己的學習過程 執行登錄檔匯入 登錄檔檔案路徑 public void executereg string regpath regpath...
DOS下匯入登錄檔
在ms dos或命令列方式下匯入登錄檔檔案 ms dos或命令列方式下匯入登錄檔檔案。1 直接在 執行 對話方塊中輸入以下命令 regedit path regfile.reg 如 regedit c regbak.reg 如果加上引數 s則表示在匯入登錄檔檔案時沒有提示資訊。如 regedit s...
windows登錄檔 登錄檔的認識
登錄檔的特點 1.登錄檔允許對硬體 系統引數 應用程式和裝置驅動程式進行跟蹤配置,這使得修改某些設定後不用重新啟動成為可能。2.登錄檔中登入的硬體部分資料可以支援高版本的即插即用特性。當windows檢測到機器上的新裝置時,就把有關資料儲存到登錄檔中,另外,還可以避免新裝置與原有裝置之間的資源衝突。...