Skip to content

Instantly share code, notes, and snippets.

@Tedezed
Last active August 23, 2018 06:37
Show Gist options
  • Select an option

  • Save Tedezed/4e0d466169332db887428ad8d453fe65 to your computer and use it in GitHub Desktop.

Select an option

Save Tedezed/4e0d466169332db887428ad8d453fe65 to your computer and use it in GitHub Desktop.
Cambio contraseña con ISO Windows

Cambio de ejecutable Utilman, para usar al inicio:

c:
cd Windows\System32
ren Utilman.exe Utilman.exe.old
copy cmd.exe Utilman.exe

Cambio de contraseña:

net user administrator Password123

Reactivar periodo de prueba:

slmgr.vbs /rearm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment