Principales respuestas
Recuperar Contraseña Administrador Windows Server 2008

Pregunta
-
Buenos días para todos..
Hace aproximadamente como dos meses instale en una empresa un windows server 2008.
Resulta que yo anote la contraseña del administrador en un equipo de la empresa
pero el disco duro se daño y se me perdio la contraseña del administrador
Alquien sabe como recuperarla.
Intente con una opcion que sale ahi para restablecer la contraseña.
Coloco una USB como dice el procedimiento, le doy siguiente selecciono la unidad para
restablecer hago clic en siguiente, pero me sale el siguiente error:
"Este disco no sirve para restablecer contraseña"
Alguien me puede ayudar
Respuestas
-
Buenas,
No sé si has seguido este procedimiento:
- Boot from the Micrsoft Windows Server 2008 DVD
- From the Install Windows menu, click “Next”.
- Select “Repair your computer”
- In the System Recovery Options, select the Operating System instance that you wish to repair and click “Next”.
- Select “Command Prompt”. The
- At the command prompt, run the following commands:
c:
cd windows\system32
ren Utilman.exe Utilman.exe.old
copy cmd.exe Utilman.exe - Reboot the server allowing Windows to load as normal
- At the logon screen, press Windows Key + U.
- As the command prompt, enter the following command:
net user administrator Password12
This will set the password for the Administrator user to be Password12 (case sensitive).
Te dejo el link de la fuente:
http://www.kieranlane.com/2012/12/12/resetting-administrator-password-windows-2008/
Saludos
- Propuesto como respuesta Uriel Almendra jueves, 20 de marzo de 2014 15:56
- Marcado como respuesta Uriel Almendra viernes, 21 de marzo de 2014 15:43
Todas las respuestas
-
Buenas,
No sé si has seguido este procedimiento:
- Boot from the Micrsoft Windows Server 2008 DVD
- From the Install Windows menu, click “Next”.
- Select “Repair your computer”
- In the System Recovery Options, select the Operating System instance that you wish to repair and click “Next”.
- Select “Command Prompt”. The
- At the command prompt, run the following commands:
c:
cd windows\system32
ren Utilman.exe Utilman.exe.old
copy cmd.exe Utilman.exe - Reboot the server allowing Windows to load as normal
- At the logon screen, press Windows Key + U.
- As the command prompt, enter the following command:
net user administrator Password12
This will set the password for the Administrator user to be Password12 (case sensitive).
Te dejo el link de la fuente:
http://www.kieranlane.com/2012/12/12/resetting-administrator-password-windows-2008/
Saludos
- Propuesto como respuesta Uriel Almendra jueves, 20 de marzo de 2014 15:56
- Marcado como respuesta Uriel Almendra viernes, 21 de marzo de 2014 15:43
-
Hola Germán, puedo complementar el comentario de Uriel con el siguiente vídeo, espero sea de tu ayuda https://www.youtube.com/watch?v=-NnHDyHOKBk
Jair Gómez Arias
MVP Software Packaging, Deployment & Servicing
@JGAITPro fb.com/JGAITPro -
-