结合实训经验,至少写出六个注册表的应用。

来源:百度知道 编辑:UC知道 时间:2024/09/27 08:22:17
谁能答出来 并且解释下 谢谢了

1、EXE关联文件修复
Windows Registry Editor Version 5.00

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

2、不加载多余的DLL文件
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"AlwaysUnloadDLL"=dword:00000001

3、关机时自动清除开始菜单的文档记录
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"ClearRecentDocsOnEixt"=hex:01,00,00,00

4、减少开机滚动条滚动次数
Windows Registry Editor Version 5.00

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

5、加快局域网访问速度
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE