功能說明
此 VBScript 功能為,當你執行登入時「不」會看到「前次登入」的使用者名稱。實作環境
- Windows 2000 Server
DontDisplayLastUserName.vbs 內容
Dim Path
Path="HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\"
Set ws=WScript.CreateObject("WScript.Shell")
ws.RegWrite Path&"DontDisplayLastUserName",1,"REG_SZ"