︿
Top

功能說明

此 VBScript 程式功能為將本機安全性選項中的匿名使用者連線的其它限制,設定成 不允許 SAM 帳戶和共用的列舉



實作環境

  • Windows 2000 Server 

RestrictAnonymous.vbs 內容

Dim Path
Path="HKLM\SYSTEM\CurrentControlSet\Control\Lsa\"
Set ws=WScript.CreateObject("WScript.Shell")
ws.RegWrite Path&"restrictanonymous",1,"REG_DWORD"
文章標籤: