论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

注册表管理工具的设计与实现

 本文ID:LWGSW14177 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 注册表管理工具的设计与实现 (收费:1000 积分)  

论文字数:14323,页数:35

    摘  要
由于Windows的注册表几乎包含了所有的Windows系统软硬件的配置信息和初始化信息,因此,它是Windows操作系统的核心。当用户在编辑注册表的时候,很容易破坏注册表数据,结果会导致操作系统瘫痪,所以注册表工具成为用户的一种常用的工具软件。该课题从注册表的常见编辑功能出发,进行集成化设计,为用户提供一种实用的注册表工具软件。该工具软件在VC6.0开发环境下完成了5项主要功能,即系统基本配置管理、系统安全管理、Windows XP sp2设置技巧、应用软件优化和反黑防毒。其中系统基本配置管理完成了主机名修改、修改注册用户和公司名、个性化电脑、系统优化设计管理、网络管理;系统安全管理完成了隐藏盘符、浏览缺省主页的修改及锁定、设置IE安全、拒绝匿名访问和桌面安全;Windows XP sp2设置技巧完成了系统设置、安全设置、网络设置;应用软件优化完成了NetMeeting优化设置、WinRAR优化设置、Windows Media Player优化设置;反黑防毒抵御了常见的攻击行为,即SYN Flood攻击、BackDoor攻击、WinNuke攻击。最后,通过测试,满足了用户常用需求,但是还需要进一步详细设计,才能成为一个功能强大的注册表管理工具。

关键词:注册表;键值;Windows

Design and Implementation of Management Tool for Registration
Abstract
Windows registration almost includes all configuration and initial information of software and hardware, so it is the core of windows operation system. It is very easy to destroy the registry data when user is editing registration, it even can lead system to paralysis, so the registration table tools become a kind of software tools in common use. The design of this project basing the function of the registry common edition is integrated design that is to provide a practical registry software tool. Five main functions are completed in VC6.0 development environment that are system configuration manage, system security management, and skill of setting Windows XP sp2, optimization of application software and anti-virus and anti-hacking. The system basic configuration management includes modify host, user and company names, and individuation computer, managing system optimization design, network management. System security management includes hiding drive, modifying and locking the default homepage, setting IE security, refusing to anonymous visits and setting desktop security. Skill of setting windows XP sp2 includes configuring system, configuring security, and configuring network. Optimization of application software includes NetMeeting optimization, optimization Win RAR setting, and Windows Media Player optimization. Anti-virus and anti-hacking defend the common attack behavior such as SYN Flood attack, BackDoor attack, WinNuke attack. Finally, it satisfies the users by the test, but the further detailed design is needed, then it will become a powerful management tool of windows registration.

Keywords: Registration; Key value; Windows

目  录

1 引言 1
1.1 课题背景 1
1.2 课题研究的意义 1
1.3 课题研究的方法 1
2 理论基础 1
2.1 Windows 2000/XP 的物理文件构成 1
2.2五大注册表根键的概述 2
2.2.1 Windows NT注册表五大根键 2
2.2.2 Windows 2000注册表五大根键 3
2.2.3 Windows XP/2003注册表的五大根键 5
2.3 Windows 2000/XP/2003注册表的五大根键解析 6
2.3.1 HKEY_CLASSES_ROOT根键 6
2.3.2 HKEY_CURRENT_USER根键 7
2.3.3 HKEY_USERS根键 7
2.3.4 HKEY_LOCAL_MACHINE根键 10
2.3.5 HKEY_CURRENT_CONFIG根键 13
3 设计方案 14
3.1 开发技术 14
3.2 基本设计 14
4 系统实现 14
4.1 系统基本配置管理 14
4.1.1 主机名修改 15
4.1.2 修改注册用户名和公司名 15
4.1.3 个性化电脑 16
4.1.4 系统优化设置管理 16
4.1.5 网络管理 17
4.2 系统安全管理 18
4.2.1 隐藏盘符 18
4.2.2 浏览器缺省主页的修改及锁定 18
4.2.3 设置IE安全 19
4.2.4 拒绝匿名访问和桌面安全 19
4.3 Windows XP sp2设置技巧 20
4.3.1 系统设置 21
4.3.2 安全设置 21
4.3.3 网络设置 22
4.4 应用软件优化 22
4.4.1 NetMeeting优化设置 23
4.4.2 WinRAR优化设置 23
4.4.3 Windows Media Player 优化设置 24
4.5 反黑防毒 25
4.5.1防止SYN Flood攻击 25
4.5.2 拯救被恶意代码攻击的IE浏览器 25
4.5.3 抵御BackDoor的破坏 26
4.5.4 预防WinNuke的破坏 26
5 测试结果 26
结    论 27
参考文献 27
致    谢 29
声    明 30


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:人机接口设备—示波器的仿真实现 下一篇:基于Windows平台下的个人防火墙设..
Tags:注册表 管理工具 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号