Skip to content
  • Projects
    • Horodruin
      • Releases History
    • PELinks
    • sys_minion
  • Programming
  • Italian Pages
    • Ipse Dixit
    • Nerino
  • About
Menu

Stefano Bordoni Home Page

the public hub for my projects, notes, …

Menu
  • Projects
    • Horodruin
      • Releases History
    • PELinks
    • sys_minion
  • Programming
  • Italian Pages
    • Ipse Dixit
    • Nerino
  • About
tech pit

Windows Home – Useful User Account Commands

18/09/2017
Print 🖨

Here a small list of commands to handle User Accounts working on Windows Home editions.

NOTE: you can give a look also here.

User Account Window

from ‘Run‘ window, type:

netplwiz

Enable ‘Administrator’ account

from ‘Command Prompt‘ window, type:

net user administrator /active:yes

List any defined account

from ‘Command Prompt‘ window, type:

net user

Show account information

from ‘Command Prompt‘ window, type:

net user <account_name>

Set account password

from ‘Command Prompt‘ window, type:

net user <account_name> <password> [/domain]

or, if you don’t want enter it as a parameter, type:

net user <account_name> * [/domain]

Set account change password permission

from ‘Command Prompt‘ window, type:

net user <account_name> /passwordchg:<yes/no>

Set account fullname

from ‘Command Prompt‘ window, type:

net user <account_name> /fullname:”<fullname>”

“List any defined (local) group

from ‘Command Prompt‘ window, type:

net localgroup

List any (local) group account members

from ‘Command Prompt‘ window, type:

net localgroup <group_name>

Add a user to a (local) group

from ‘Command Prompt‘ window, type:

net localgroup <group_name> <account_name> /add

Remove password expiration

from ‘Command Prompt‘ window, type:

net accounts /maxpwage:unlimited

and then

net user <account name> /expires:never

Post Views: 116
cmd, command, command line, Home edition, net, network, user account
« released sys_minion v1.1.1.0 About Using & Designing DLLs »
Categories
  • italian notes
  • news
  • releases
  • tech pit
  • Windows programming tips
Recent Posts
  • released sys_minion v1.8.39.0 07/03/2021
  • HOWTO set account lockout by command line 25/02/2021
  • HOWTO easily use NASM into windows C/C++ applications 10/02/2021
Archives
Visits

Powered by WP-Forge & WordPress