Как создать нового пользователя на windows vista

,

Some times there is the need to add new users to a Windows computer, so in this article Ι ‘ll show to you three (3) different ways to create a new user account in Windows 7 and Vista. 

As you may know when you install Windows at first time, the first user you create, is the Administrator account. This is OK when you ‘re the only user on the PC, but if you share your PC with others or if you want to share your files on the network, then it’s better to create new users for safety reasons.

How to Add News Users in Windows 7 or Vista.

Method 1. Create New Account using Control Panel.

Method 2. Add Account by using the ‘User Accounts’ utility.

Method 3. Add A New User using Command Prompt.

Method 1. How to Create a New User using Control Panel.

The classic method to add a new user in Windows, is from the «User Accounts» options in Control Panel. To do that:

1. Sign-in to Windows with an Administrator account.
2. Navigate to Windows Control Panel.
3. Click User Accounts

How to Create a New User in Windows 7.

4. Click Manage another account

add user windows 7

5. Click Create a new account

create account windows 7

6. Type a name (e.g. «User1») for the new user and then click Create Account. *

* Note: If you want to assign Administrative privileges at the new user, check also the Administrator option.

image

7. Finally, if you want to specify a password for the new account, then click the new account and then click at the Create a password option to specify the password.

image

Method 2. How to Add or Delete Users by using the ‘User Accounts’ utility.

One of my favorite methods to add users (in all Windows versions), is by using the ‘User Accounts’ utility, which gives all the needed options to easy manage the users on the PC. (Add/Remove Users, Specify User Privileges or to Change User Password).

1. Sign-in to Windows with an Administrator account.
2. Press Windows + R keys to open the run command box.
3. In the «Open» box, type: control userpasswords2 & click OK.

4. In Users tab, click the Add button to add the account, that you want to have access to your files.

5. At the next screen type a username (e.g. «User5») for the new user and click Next. *

create new account windows 7

6. Then type a password for the new user and click Next again.

image_thumb2

7. Finally click Finish. *

* Note: If you want to assign Administrative privileges at the new user, check also the Administrator option.

image_thumb3

Method 3. How to Add or Remove a User with Command Prompt in Windows 10/8/7 OS.

The most easy method to add or delete users on Windows 10, 8, 7or Vista, is by using command prompt.

To add a new account from command prompt:

1. Open Command Prompt As Administrator.
2. At command prompt type the following command and press Enter:

  • net user username password /add

* Note: At the above command change the fields «username» & «password«, according your choice.

e.g. if you want to create a new account with username «John» and password «Pas123» then type:

  • net user John Pas123 /add

add user command prompt windows 7

3. Finally if you want to add the new user to the Administrators group, give this command:

  • net localgroup administrators username /add

e.g. In our example the command is:

  • net localgroup administrators John /add

image

To delete a user from command prompt:

1. Open Command Prompt As Administrator.
2. At command prompt type the following command and press Enter:

  • net user username /delete

e.g. if you want to delete the user «John», type:

  • net user John /delete

image

That’s all folks! Did it work for you?
Please leave a comment in the comment section below or even better: like and share this blog post in the social networks to help spread the word about this problem.

If this article was useful for you, please consider supporting us by making a donation. Even $1 can a make a huge difference for us.

  • Author
  • Recent Posts

Konstantinos is the founder and administrator of Repairwin.com. Since 1995 he works and provides IT support as a computer and network expert to individuals and large companies. He is specialized in solving problems related to Windows or other Microsoft products (Windows Server, Office, Microsoft 365, etc.).

Since several aspects of the Vista GUI have changed I thought I would throw together a quick ‘how to’ for adding a user account in Windows Vista.

Open Control Panel and select Add or remove user accounts.

This will bring up a list of current user accounts on your system. At the bottom of this screen click on ‘Create a new account’

2.5

In the Create New Account screen type in the name of user. More often than not your going to want to make them a Standard user. When you’re finished click the Create Account button.

2

That’s all there is to it! You now have your new User Account set up.

3

You can then click on the new account for additional administration tasks.

Mysicgeek’s Tech Lingo: GUI — Graphical User Interface. The icons, buttons, and links used to navigate through your Operating System.

If you have a computer in home or work which is used by many users, then you should create a separate account for each user. This way everyone can have their own separate settings like web browser bookmarks, desktop background etc. You can create a new user account easily in Windows Vista. For creating a new user account, you must have computer administrator level privileges. Here is how you can create a new user account in Windows Vista :

  1. Open Start Menu → Control Panel.
  2. In the Control Panel, click on Add or remove user accounts sub-category under the User Accounts and Family Safety.

    Add Remove User Accounts in Control Panel

  3. In the Manage Accounts window click on Create a new account as shown.

    Create New User Account in Control Panel

  4. In the Create New Account window, type the new user name. I have typed James in the example picture below. Select whether you want to create a Standard account or an Administrator account. A standard user does not have as many privileges as the Administrator do. The standard account user cannot make changes system settings and cannot install new sofwtare. If you are creating an account for your children or students, then you should choose the Standard account type. Finally, click on the button labeled Create Account.

    New User Account in Control Panel

  5. After you click the button Create Account, Windows creates the new account and assigns a random picture to it.

Как перейти от Waterfall к Agile

EggHead 06.05.2025

Каскадная модель разработки Waterfall — классический пример того, как благие намерения превращаются в организационный кошмар. Изначально созданная для упорядочивания хаоса и внесения предсказуемости. . .

Оптимизация SQL запросов — Продвинутые техники

Codd 06.05.2025

Интересно наблюдать эволюцию подходов к оптимизации. Двадцать лет назад всё сводилось к нескольким простым правилам: «Избегайте SELECT *», «Используйте индексы», «Не джойните слишком много таблиц». . . .

Создание микросервисов с gRPC и Protobuf в C++

bytestream 06.05.2025

Монолитные приложения, которые ещё недавно считались стандартом индустрии, уступают место микросервисной архитектуре — подходу, при котором система разбивается на небольшие автономные сервисы, каждый. . .

Многопоточность и параллелизм в Python: потоки, процессы и гринлеты

py-thonny 06.05.2025

Параллелизм и конкурентность — две стороны многопоточной медали, которые постоянно путают даже бывалые разработчики.

Конкурентность (concurrency) — это когда ваша программа умеет жонглировать. . .

Распределенное обучение с TensorFlow и Python

AI_Generated 05.05.2025

В машинном обучении размер имеет значение. С ростом сложности моделей и объема данных одиночный процессор или даже мощная видеокарта уже не справляются с задачей обучения за разумное время. Когда. . .

CRUD API на C# и GraphQL

stackOverflow 05.05.2025

В бэкенд-разработке постоянно возникают новые технологии, призванные решить актуальные проблемы и упростить жизнь программистам. Одной из таких технологий стал GraphQL — язык запросов для API,. . .

Распознавание голоса и речи на C#

UnmanagedCoder 05.05.2025

Интеграция голосового управления в приложения на C# стала намного доступнее благодаря развитию специализированных библиотек и API. При этом многие разработчики до сих пор считают голосовое управление. . .

Реализация своих итераторов в C++

NullReferenced 05.05.2025

Итераторы в C++ — это абстракция, которая связывает весь экосистему Стандартной Библиотеки Шаблонов (STL) в единое целое, позволяя алгоритмам работать с разнородными структурами данных без знания их. . .

Разработка собственного фреймворка для тестирования в C#

UnmanagedCoder 04.05.2025

C# довольно богат готовыми решениями – NUnit, xUnit, MSTest уже давно стали своеобразными динозаврами индустрии. Однако, как и любой динозавр, они не всегда могут протиснуться в узкие коридоры. . .

Распределенная трассировка в Java с помощью OpenTelemetry

Javaican 04.05.2025

Микросервисная архитектура стала краеугольным камнем современной разработки, но вместе с ней пришла и головная боль, знакомая многим — отслеживание прохождения запросов через лабиринт взаимосвязанных. . .

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как установить redis server на windows
  • Enable ahci after windows installation
  • Gt610 видеокарта драйвер windows 10 64
  • Симулятор андроида на windows 7 для слабых пк
  • Виджет заметок на рабочий стол для windows 10