Gateway GT5476e
Windows Vista Home Premium

Alright, so I'm trying to Restore to Factory Settings. I do the normal routine...
F8 at startup
Choose the "Repair your Computer" option

Everything seems to go fine at first, until computer loads up to the Welcome Screen. Except on this screen, there are none of the normal users. Just one, labeled "Other User"; no login/pass works for it. Tried the default Administrator/nopass too, didn't work.

I tried using UltimateBootCD to try and boot from the Recovery partition that way, I still came up to the Welcome Screen.

I used the System Recovery once before, 1-2 years ago. It worked fine.

This problem started yesterday, the very first time I attempted this, I got an error saying that some file was either missing or not working(I don't remember which) and restarted the computer. I had made the assumption that this problem would be repeatable so I didn't copy down the filename. Well it hasn't happened since, that's when the Welcome Screen problem came up.

I've tried to find a place to order recovery discs. Gateway's support site gives me nothing but dead ends. Gateway chat told me they don't even have the Recovery discs for this computer anymore and my best option is to buy a new retail version of windows.

I'm hoping someone here can help me before it comes to that, all help is greatly appreciated.

Dani AI

Generated

Brief diagnosis and where this usually goes wrong: F8 -> "Repair your computer" should load WinRE or the OEM recovery manager, not a normal Windows Welcome screen. If the machine drops to a Welcome screen that only shows "Other User" then the recovery environment either failed to start or the recovery tools are still asking for a local account credential. has already tried the built‑in Administrator/no password and correctly suggested trying a blank password — that can work sometimes, but when it does not the recovery partition or WinRE image is likely damaged or inaccessible.

Non‑destructive checks to try first

  • Confirm CapsLock/NumLock and keyboard layout are correct (wrong layout will make passwords fail).
  • Make sure the boot path is actually the recovery environment: try the OEM recovery key at power‑on (Gateway machines commonly use an OEM key sequence; check the sticker/manual) rather than the regular F8 boot menu.
  • If the machine can boot from a DVD/USB, boot a Windows Vista/WinPE media and use the environment there—important files should be backed up before any factory restore.

If no credentials will work: create a temporary elevated prompt at the Welcome screen
Boot from Windows install/WinPE media, open the command prompt, determine the Windows drive letter, then replace Ease‑of‑Access with cmd.exe (adjust the drive letter if the Windows partition is not C:):

D:
cd \Windows\System32
ren Utilman.exe Utilman.exe.bak
copy cmd.exe Utilman.exe

Reboot to the Welcome screen, click the Ease‑of‑Access icon to open a SYSTEM command prompt, then enable/reset an account:

net user Administrator /active:yes
net user Administrator NewPass123
net user TheOriginalUser NewPass123

Log in, run the recovery or backup anything important, and then restore the original utilman.exe:

copy \Windows\System32\Utilman.exe.bak \Windows\System32\Utilman.exe

Final notes and cautions

  • Backup important data first (bootable Linux/UBCD are useful for copying C:\Users to external media).
  • Replacing system files and resetting passwords should only be done on machines owned or authorized for repair.
  • If the recovery partition itself is corrupted, the safest route after backing up is a clean install using the machine’s COA product key or obtaining recovery media.

If you didn't try it already, just press enter with no password and see if it will take that as "no password set". The link below probably reflects what you are already doing but if you are getting to the password step and can't get by it, then you need a different approach.

http://en.kioskea.net/faq/6809-gateway-computers-how-to-reset-to-factory-settings

You can download a Vista recovery "disk" from the website below:
http://neosmart.net/blog/2008/download-windows-vista-x64-recovery-disc/

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.