首页 > 学院 > 操作系统 > 正文

从注册表读取服务状态

2024-06-28 13:06:40
字体:
来源:转载
供稿:网友

注册表是windows的数据库,这个数据库存储了计算机软硬件的各种配置数据。因此我们优化注册表可以把计算机调整到最佳的状态。笔者在这里整理了一些注册表对网络进行优化和设置,但由于注册表比较重要,所以请大家在做每次修改前最好对所修改的注册表键做个备份,以防万一修改错误时可以通过重新导入备份而修复注册表。

  以下主要是针对win9x及其后面的版本windows nt/2000版本的系统。

  1、确认远程文件发送 

  hkey_classes_machine/software/symantec/pcanywhere
/currentversion/file transfer下在右边的窗口中修改dWord的“confirmsend”的值为“1”。

  2、确认远程文件删除

  hkey_classes_machine/software/symantec/pcanywhere/
currentversion/file transfer下在右边的窗口中修改dword的“confirmdelete”的值为“1”。

   3、禁止显示ie的地址栏

  hkey_classes_root/clsid//inPRocserver32在右边的窗口中修改字符串“默认”的值为“rem c:/windows/system/browseui.dll”。

  4、禁止使用ie“internet选项”中的高级项(widowsnt/2000适用)

  hkey_current_user/software/policies/microsoft/
internet/explorer/control panel下在右边的窗口中新建一个dword值“advancedtab”,并设值为“1”。

  5、禁止更改ie默认的检查(widowsnt/2000适用) 

  hkey_current_user/software/policies/microsoft/
internetexplorer/control panel下在右边的窗口中新建一个dword值“programstab”,并设值为“1”。

  6、允许dhcp(widowsnt/2000适用)

  hkey_local_machine/system/currentcontrolset/
services//parameters/tcpip下在右边的窗口中新建一个dword值“enabledhcp”,并设值为“1”。

  7、局域网自动断开的时间(widowsnt/2000适用) 

  hkey_local_machine/system/currentcontrolset/
services/lanmanserver/parameters下在右边的窗口中新建一个dword值“autodisconnect”,并设值为你想要设置的分钟数。

  8、禁止使用“重置web设置”

  在hkey_current_user/software/policies/
microsoft/internet explorer/control panel下在右边的窗口中新建一个dword值“connection settings”,并设值为“1”。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表