a亚洲精品_精品国产91乱码一区二区三区_亚洲精品在线免费观看视频_欧美日韩亚洲国产综合_久久久久久久久久久成人_在线区

首頁 > 學院 > 安全知識 > 正文

優化你的系統 百毒不侵 六秒啟動

2020-10-27 20:38:59
字體:
來源:轉載
供稿:網友
-.安全 安全設置/網頁木馬免疫/防入侵
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 
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 热久久这里只有精品 | 五月天黄色网 | 美女毛片免费看 | 成人国产精品久久久 | 999久久久 | 国产黄色大片 | 久久精品不卡 | 手机久久看片 | 一本色道久久综合亚洲精品高清 | 特黄视频| 欧美国产综合色视频 | 久久99国产精品久久99果冻传媒 | 国产91久久久久 | 日本三级网站在线观看 | 亚洲精品国产9999久久久久 | 日韩电影免费观看 | 欧美一及黄色片 | 欧美黄a| 亚洲大成色 | 国产成人久久精品一区二区三区 | 一区二区三区在线观看视频 | 国产精品片aa在线观看 | 久久久噜噜噜www成人网 | 欧洲一区在线观看 | 欧美日韩亚洲视频 | 国产精品色综合 | 亚洲久久在线 | 国产福利91精品一区二区三区 | 欧美精品在线看 | 久久午夜国产 | jjzz日本| 91最新网站 | 欧美日韩成人 | 日本精品免费 | 91精彩刺激对白露脸偷拍 | 日本一区二区成人 | 极品美女中出 | 久久精品一区二区三区四区 | aaa大片免费观看 | 国产精品久久精品 | 亚洲视频一区二区三区四区 |