Procedure to do the tricks..
- first open the notepad
- copy the following code and paste
- now click save as the file NAME.vbs file.... that is the file name format must be in .vbs format.. the default notepad file format is .txt
Copy the following code
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
No Response to "Restore the Welcome Screen - Gina.Dll Error"
Post a Comment