大中小
#********************=開關機加速系列**********開始***************==
#加快關機速度
[hkey_current_user/control panel/desktop]
#關機時自動關閉停止響應的程式
[hkey_current_user/control panel/desktop]
"autoendtasks"="1"
#關機結束程式等待時間
[hkey_current_user/control panel/desktop]
#自動終止無響應程式
[hkey_current_user/control panel/desktop]
"autoendtasks"="1"
#減少啟動時間
[hkey_local_machine/system/currentcontrolset/control/session manager/memory management/prefetchparameters]
"enableprefetcher"=dword:00000005
#********************=開關機加速系列**********結束***************==
#********************=其他加速系列**********==開始***************==
#加快程式執行速度
[hkey_local_machine/system/currentcontrolset/control/filesystem]
"configfileallocsize"=dword:000001f4
#加快選單顯示速度
[hkey_current_user/control panel/desktop]
"menushowdelay"="10"
#********************=其他加速系列**********==結束***************==
#********************=其他優化系列**********==開始***************==
#開啟啟動優化功能
[hkey_local_machine/software/microsoft/dfrg/bootoptimizefunction]
"enable"="y"
#關閉桌面清理嚮導
[hkey_current_user/software/microsoft/windows/currentversion/explorer/desktop/cleanupwiz]
"norun"=dword:00000001
#關閉分組相似工作列按鈕
[hkey_current_user/software/microsoft/windows/currentversion/explorer/advanced]
"taskbarglomming"=dword:00000000
#禁止windows漫遊氣球提醒
"runcount"=dword:00000000
"runcount"=dword:00000000
#刪除圖示快捷方式的字樣
[hkey_users/.default/software/microsoft/windows/currentversion/explorer]
"link"=hex:00,00,00,00
[hkey_current_user/software/microsoft/windows/currentversion/explorer]
"link"=hex:0,0,00,00
#關閉錯誤報告
[hkey_local_machine/software/microsoft/pchealth/errorreporting]
"doreport"=dword:00000000
#禁止高亮顯示新安裝的程式(開始選單)
[hkey_current_user/software/microsoft/windows/currentversion/explorer/advanced]
#禁用防毒軟體提醒
[hkey_local_machine/software/microsoft/security center]
"antivirusdisablenotify"=dword:00000001
#禁用防火牆提醒
[hkey_local_machine/software/microsoft/security center]
"firewalldisablenotify"=dword:00000001
#sp2驗證碼補丁
[hkey_local_machine/software/microsoft/internet explorer/security]
"blockxbm"=dword:00000000
#開啟自動更新
[hkey_local_machine/software/microsoft/windows/currentversion/windowsupdate/auto update]
"auoptions"=dword:00000004
#關閉系統還原
[hkey_local_machine/system/currentcontrolset/services/srservice]
"start"=dword:00000004
#語言欄隱藏到任務攔
[hkey_current_user/software/microsoft/ctf/msutb]
"showdeskband"=dword:00000001
[hkey_current_user/software/microsoft/ctf/langbar]
"showstatus"=dword:00000004
"extraiconsonminimized"=dword:00000000
#允許為**站重新命名
[hkey_classes_root/clsid//shellfolder]
"attributes"=hex:50,01,00,20
"callforattributes"=dword:00000000
#顯示所有副檔名
[hkey_users/.default/software/microsoft/windows/currentversion/explorer/advanced]
"hidefileext"=dword:00000000
[hkey_current_user/software/microsoft/windows/currentversion/explorer/advanced]
"hidefileext"=dword:00000000
#顯示桌面系統圖示
[hkey_current_user/software/microsoft/windows/currentversion/explorer/hidedesktopicons/newstartpanel]
""=dword:00000000
""=dword:00000000
""=dword:00000000
""=dword:00000000
#增加internet時間校準**
[hkey_local_machine/software/microsoft/windows/currentversion/datetime/servers]
@="1"
"1"="time-a.nist.gov"
"2"="time-b.nist.gov"
"3"="time-nw.nist.gov"
修改登錄檔
在 用visual c 讀取註冊資訊 的文中,已經介紹了用 visual c 來讀取登錄檔中的註冊資訊。本文就來介紹用visual c 對登錄檔的另外一個操作,這也是一個具有破壞性的操作過程 刪除註冊資訊。在上文中已經知道,由於visual c 本身沒有帶類庫,他對登錄檔的處理過程是通過呼叫.net...
修改Windows登錄檔
始終使在 windows 登錄檔的備份之前修改任何設定。通過複製 system.dat 和 user.dat 或匯出單個使用 regedit 登錄檔的一部分,您可以備份整個登錄檔。單擊開始按鈕,單擊執行,然後鍵入 regedit。單擊確定。在登錄檔編輯器中選擇所要備份的金鑰。從登錄檔選單中選擇匯出登...
windows dos 修改登錄檔
u盤被防寫了,然後需要修改登錄檔,解決辦法這個不一定是最好的,僅僅是為了能讓dos能夠做處理,記錄一下 rem delete first reg delete hkey local machine system currentcontrolset control storagedevicepolic...
C 修改登錄檔
某次需要使用c 對登錄檔進行操作,不過卻發現沒有許可權,研究了以下發現是當前系統使用者的問題。除非當前系統使用者是administrator,否則就會給你丟擲一個異常。後來在網上發現了一個方法,原來c 也可以獲取使用者的系統管理員許可權的,雖然需要使用者進行確認。這裡我對oracle軟體的一個鍵進行...
Inno Setup 登錄檔啟動項 修改登錄檔
登錄檔啟動項 registry 這個可選段用來定義一些你想用安裝程式在使用者系統中建立 修改或刪除的登錄檔鍵 值。按預設,用安裝程式建立的登錄檔鍵和值在解除安裝時不刪除。如果你想讓解除安裝程式刪除鍵或值,你必須包含下面 uninsdelete 標記中的一個。下面是 registry 段的一個示例 下...