优化你的系统 百毒不侵 六秒启动
程序员文章站
2022-05-17 20:55:00
优化你的系统 百毒不侵 六秒启动-.安全 安全设置/网页木马免疫/防入侵 1.设置复杂的管理密码 开始→控制面班→更改您的帐户→创建密码 (密码自己记不住,本人概不负责) 2.防止网页木马 将下列文件复制到记事本,另... 09-08-17...
-.安全 安全设置/网页木马免疫/防入侵
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
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
上一篇: 电脑用户不常用的17个小技巧
下一篇: 深入研究电脑死机的原因