Last active
March 6, 2026 22:00
-
-
Save louspringer/2d5ed74da7c3e7152c843285d4510a7c to your computer and use it in GitHub Desktop.
Create local admin user lou on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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