禁止IPC$匿名连接的VBS脚本
<p>'*********************************************<br />'*by r05e<br />'*禁止匿名IPC连接<br />'*********************************************</p><p>Set WshShell=CreateObject("Wscript.Shell")</p><p>WshShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Control\Lsa\RestrictAnonymous","1","REG_DWORD"</p><p>wscript.echo "操作成功"<br />set WshShell=nothing</p>
页:
[1]