There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Windows XP
Tag Cloud
access acer asus batch bios bsod computer crash desktop driver drivers error ethernet excel freeze gaming hard drive hardware hdmi internet laptop lcd malware memory modem monitor motherboard network printer problem ram registry router slow software sound toshiba trojan usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless xbox
Search
Search for:
Tech Support Guy Forums > Operating Systems > Windows XP >
Solved: Can't logon to windows xp

Reply  
Thread Tools
necrovamp's Avatar
Computer Specs
Member with 204 posts.
 
Join Date: Oct 2007
Location: TN
Experience: I know stuff, I think
23-Sep-2009, 02:24 AM #1
Exclamation Solved: Can't logon to windows xp
Ok, so I cannot logon to xp.
I don't have the icon logon so I can read to you exactly what it does

Loading your personal settings
(this one goes fast but I think its playing logon sound)
Restoring network connections (during that I see my desktop background)
something skips quickly through here, i think its executing WGAlogon.dll or something
Saving your settings (background disappears)

and now I'm back in the logon box

I really don't have much information other than I can't login

Is there any way to make a user by only editing files?
I have system restore points but I cant get to them because I can login to the user even in safe mode, any way to get to those?

I only have 1 user so Ignore my messup right there, not creating a backup user
johnebadbak's Avatar
Senior Member with 1,525 posts.
 
Join Date: Feb 2002
Location: australia
Experience: Intermediate
23-Sep-2009, 04:45 AM #2
try ctrl+alt+del twice and the admin login should show
necrovamp's Avatar
Computer Specs
Member with 204 posts.
 
Join Date: Oct 2007
Location: TN
Experience: I know stuff, I think
23-Sep-2009, 05:34 AM #3
what do u mean, where should I ctrl alt delete, and I'm not sure about the admin logon.
I only have 1 user and that is the administrator, If I check lusrmgr.msc I see administrator and the disabled guest account thats it, but if your reffering to something other than the administrator account, tell me where to ctrl alt delete


Thats the type of logon I have^^^^
Quote:
Originally Posted by johnebadbak View Post
try ctrl+alt+del twice and the admin login should show
johnebadbak's Avatar
Senior Member with 1,525 posts.
 
Join Date: Feb 2002
Location: australia
Experience: Intermediate
23-Sep-2009, 08:56 AM #4
use the keyboard ctrl+alt+del do it twice this usually forces the admin login.
not a good idea to use administrator log in on your pc for a user.unless you have a special use for that leaves your pc open to hackers while on the net. do it in safe mode..hold F8 down on boot up
__________________
badbak
TheOutcaste's Avatar
Computer Specs
Distinguished Member with 9,048 posts.
 
Join Date: Aug 2007
Location: Oregon, USA
Experience: Intermediate
23-Sep-2009, 11:16 PM #5
The looping logon can happen if your spyware software removed the wsaupdater.exe malware file, or if the userinit.exe file is missing or corrupted. You'll need to use the Recovery Console, a Vista/Win7 DVD, or a Live CD to fix this.

Recovery Console Steps
Boot to the Recovery Console.
Set your system to boot from CD, either by setting the boot order in the BIOS, or using the boot menu if your system provides one, usually by pressing one of the FX keys; F9, F10, F12 are common.
Insert the Windows XP CD and boot the system.
When prompted to Press any key to boot from CD... press any key like Spacebar or Enter

When you boot from the CD, the following is displayed:
On a black screen:
Setup is inspecting your computer's hardware configuration...
Screen turns Blue, and Windows Setup is displayed at the top.
at the bottom is displayed the following in sequence:
Press F6 if you need to install a third party SCSI or RAID driver
Press F2 to run Automated System Recovery (ASR)...
Setup is loading files (file names displayed)
Title changes to Windows XP Professional (or Home Edition) Setup

The options to setup or repair Windows are displayed
Choose To repair a Windows XP installation using recovery console, press R.
You may need to choose the Windows installation if you have a dual boot system. Type the number of the Windows installation you want to log into.
You will need to enter the Administrator password unless you previously disabled that requirement; if it's blank, just press enter.

You should now be at a C:\WINDOWS> prompt (or whatever letter your system is installed on)

Type the following at the C:\Windows prompt then press Enter:
cd system32
Dir userinit.exe

If not found we need to copy it from the Service Pack Files backup, or the CD. Even if it is present, you may want to replace it in case it's corrupted.

First try this:
copy C:\Windows\ServicePackFiles\i386\userinit.exe
If that fails, copy it from the CD using this command:
copy X:\Windows\ServicePackFiles\i386\userinit.ex_ userinit.exe
where X: is the drive letter of the CD Rom. You can find it by typing MAP

Now type this:
copy userinit.exe wsaupdater.exe
exit


This should let you boot into Windows. Once at your Desktop:
Click Start | Run, type regedit, press Enter
navigate to here:
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
In the right pane, double click the userinit item.
It likely says C:\Windows\System32\wsaupdater.exe,
Edit this to read:
C:\Windows\System32\Userinit.exe,
Be sure to include the trailing comma and use the correct drive letter for your installation.
Close the registry editor.
Now delete the wsaupdater.exe file from C:\Windows\System32

From a Live CD that can edit the registry, or from a Vista/Win7 DVD, we just need to make sure userinit.exe exists, then edit the registry.
Boot with the Vista/Win7 DVD
Select Language, click Next
Click Repair your Computer
It will search for Vista/Win7 installations, just wait for it to finish.
If using Win7 Disk, select Use recovery tools that can help fix problems starting Windows.
Click Next
Click Command Prompt.
Type regedit and press Enter:
In the left pane, click on HKEY_LOCAL_MACHINE to highlight it
Click File | Load Hive...
Browse to C:\Windows\system32\config
Double click on SOFTWARE (the one with no extension)
In the Key Name: box type @Software
navigate to here:
Code:
HKEY_LOCAL_MACHINE\@SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
In the right pane, double click the userinit item.
It likely says C:\Windows\System32\wsaupdater.exe,
(If so, the userinit.exe file is probably just fine)
Edit this to read:
C:\Windows\System32\Userinit.exe,
Be sure to include the trailing comma and use the correct drive letter for your installation.
Close the Registry Editor.
To verify that userinit.exe is present, type the following commands followed by Enter:
cd /D C:\Windows\system32
Dir userinit.exe

If missing, type this:
copy C:\Windows\ServicePackFiles\i386\userinit.exe
If that can't be found, you'll need your XP CD.
Type this command:
expand E:\i386\userinit.ex_ userinit.exe
where E: is the drive letter of the CD Rom
(Quick way to determine the CD drive letter is to open notepad by typing C:\Windows\notepad and using the File | Open dialog)
Type Exit and press Enter
Click Restart

Note that drive letters as seen from the Recovery Console, a Vista/Win7 DVD, or a Live CD may be different than when booted into Windows.
__________________
Microsoft MVP - Windows Expert - Consumer
Of course I know all the answers ; I just don't always match the answers to the right questions

necrovamp's Avatar
Computer Specs
Member with 204 posts.
 
Join Date: Oct 2007
Location: TN
Experience: I know stuff, I think
23-Sep-2009, 11:59 PM #6
all right, the loop was wat was happening, i had a virus that infects exes, and well its still there so I cant do anything accept delete all my exes, but its good to know what happened, thanks
Reply

Tags
logon, problem, startup, windows, windows xp

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 08:53 AM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.