1 Phục hồi màn hình Welcome Logon Screen trên Windows XP 21/01/12, 11:33 pm
[KiNg]_[PiN]-BB
Vì một lý do nào đó mà màn hình Welcome Logon Screen khi bạn đăng nhập vào hệ điều hành
Windows XP của bạn bị mất đi , thủ thuật sau sẽ giúp bạn khắc phục lổi này . Mở Notepad và
chép đọan mã sau vào :
On Error Resume Next
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\GinaDLL"
Message = "Your Windows Logon Screen is restored" & vbCR & vbCR
Message = Message & "You may need to log off/log on, or" & vbCR
Message = Message & "restart for the change to take effect."
X = MsgBox(Message, vbOKOnly, "Done")
Set WshShell = Nothing
Lưu tập tin này và đặt tên cho tập tin này là restorelogonscreen.vbs
Logoff hoặc Khởi động lại máy tính .