Midtown Computer Systems Enterprise

Convenient web based access to our favorite computer related Usenet groups.
MCSE.MS is not affiliated with Microsoft corporation, Cisco corporation, Oracle, CompTIA or any other vendor.
Check our Computer Hardware forum | Database help forum | Cell Phones reviews

Go Back  MCSE > Microsoft software reviews > Windows XP reviews > Windows XP Accessibility
This is Interesting: Free Computer Magazines Now Free shipping to

Windows XP Accessibility microsoft.public.windowsxp.accessibility

 
 
Thread Tools Display Modes
  #1  
Old 04-28-04, 04:16 AM
Ruben
Windows XP logs on then logs off
I had a virus and was able to remove the virus.  Now,
when I tried to log on to Win XP, the PC starts to log on
and the logs off.

I ran recovery system (the one after you hit f8 key for
the agreement) and still have the same problem.

Any help on fixing my log on problem?


Thank you in advance

Ruben
  #2  
Old 04-29-04, 06:51 PM
Jason
Re: Windows XP logs on then logs off
I am having the same problem and would appreciate any help


"Ruben" <rubencisneros@sbcglobal.net> wrote in message
news:53a901c42cd2$6390e110$a501280a@phx.gbl...
> I had a virus and was able to remove the virus. Now,
> when I tried to log on to Win XP, the PC starts to log on
> and the logs off.
>
> I ran recovery system (the one after you hit f8 key for
> the agreement) and still have the same problem.
>
> Any help on fixing my log on problem?
>
>
> Thank you in advance
>
> Ruben



  #3  
Old 05-04-04, 10:09 AM
schnyffeldogg schnyffeldogg is offline
Junior Member
Join Date: May 2004
Re: Re: Windows XP logs on then logs off
So... did any of you guys have any luck with this?
I'm having the same problem and nothing seems to help, tried to install XP on top of the old but no luck.

Thanks
Jonas

Quote:
Originally posted by Jason
I am having the same problem and would appreciate any help


"Ruben" <rubencisneros@sbcglobal.net> wrote in message
news:53a901c42cd2$6390e110$a501280a@phx.gbl...
> I had a virus and was able to remove the virus. Now,
> when I tried to log on to Win XP, the PC starts to log on
> and the logs off.
>
> I ran recovery system (the one after you hit f8 key for
> the agreement) and still have the same problem.
>
> Any help on fixing my log on problem?
>
>
> Thank you in advance
>
> Ruben
  #4  
Old 05-26-04, 09:16 PM
Jeff
Re: Windows XP logs on then logs off
I have found that viruses sometimes modify the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon

"Userinit" = "C:\WINNT\system32\userinit.exe,"

and change it to

"Userinit" = "C:\WINNT\system32\<some other virus exe>.exe,"

This will cause the issue that you are having. To fix it, simply
change it back. Of course you will not be able to do this by logging
on. You can use another machine (computer A) on the same network (or
borrow a friends computer to network with A) and use regedit.exe to
remote connect to the machine with the problem (computer B) and make
the change that way. Just make sure that the Remote Registry service
on machine A is running. That same service may have to be running on
computer B (can't remember) but you can start it using Computer
Management and remoting from A to B as well. Anyway, that is a bit of
a different subject and there are many messages regarding that.

I feel sorry for those that have re-built machines because of this
simple issue .

Hope this helps,

Jeff

schnyffeldogg <schnyffeldogg.15r59w@mail.mcse.ms> wrote in message news:<schnyffeldogg.15r59w@mail.mcse.ms>...[vbcol=seagreen]
> So... did any of you guys have any luck with this?
> I'm having the same problem and nothing seems to help, tried to install
> XP on top of the old but no luck.
>
> Thanks
> Jonas
>
> Jason wrote:
  #5  
Old 06-05-04, 04:28 PM
alanT alanT is offline
Junior Member
Join Date: Jun 2004
Re: Re: Windows XP logs on then logs off
I have the same problem, what can I do? I tried doing a remote desktop connection to the other computer, but how is the computer going to accept if its not logged on?
  #6  
Old 06-06-04, 01:20 PM
pabakertx pabakertx is offline
Junior Member
Join Date: Jun 2004
Re: Windows XP logs on then logs off
I had this problem and, after the better part of a day and a half, I finally hacked a fix without restoring or using the recovery console.

Jeff's note about the Userinit key led me to the answer, but simply editing the registry from another machine is not always possible. In fact, it's not possible at all if the corrupted registry is on a machine running XP Home Edition, since Remote Registry is not enabled in that version. Also, many savvy admins disable that service anyway...

Here's my fix:

+ Get the offline registry/password editor from http://home.eunet.no/~pnordahl/ntpasswd/
There's a bootable linux CD image there, which is what I used. You don't have to be linux-aware, since it starts the editor. You do have to be patient, since it's a simple command-line program.

+ Boot the editor CD, and follow the prompts to load the 'Software' registry and go into the full registry editor.

+ Navigate down to the Microsoft/Windows NT/CurrentVersion/Winlogon key, and examine the value of the Userinit subkey. If it's not "C:\WINDOWS\System32\userinit.exe,", then change it. (Note: For some reason, simply changing the value was not enough to get the value change saved back to the Windows registry. I got around this by adding a temporary key and then saving.)

+ Quit and save, then go back through the editor process to make sure the change took.

+ Remove the CD and reboot Windows. You'll have to wait through a chkdsk, but that's a small price to pay for not having to rebuild your system!

+ Run regedit and delete the temporary key you created in HKLM/Software/Microsoft/Windows NT/CurrentVersion/Winlogon

+ Back up your registry

+ My recommendation: purchase and install NAV 2004, which has complete antivirus, adware and spyware protection. It was adware nonsense that got me in trouble in the first place....
  #7  
Old 06-06-04, 09:13 PM
Izi Izi is offline
Junior Member
Join Date: Jun 2004
Re: Re: Windows XP logs on then logs off
Quote:
Originally posted by pabakertx
I had this problem and, after the better part of a day and a half, I finally hacked a fix without restoring or using the recovery console.

Jeff's note about the Userinit key led me to the answer, but simply editing the registry from another machine is not always possible. In fact, it's not possible at all if the corrupted registry is on a machine running XP Home Edition, since Remote Registry is not enabled in that version. Also, many savvy admins disable that service anyway...

Here's my fix:

+ Get the offline registry/password editor from http://home.eunet.no/~pnordahl/ntpasswd/
There's a bootable linux CD image there, which is what I used. You don't have to be linux-aware, since it starts the editor. You do have to be patient, since it's a simple command-line program.

+ Boot the editor CD, and follow the prompts to load the 'Software' registry and go into the full registry editor.

+ Navigate down to the Microsoft/Windows NT/CurrentVersion/Winlogon key, and examine the value of the Userinit subkey. If it's not "C:\WINDOWS\System32\userinit.exe,", then change it. (Note: For some reason, simply changing the value was not enough to get the value change saved back to the Windows registry. I got around this by adding a temporary key and then saving.)

+ Quit and save, then go back through the editor process to make sure the change took.

+ Remove the CD and reboot Windows. You'll have to wait through a chkdsk, but that's a small price to pay for not having to rebuild your system!

+ Run regedit and delete the temporary key you created in HKLM/Software/Microsoft/Windows NT/CurrentVersion/Winlogon

+ Back up your registry

+ My recommendation: purchase and install NAV 2004, which has complete antivirus, adware and spyware protection. It was adware nonsense that got me in trouble in the first place....

Hi pabakertx,

I also have the same problem: I cleaned a virus, rebooted the machine and then I couldnt log in.

I was doing what you posted and I changed the value to "C:\WINDOWS\System32\userinit.exe," coz it was something else. But the problem that I have now is that I cannot save changes. I also tried to create a new temporary key and new values, but nothing works. It says its OK, but when I check it again, its the old value again. And there is also no sign of the temporary key that I made.

Whats wrong with the linux program? Is it coz I have FAT32 and not NTFS?

thx
  #8  
Old 06-06-04, 10:20 PM
Wheels Wheels is offline
Junior Member
Join Date: Jun 2004
Re: Re: Windows XP logs on then logs off
Quote:
Originally posted by pabakertx
I had this problem and, after the better part of a day and a half, I finally hacked a fix without restoring or using the recovery console.

Jeff's note about the Userinit key led me to the answer, but simply editing the registry from another machine is not always possible. In fact, it's not possible at all if the corrupted registry is on a machine running XP Home Edition, since Remote Registry is not enabled in that version. Also, many savvy admins disable that service anyway...

Here's my fix:

+ Get the offline registry/password editor from http://home.eunet.no/~pnordahl/ntpasswd/
There's a bootable linux CD image there, which is what I used. You don't have to be linux-aware, since it starts the editor. You do have to be patient, since it's a simple command-line program.

+ Boot the editor CD, and follow the prompts to load the 'Software' registry and go into the full registry editor.

+ Navigate down to the Microsoft/Windows NT/CurrentVersion/Winlogon key, and examine the value of the Userinit subkey. If it's not "C:\WINDOWS\System32\userinit.exe,", then change it. (Note: For some reason, simply changing the value was not enough to get the value change saved back to the Windows registry. I got around this by adding a temporary key and then saving.)

+ Quit and save, then go back through the editor process to make sure the change took.

+ Remove the CD and reboot Windows. You'll have to wait through a chkdsk, but that's a small price to pay for not having to rebuild your system!

+ Run regedit and delete the temporary key you created in HKLM/Software/Microsoft/Windows NT/CurrentVersion/Winlogon

+ Back up your registry

+ My recommendation: purchase and install NAV 2004, which has complete antivirus, adware and spyware protection. It was adware nonsense that got me in trouble in the first place....
Hi, i have been trying your fix, but with no luck, i can boot the floppy disk, but when i go to registry editor, it says simple registry editor, and i cannot see any keys or anything, so i cant navigate to the winlogon key, i cannot create a CD image because the broken computer is the one with the burner , can someone please help me
  #9  
Old 06-06-04, 11:10 PM
ashishduh ashishduh is offline
Junior Member
Join Date: Jun 2004
Re: Re: Re: Windows XP logs on then logs off
Quote:
Originally posted by Izi
Hi pabakertx,

I also have the same problem: I cleaned a virus, rebooted the machine and then I couldnt log in.

I was doing what you posted and I changed the value to "C:\WINDOWS\System32\userinit.exe," coz it was something else. But the problem that I have now is that I cannot save changes. I also tried to create a new temporary key and new values, but nothing works. It says its OK, but when I check it again, its the old value again. And there is also no sign of the temporary key that I made.

Whats wrong with the linux program? Is it coz I have FAT32 and not NTFS?

thx
I tried changing the value of Userinit and saving and it wouldn't save. How exactly did you get around the problem of not being able to save changes by adding a temporary key?
  #10  
Old 06-07-04, 11:44 AM
ashishduh ashishduh is offline
Junior Member
Join Date: Jun 2004
Re: Re: Windows XP logs on then logs off
Quote:
Originally posted by pabakertx
I had this problem and, after the better part of a day and a half, I finally hacked a fix without restoring or using the recovery console.

Jeff's note about the Userinit key led me to the answer, but simply editing the registry from another machine is not always possible. In fact, it's not possible at all if the corrupted registry is on a machine running XP Home Edition, since Remote Registry is not enabled in that version. Also, many savvy admins disable that service anyway...

Here's my fix:

+ Get the offline registry/password editor from http://home.eunet.no/~pnordahl/ntpasswd/
There's a bootable linux CD image there, which is what I used. You don't have to be linux-aware, since it starts the editor. You do have to be patient, since it's a simple command-line program.

+ Boot the editor CD, and follow the prompts to load the 'Software' registry and go into the full registry editor.

+ Navigate down to the Microsoft/Windows NT/CurrentVersion/Winlogon key, and examine the value of the Userinit subkey. If it's not "C:\WINDOWS\System32\userinit.exe,", then change it. (Note: For some reason, simply changing the value was not enough to get the value change saved back to the Windows registry. I got around this by adding a temporary key and then saving.)

+ Quit and save, then go back through the editor process to make sure the change took.

+ Remove the CD and reboot Windows. You'll have to wait through a chkdsk, but that's a small price to pay for not having to rebuild your system!

+ Run regedit and delete the temporary key you created in HKLM/Software/Microsoft/Windows NT/CurrentVersion/Winlogon

+ Back up your registry

+ My recommendation: purchase and install NAV 2004, which has complete antivirus, adware and spyware protection. It was adware nonsense that got me in trouble in the first place....
I've tried adding new keys and adding new values to the Winlogon key as temporaries but nothing works. It either gives me an error and quits or it says it saved successfully but it really didn't. Can you show step-by-step what you did once you were in the Winlogon key? Thanks in advance.
 


Popular forums
A+ (A Plus) Windows 2000 Active directory Exchange 2000 information store
Network+ Windows XP Security Exchange 2000 server administration
MCSE .NET Web services SQL Server
Cisco certification ASP .NET SQL 2000 Programming
Windows 2000 Registry .NET XML Viruses


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 06:48 PM.


Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright MCSE braindumps 2003-2006