Skip to content

Instantly share code, notes, and snippets.

@louspringer
Last active March 6, 2026 22:00
Show Gist options
  • Select an option

  • Save louspringer/2d5ed74da7c3e7152c843285d4510a7c to your computer and use it in GitHub Desktop.

Select an option

Save louspringer/2d5ed74da7c3e7152c843285d4510a7c to your computer and use it in GitHub Desktop.
Create local admin user lou on Windows
net user lou "TempStrongPass123!" /add /y
net localgroup Administrators lou /add
net user lou
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment