I just upgraded my computer to Windows 8. Then I logged on, disconnected it from the domain, and rebooted. Now when the computer boots, I have to log in as Administrator. I cannot change and log in as something else.
The problem is that I don't have the password.. I have tried not typing anything as a password. I cannot get OPHCrack to work either.. It just doesn't boot from the LiveCD. (Others do, but they haven't been free.)
What is the default password of the admin account?
Answer
There is no default password. The built-in administrator account is disabled by default and must be enabled before use.
You can do this through the command prompt: net user administrator /active:yes
On the off chance that the upgrade/domain actually set a local admin password, you can reset it with net user administrator *, which will then prompt you for a password (or net user administrator , which will not confirm the password).
On Windows 7, this could be done from the DVD based repair mode. On Windows 8? I haven't figured out how yet. However, there is another option that involves giving yourself an elevated command prompt running as SYSTEM on the login screen.
Boot from any other OS that can write to a NTFS drive without issues. There's many Linux Live CDs that can do that, and the Windows DVD works too.
If you use the Windows DVD, press Shift+F10 to get a command prompt
Figure out which drive the Windows installation sits on. Navigate to
\Windows\System32.Rename
Narrator.exetoNarrator.exe.bak(create a backup, so you can restore later)If on the Windows DVD,
ren Narrator.exe Narrator.exe.bakCopy
cmd.exeand name itNarrator.exeIf on the Windows DVD,
copy cmd.exe Narrator.exeBoot into the Windows installation. On the login screen, there should be an ease of access panel on the bottom left. You can open 'Narrator' there, which will give you a command prompt running as the
SYSTEMuser account (above anyAdministratoraccount,SYSTEMis a closer equivalent of the *nixroot)You can run the
net usercommands from here. You could also use the advanced user control panel (control userpasswords2) or the Microsoft Management Console snap-in (lusrmgr.msc).You should now go delete
Narrator.exeand renameNarrator.exe.bakback toNarrator.exe- otherwise you have a gaping hole in your system's security.
No comments:
Post a Comment