Skip to content

Instantly share code, notes, and snippets.

@JonnyBanana
Created April 17, 2018 04:54
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 JonnyBanana/3a50f700e8551f8b16801e8e59eebe68 to your computer and use it in GitHub Desktop.
Save JonnyBanana/3a50f700e8551f8b16801e8e59eebe68 to your computer and use it in GitHub Desktop.
REM Reseting Pasword on Ubuntu
CTRL ALT DELETE
STRING reboot
DELAY 10000
SHIFT
ENTER
ENTER
STRING mount -o rw,remount /
STRING passwd root
STRING password
STRING password
REM Might not work on DELAY 10000, will need to test
REM This resets the Password to "password"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment