Link to home
Start Free TrialLog in
Avatar of _Erik
_Erik

asked on

Gaining Admin Access

Hello,

I was in the process of building out a server(non AD 2008), during this process I disabled the local administrator, and created a new local user. Before I had the chance to add the new user to the admin group, I was disconnected (rdp). I could not log back in due to the user not having rdp rights, and now I cannot log in locally as the admin to gain access back.

Anyone know of a trick to gain admin back or a rescue cd, etc?

Thanks,
Avatar of becraig
becraig
Flag of United States of America image

You can try the steps here which should work for Non domain server 2008  as well


Steps:

    Boot onto DVD of Windows Server 2008
    Choose “Repair your computer”
    Launch cmd
    Go to c:\windows\system32
    Rename Utilman.exe to Utilman.exe.bak
    Copy cmd.exe to Utilman.exe
    Reboot on Windows
    Do the keyboard shortcut Windows + U when on the logon screen
    net user administrator Newpass123 inside the cmd
    log on with the domain admin account and this new pass
    change the password to remember it if needed
    Reboot on the DVD to put back the original Utilman.exe

http://lordoftheping.blogspot.com/2009/05/i-did-not-use-my-tests-virtual-machines.html
ASKER CERTIFIED SOLUTION
Avatar of Tim Phillips
Tim Phillips
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of _Erik
_Erik

ASKER

This worked like a charm, thanks coolrazor007!