# Adding Local Administrator

This can simply be done with these commands.

```bash
net user lle Password123! /add && net localgroup Administrators lle /add
```
