1樓:匿名使用者
可以使用windows指令碼技術(請參考vbscrip5.chm文件)在office2000-2003安裝目錄下可以找到
下面的**建立乙個項和兩個值,讀取它們,然後刪除它們。
dim wshshell, bkey
set wshshell = wscript.createobject("wscript.shell")
wshshell.regwrite "hkcu\software\acme\fortuneteller\", 1, "reg_binary"
wshshell.regwrite "hkcu\software\acme\fortuneteller\mindreader", "goocher!", "reg_sz"
bkey = wshshell.regread("hkcu\software\acme\fortuneteller\")
wscript.echo wshshell.regread("hkcu\software\acme\fortuneteller\mindreader")
wshshell.regdelete "hkcu\software\acme\fortuneteller\mindreader"
wshshell.regdelete "hkcu\software\acme\fortuneteller\"
wshshell.regdelete "hkcu\software\acme\"
2樓:匿名使用者
登錄檔的內容我也很感興趣.
可是不太會.
如何將登錄檔的資訊通過批處理匯入到登錄檔中
如果已經有現成的登錄檔檔案,那麼就用 reg import file.reg 批處理匯入登錄檔 能不能把你的批處理貼上來看看?批處理匯入登錄檔 55 reg add命令和登錄檔項檔案格式不一樣,只能儲存為檔案然後用命令匯入.regedit s reg檔名 或者 reg import reg檔名 如何...
開啟登錄檔的方法步驟 登錄檔在哪
怎麼開啟登錄檔?方法一 點 開始 程式 附件 命令提示符 會彈出一模擬dos的視窗,在游標處輸入 regedit 回車即可。方法二 點 開始 執行 在輸入框內輸入 regedit 回車即可。如果你的系統安裝在c盤,登錄檔的編輯器在 c windows 裡面,名叫 regedit.exe 的檔案。開始...
如何禁止修改登錄檔,如何用CMD修改登錄檔
1.禁止使用登錄檔編輯器 可以通過修改登錄檔設定禁止其他人更改登錄檔設定。開啟 登錄檔編輯器 視窗,從左側欄中依次 hkey current user software microsoft windows currentversion policies system 子項,在右欄中找到或新建乙個dw...