.

mob

Tips Inside Moved To New Domain

Tuesday, April 20, 2010

Restore the Welcome Screen - Gina.Dll Error

Categories: ,

Procedure to do the tricks..
  1. first open the notepad
  2. copy the following code and paste 
  3. 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



Spread The Love, Share Our Article

Related Posts

No Response to "Restore the Welcome Screen - Gina.Dll Error"

Post a Comment

Subscribe via MAIL

Enter your email address:

Delivered by FeedBurner

Related Posts with Thumbnails