欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

比較實(shí)用的注冊(cè)表實(shí)用工具

 更新時(shí)間:2011年01月17日 14:12:51   作者:  
比較實(shí)用的注冊(cè)表實(shí)用工具,都是一些在實(shí)際應(yīng)用中,經(jīng)常因?yàn)槟承┬枰薷淖?cè)表才能解決的問(wèn)題的相關(guān)資料打包風(fēng)險(xiǎn)給大家。

相關(guān)注冊(cè)表的使用說(shuō)明:
將下面的代碼保存為注冊(cè)表時(shí),需要注意Windows Registry Editor Version 5.00與下面一行會(huì)有一個(gè)空行。
安裝SQL如提示掛起導(dǎo)入本注冊(cè)表可解決

復(fù)制代碼 代碼如下:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
"PendingFileRenameOperations"=""

打開(kāi)光驅(qū)硬盤(pán)的自動(dòng)運(yùn)行特性
復(fù)制代碼 代碼如下:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=hex:95,00,00,00

關(guān)閉光驅(qū)硬盤(pán)的自動(dòng)運(yùn)行特性
復(fù)制代碼 代碼如下:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=hex:BD,00,00,00

取消磁盤(pán)的自動(dòng)掃描
復(fù)制代碼 代碼如下:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager]
"BootExecute"=hex(7):61,00,75,00,74,00,6f,00,63,00,68,00,65,00,63,00,6b,00,20,\
00,61,00,75,00,74,00,6f,00,63,00,68,00,6b,00,20,00,2f,00,6b,00,3a,00,43,00,\
20,00,2f,00,6b,00,3a,00,44,00,20,00,2f,00,6b,00,3a,00,45,00,20,00,2f,00,6b,\
00,3a,00,46,00,20,00,2f,00,6b,00,3a,00,47,00,20,00,2f,00,6b,00,3a,00,48,00,\
20,00,2f,00,6b,00,3a,00,49,00,20,00,2a,00,00,00,00,00

:: 說(shuō)明:這是取消自動(dòng)掃描,從C盤(pán)到I盤(pán)。以上字符是16進(jìn)制,您在這里看不出是什么意思,
:: 要導(dǎo)入后進(jìn)注冊(cè)表相應(yīng)的鍵值才能看到是什么意思。

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000000

:: 說(shuō)明:上面這段是預(yù)讀取設(shè)為0,即不預(yù)讀,這是和取消自動(dòng)掃描相結(jié)合,否則非法關(guān)機(jī),下次
:: 啟動(dòng)進(jìn)桌面后會(huì)彈出c:\windows\prefetch目錄內(nèi)文件出錯(cuò)的提示。
:: 在給人修機(jī)時(shí),偶爾遇到某些硬盤(pán)有問(wèn)題的電腦,盡管開(kāi)機(jī)時(shí)已經(jīng)自動(dòng)掃描過(guò)了,下次啟動(dòng)時(shí)竟
:: 然還繼續(xù)掃描,每次開(kāi)機(jī)都這樣。這時(shí)就需要用修改注冊(cè)表的辦法,把掃描取消了。
:: 注意不要曲解這里的意思:只是自動(dòng)被取消,手動(dòng)并沒(méi)有取消,您仍然可以手動(dòng)掃描。

若任務(wù)管理器被病毒禁用導(dǎo)入本注冊(cè)表可解開(kāi)
復(fù)制代碼 代碼如下:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskmgr"=dword:00000000

修復(fù)EXE文件關(guān)聯(lián)
復(fù)制代碼 代碼如下:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\exefile]
@="應(yīng)用程序"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"

[HKEY_CLASSES_ROOT\exefile\shell]

[HKEY_CLASSES_ROOT\exefile\shell\open]
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\exefile\shell\runas]

[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\exefile\shellex]

[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PifProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\{B41DB860-8EE4-11D2-9906-E49FADC173CA}]
@=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe]
@="exefile"
"Content Type"="application/x-msdownload"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile]
@="應(yīng)用程序"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\DefaultIcon]
@="%1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\open]
"EditFlags"=hex:00,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\open\command]
@="\"%1\" %*"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\runas]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\runas\command]
@="\"%1\" %*"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\PropertySheetHandlers]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\PropertySheetHandlers\PifProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shellex\PropertySheetHandlers\{B41DB860-8EE4-11D2-9906-E49FADC173CA}]
@=""

; “籃球夢(mèng)音樂(lè)心”編寫(xiě)?!峨娔X公司特別版》作者借用。

因裝了KB905474正版驗(yàn)證補(bǔ)丁進(jìn)系統(tǒng)受阻導(dǎo)入本注冊(cè)表可破解
復(fù)制代碼 代碼如下:

Windows Registry Editor Version 5.00

-[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon]

每次進(jìn)桌面前都在屏幕右下角出現(xiàn)一個(gè)小五角星的提示,是因?yàn)樵谧?cè)表添加了一個(gè)啟動(dòng)項(xiàng),位置如上。把它刪除,它就不會(huì)啟動(dòng)了。如果你還想清理得干凈一點(diǎn),請(qǐng)重啟電腦,把c:\windows\system32\wgatray.exe刪除。OK了,下次記得不要再裝KB905474補(bǔ)丁了。

注冊(cè)表解禁
復(fù)制代碼 代碼如下:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]
"DisableRegistryTools"=dword:00000000

相關(guān)文章

最新評(píng)論