« Command line windows » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:Windows = Users and groups = <kode lang='ps'> # create an account net user /add [username] # it prompts the password </kode> ») |
|||
Ligne 5 : | Ligne 5 : | ||
net user /add [username] | net user /add [username] | ||
# it prompts the password | # it prompts the password | ||
# add a user to a group | |||
net localgroup administrators [username] /add | |||
</kode> | </kode> |
Version du 7 février 2022 à 17:46
Users and groups
# create an account net user /add [username] # it prompts the password # add a user to a group net localgroup administrators [username] /add |