国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

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

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

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 
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 昌平区| 清涧县| 永春县| 怀宁县| 新田县| 乐业县| 泽州县| 洛川县| 乐陵市| 昭觉县| 定远县| 分宜县| 德安县| 康马县| 开原市| 吴桥县| 图木舒克市| 驻马店市| 临邑县| 乐业县| 酒泉市| 鄂托克前旗| 黑山县| 日照市| 左贡县| 兴隆县| 赤峰市| 京山县| 乐山市| 台东市| 高安市| 科技| 大兴区| 景泰县| 拉孜县| 二手房| 南漳县| 清镇市| 武城县| 田阳县| 当阳市|