Windows Users

From Dave-Wiki
Jump to navigation Jump to search

List users

net user

Change password of a local user account

net user [username] [new_password]

Enable or Disable a local user

net user [username] /active:yes (or no)