Adding Local Administrator

Adding a local administrator on a machine is a very effective way to maintain access to a machine.

This can simply be done with these commands.

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

Last updated