Skip to content

Instantly share code, notes, and snippets.

@ijat
Created August 24, 2020 02:08
Show Gist options
  • Save ijat/639d2ea54d386bd69aa63fe94a3b71cf to your computer and use it in GitHub Desktop.
Save ijat/639d2ea54d386bd69aa63fe94a3b71cf to your computer and use it in GitHub Desktop.
pgina fork reset local user password command
Recommended to use with Scripting plugin -> Event Notification -> Tick (logon & logoff)
cmd.exe /c net user "%u" "%p" >> %PUBLIC%\reset_log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment