So after using system restore to restore to an earlier point that I hadn't seen before (Sept when only Oct was showing earlier), it rebooted asking me to log in--except there were no accounts to login with! The only account I had was the Administrator account, and it was setup to auto-login. :(

Any ideas how to restore this? I researched this a ton a few months ago, but now I can't remember what the various solutions were. Any experience and expertise welcome.

Dani AI

Generated

Short summary and next steps tied to the suggestions already posted by , and : the quick GUI fixes (manual logon / creating a new admin at a command prompt) are the right first checks. When those fail in both normal and Safe Mode the underlying cause is usually a corrupted or mismatched SAM/registry hive, a hidden account flag in the registry, or a damaged user-profile entry under ProfileList — so the recovery path should focus on data protection first and then offline registry/SAM repair.

Priority: protect data. Boot from external media (Linux live USB or WinPE) and copy the user profile folders and important registry hives to external storage before making changes. Useful paths to back up:

C:\Documents and Settings\
C:\Windows\System32\Config\SAM
C:\Windows\System32\Config\SYSTEM
C:\Windows\System32\Config\SOFTWARE
C:\System Volume Information\_restore{GUID}\RPxxxx\snapshot\

Repair options (offline only). Use a trusted offline tool such as Offline NT Password & Registry Editor (chntpw) or a WinPE environment to edit the SAM and re-enable/reset the Administrator account or create a new local admin. Alternatively, load the offline SOFTWARE hive in regedit and inspect/fix these keys:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

Look for hidden-account entries or SID/*.bak inconsistencies and correct ProfileImagePath or rename .bak keys as appropriate — always write changes only after confirmed backups.

Last-resort options. If offline fixes are not comfortable or fail, a repair install from the original XP CD or restoring a different System Restore point (using the snapshot hives) will generally recover accounts but requires the XP disc and time. Avoid blind copying of registry files without backups; unintended hive swaps can make the machine unbootable.

Recommended Answers

All 4 Replies

I forgot to add that it's also missing in Safe Mode. It's really gone! :o

Try booting into safe mode with command prompt and issuing these commands

net user YOURUSERNAMEHERE /add /random /passwordchg:yes

and then

net localgroup "administrators" username /add

Oh yeah, if this doesn't work I completely forgot about another way. When the blank login screen shows up, just press CTRL + ALT + DEL repeatedly until it gives you the option to type in a username. Then just type in your username and password and see if the accounts are just hidden.

it rebooted asking me to log in-

So, do you see the login screen then? If so, type administrator for the user name and type in your password in the password text box.

If you dont see the log in screen, hit CTRL-ALT-DEL as mentioned by LucianAdamson, as XP will bring up the login screen.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.