优化你的系统 百毒不侵 六秒启动

所属分类: 软件教程 / 新手学堂 阅读数: 903
收藏 0 赞 0 分享
-.安全 安全设置/网页木马免疫/防入侵
1.设置复杂的管理密码
开始→控制面班→更改您的帐户→创建密码 (密码自己记不住,本人概不负责)
2.防止网页木马
将下列文件复制到记事本,另存为网页木马免疫.reg 双击导入
--------------------------------------------------------------
REGEDIT4
; 恶意网页木马免疫——删除以下组件:
; 恶意执行程序组件 WScript.Shell
; 木马生成组件 FileSystemObject
; 木马下载组件 XMLHTTP
; 木马上传组件 ADOB.Stream
; 木马执行组件 Shell.Application
; 要免疫时,请在下面每行 [ 后面添加一个 - 号,再重新导入注册表即可!
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000566-0000-0010-8000-00AA006D2EA4}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{72C24DD5-D70A-438B-8A42-98424B88AFB8}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{88D969C5-F192-11D4-A65F-0040963251E5}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{88D969EA-F192-11D4-A65F-0040963251E5}]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}]
--------------------------------------------------------------------
3.防止空连接入侵,
禁止别人空连接 
首先运行regedit,找到如下主键[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA]把RestrictAnonymous(DWORD)的键值改为:00000002。 
 3,禁止自动打开默认共享 
对于server版,找到如下主键[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]把AutoShareServer(DWORD)的键值改为:00000000。 
对于pro版,则是[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]把AutoShareWks(DWORD)的键值改为:00000000。 
如果上面所说的主键不存在,就新建一个再改键值。
net share命令下 可能显示ipC$存在,但是不会对电脑存在任何危害了 :) 
二.系统优化 停止不必要的服务/注册表瘦身
将下列文件复制到记事本,另存为停止服务.bat 双击执行 (只适合家庭,企业请慎用,如对您造成部分硬件不能正常运行请联系QQ:614526941)
sc config   Alerter start= DISABLED 
sc config   ALG start= DEMAND 
sc config   AppMgmt start= DEMAND 
sc config   AudioSrv start= AUTO 
sc config   BITS start= DEMAND 
sc config   Browser start= AUTO 
sc config   CiSvc start= DEMAND 
sc config   ClipSrv start= DISABLED 
sc config   COMSysApp start= DEMAND 
sc config   CryptSvc start= AUTO 
sc config   DcomLaunch start= AUTO 
sc config   Dhcp start= AUTO 
sc config   dmadmin start= DEMAND 
sc config   dmserver start= AUTO 
sc config   Dnscache start= AUTO 
sc config   ERSvc start= AUTO 
sc config   Eventlog start= AUTO 
sc config   EventSystem start= DEMAND 
sc config   FastUserSwitchingCompatibility start= DEMAND 
sc config   helpsvc start= AUTO 
sc config   HidServ start= DISABLED 
sc config   HTTPFilter start= DEMAND 
sc config   ImapiService start= DEMAND 
sc config   lanmanserver start= AUTO 
sc config   lanmanworkstation start= AUTO 
sc config   LmHosts start= AUTO 
sc config   Messenger start= DISABLED 
sc config   mnmsrvc start= DEMAND 
sc config   MSDTC start= DEMAND 
sc config   MSIServer start= DEMAND 
sc config   NetDDE start= DISABLED 
sc config   NetDDEdsdm start= DISABLED 
sc config   Netlogon start= DEMAND 
sc config   Netman start= DEMAND 
sc config   Nla start= DEMAND 
sc config   NtLmSsp start= DEMAND
sc config   NtmsSvc start= DEMAND 
sc config   PlugPlay start= AUTO 
sc config   PolicyAgent start= AUTO 
sc config   ProtectedStorage start= AUTO 
sc config   RasAuto start= DEMAND 
sc config   RasMan start= DEMAND 
sc config   RDSessMgr start= DEMAND 
sc config   RemoteAccess start= DISABLED 
sc config   RemoteRegistry start= AUTO 
sc config   RpcLocator start= DEMAND 
sc config   RpcSs start= AUTO 
sc config   RSVP start= DEMAND 
sc config   SamSs start= AUTO 
sc config   SCardSvr start= DEMAND 
sc config   Schedule start= AUTO 
sc config   seclogon start= AUTO 
sc config   SENS start= AUTO 
sc config   SharedAccess start= AUTO 
sc config   ShellHWDetection start= AUTO 
sc config   Spooler start= AUTO 
sc config   srservice start= AUTO 
sc config   SSDPSRV start= DEMAND 
sc config   stisvc start= DEMAND 
sc config   SwPrv start= DEMAND 
sc config   SysmonLog start= DEMAND 
sc config   TapiSrv start= DEMAND 
sc config   TermService start= DEMAND 
sc config   Themes start= AUTO 
sc config   TlntSvr start= DISABLED 
sc config   TrkWks start= AUTO 
sc config   upnphost start= DEMAND 
sc config   UPS start= DEMAND 
sc config   VSS start= DEMAND 
sc config   W32Time start= AUTO 
sc config   WebClient start= AUTO 
sc config   winmgmt start= AUTO 
sc config   WmdmPmSN start= DEMAND 
sc config   Wmi start= DEMAND 
sc config   WmiApSrv start= DEMAND 
sc config   wscsvc start= AUTO 
sc config   wuauserv start= AUTO 
sc config   WZCSVC start= AUTO 
sc config   xmlprov start= DEMAND 
@pause 
更多精彩内容其他人还在看

如何解决电脑关机等待时间长的问题

长期以来,电脑关机慢一直为人诟病,用户往往需要等待很长时间才能把系统关闭,这一问题在Windows Vista中也没有得到很好的解决
收藏 0 赞 0 分享

系统工具栏消失或操作没有反应时的解决方法

今天不知道是开的东西多了,还是怎么的,系统工具栏又一次不工作了,移上去点工具都没用,qq也不闪了。我就知道又要重新启动工具栏了
收藏 0 赞 0 分享

为什么桌面上的回收站不见了怎么找回回收站?

桌面上的回收站不见了或桌面回收站图标变成了IE图标这些都是恶意软件导致的,恶意软件通过修改你的注册表还有对你的图标进行拦截导致你打开图标的时候是一个莫名其妙的网站,这可怎么办啊?
收藏 0 赞 0 分享

让电脑运行更快点的小技巧介绍

如何让电脑运行更快点呢? 除了一些常规的系统优化方法外, 这里再介绍一点方法,有硬件方面的方面, 也有系统优化方面的方法, 也有软件优化的方法.
收藏 0 赞 0 分享

如何找回不见了的电脑音量图标

网友称经常会遇到音量图标不见了故障,一般是由于系统出错或是关机异常造成的。没有了音量图标系统就无法正常发出声音,导致电脑没有声音。
收藏 0 赞 0 分享

金山打字通使用指南 从入门到精通详细方法(图文教程)

今天把金山打字通的详细安装和使用方法给大家介绍一下
收藏 0 赞 0 分享

用ITUNES磁盘已满的解决方法

这是一个命令行工具,需要在cmd窗口执行。方法如下(以win7为例):
收藏 0 赞 0 分享

如何设置QQ拼音为手写输入法

对于家里的长辈来说,用电脑最大的难处就是打字,动动鼠标很快就学会了,可是一不会拼音、二不会五笔,打字实在是个大难题。不过幸好手写打字软件的出现可以解决这些问题。今天我们要做的就是将QQ拼音中的手写笔功能提取出来单独使用,相信这会解决家里长辈们打字的问题
收藏 0 赞 0 分享

KwService.exe 是什么,系统有影响么 如何关闭

关闭酷我后 老是有个kwservice.exe进程驻留在内存中,而且非常占网速 真可恶 每次都要进入任务管理器结束掉 禁止他访问网络,酷我就无法播放歌曲 可恶 和PPAP.exe一样!关闭后不退出!有什么办法让他自动退出吗?
收藏 0 赞 0 分享

五笔打字好学么 五笔打字与识别码图文教程

其实五笔并不难学.学会了就终身难忘.比拼音打字快很多.而且打久了.也不会出现提笔忘字的情况.
收藏 0 赞 0 分享
查看更多