List of users and groups on a computer?

Is there a way to get a list of users and groups on my computer? When I run System Tools, I cannot see them and there is no information elsewhere as well. What am I missing?

you can see your computer users from here
right click on my computer>manage>local users and groups

Hello @Winn

You can use the following command

Click on start —>run–>cmd–>OK
or
Press windows key + r
Type cmd click on ok

In command prompt type the following command

net user

It will show you the list of user

Hi @Winn
Open CMD
For user type : net user
For group : net localgroup

it will show the user and group list.

Hello
Please follow the link below