This shows you the differences between two versions of the page.
windows:windows_localuser [2021/07/26 11:51] manu created |
windows:windows_localuser [2021/07/26 11:53] (current) manu |
||
---|---|---|---|
Line 19: | Line 19: | ||
<cli prompt='>'> | <cli prompt='>'> | ||
C:\> net user username password /ADD /DOMAIN | C:\> net user username password /ADD /DOMAIN | ||
+ | </cli> | ||
+ | |||
+ | This adds the user to the Local Administrators Group | ||
+ | <cli prompt='>'> | ||
+ | C:\> net localgroup administrators [username] /add | ||
</cli> | </cli> | ||