三、我安全嗎
基本的共用還是得關的。
修改註冊表為以下兩個樣式:
1.去除共用
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslanmanserverparameters]
"AutoShareServer"=dword:00000000
"AutoSharewks"=dword:00000000
2.去除IPC$管理
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa] "restrictanonymous"=
dword:00000001
或者將上面兩個保存成個.REG文件,然後雙擊導入就可以了。
|