View Single Post
 

  #2  
Old 26th February 2006, 03:11 PM
fugjostle fugjostle is offline
Board Addict
 

Join Date: Oct 2001
Location: Leek / Astley
Gender: Male
Posts: 3,343
Send a message via MSN to fugjostle
MSGina is the user interface for logging into the system. It is a hidden system file and so make sure that its not there first. You can do that from the DOS prompt using:

C:\> cd windows (to speed up the search)
C:\WINDOWS> dir msgina.dll /s/b

Assuming D:\ is the CD drive, this is the copy command:

C:\>copy d:\msgina.dll c:\windows\system32\

or to copy from the lastgood folder:

C:\>copy C:\windows\lastgood\system32\msgina.dll C:\windows\system32\

I've seen this type of thing happen under three conditions:- 1. Virus Infection, 2. Using a 3rd party GINA and 3. When multiple OSes are installed (for example, you have a C:\WINDOWS and C:\WINNT).

Good luck,
f.
__________________

Fug's pearl necklace of wisdom:
- "A cult is a religion with no political power"
- "Age is a high price to pay for maturity"
- "Always remember you're unique. Just like everyone else"
- "A gross ignoramus: 144 times worse than an ordinary ignoramus"
- "Depression is merely anger without enthusiasm"
- "All it takes to fly is to hurl yourself at the ground... and miss"

Last edited by fugjostle : 26th February 2006 at 03:23 PM.
Reply With Quote