文/赵凯
知识准备:下面要讲的reg文件是注册表的输入文件,它无需通过regedit就可以方便的对注册表进行添加,删除与更改.使用windows的记事本就可以方便的创建它.打开记事本,输入命令,选择“文件/另存为”,保存成.reg文件.使用时,双击reg文件,在弹出的对 话框中选择“是”,reg文件中的信息就输入到注册表中了.(以下所有例子均以windows98环境为例) 【程序编程相关:操作系统进程描述:kernel32.dl】
传说阿里巴巴念了一句咒语就打开的藏着宝藏的山洞.如果你正被注册表的繁复操作所苦恼,如果你想进一步精通注册表,那么,下面关于注册表的几条咒语你便不能错过. 【推荐阅读:操作系统进程描述:winlogon.ex】
打开记事本,输入以下内容: 【扩展信息:程序进程:QQ.exe】
one.现在许多网站都会对ie“特殊照顾”,所以我们先为ie“炼”一颗还魂丹.
regedit4
[hkey_current_user\software\microsoft\internet explorer\main]
"window title"="internet explorer"
[hkey_local_machine\software\microsoft\internet explorer\main]
"start page"="about:blank"
[hkey_current_user\software\microsoft\internet explorer\main]
"start page"="about:blank"
[hkey_current_user\software\policies\microsoft\internet explorer\control panel]
"settings"=dword:0
[hkey_current_user\software\policies\microsoft\internet explorer\control panel]
"links"=dword:0
... 下一页