Github — Download Lusrmgr.msc
### Add user to Administrators group 1. Double-click the user → **Member Of** tab 2. Click **Add** → type `Administrators` → **OK**
## Common Tasks
## Command-line equivalent ```cmd net user JohnDog * /add net localgroup Administrators JohnDog /add </code></pre> <pre><code> --- download lusrmgr.msc github