View Single Post
  #8 (permalink)  
Old 03-05-2007, 02:45 AM
Pegasus \(MVP\)
Newsgroup Contributor
 
Posts: n/a
Re: Attempt to login goes back to login prompt


"Ayush" <"ayushmaan.j[aatt]gmail.com"> wrote in message
news:%23Qfh08uXHHA.3952@TK2MSFTNGP04.phx.gbl...
> Pegasus (MVP) wrote ::
> > I was hoping that you could network the machine . . .
> >
> > While the disk is in your second PC, take the following
> > steps. I will assume that it is visible as drive F:.
> > 1. Create the following lines in F:\Documents and Settings\
> > All Users\Start Menu\Programs\Startup\Logon.bat
> > @echo off
> > echo %date% %time% >> c:\test.txt
> > set >> c:\test.txt
> > 2. Run F:\Documents and Settings\All Users\Start Menu\
> > Programs\Startup\Logon.bat
> > 3. Check if the file c:\test.txt exists and if it contains information
> > about your second PC.
> > 4. Put the disk back into its normal case. Reboot and go
> > through the full logon cycle that you first described.
> > 5. Return the disk to your second machine and report
> > the contents of Q:\test.txt (not C:\test.txt!).

>
> Q:\ ??


Thanks for picking up my mistake. This should read "F:\test.txt"
where F: is the drive letter under which the OP's problem disk
appears while installed in his second machine.


Reply With Quote

 
Old 03-05-2007, 02:45 AM