How to automatically log into your account. How to enable automatic login in Windows XP, disable user selection


In this article we will look at how to automatically log in to Windows 7 without entering a password.

You should be aware that enabling automatic login reduces the security of the system since anyone with physical access to your computer, will have access to all your information.

But, if you are the sole owner of a desktop computer, then enabling automatic login will improve ease of use by speeding up the loading of the operating system.

1. One passwordless user

You can leave one passwordless user in the system. This option seems to be the simplest and most commonly used.

To do this, open the menu Start On the Computer item, click right mouse and select Management

The same window can be opened by right-clicking on the icon Computer on the desktop and also selecting Control


In the window that opens on the left (in the console tree), follow the path Utilities > Local users> Users


To disable an account, double-click on it with the left mouse button and, in the window that opens, check the “Disable” checkbox account" Click OK


Recording disabled.

This way you turn off all accounts except yours and HomeGroupUser$ (if any).

HomeGroupUser$- account used to access resources in Home group. If you disable it, you will not be able to access directories and files from shared access on other computers in your homegroup.

After this, you need to reset your account password. Click right click mouse to your account and select Set a password

A warning will appear stating that for security reasons you will need to re-authorize in most services. Click Continue.



The password has been reset and you will now be automatically logged into Windows without entering a password when you turn on your computer.

2. Designate one of the users for automatic login

Launch the User Account Control component.

To do this, press the key combination Win + R (Win is the key with the image of the Windows flag on the keyboard in the bottom row to the left of the Space key). A command line will open in which you need to enter the command control userpasswords2 or netplwiz.


In the “User Accounts” window that opens, select the user under whom we need to automatically log in to the system and uncheck the box Require username and password. Click OK.


Now, when you turn on your computer, you will automatically be signed in to the user you selected.

In order to get into another user, you can click on the arrow to the right of the Shut down button and select Change user or Log out


In this case, you will have the opportunity to select any user.

If you need to immediately log into another user when you turn on the computer, then when you boot the computer you need to hold down the key Shift.

3. Editing the registry

If the first two methods do not work, try the third.

Open the registry editor. Press Win+R again and enter regedit.

In the registry editor on the left in the tree, follow the path

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

1. To activate automatic login, you must set the value

AutoAdminLogon = 1.

To change the value, double-click on the parameter (in our case AutoAdminLogon) in the Value field write 1 and click OK


The parameter value has been changed.

2. You must specify a username for automatic login DefaultUserName

Set a username for automatic login

3. If you have a user with a password, you must set this password in the parameter DefaultPassword. I have users without a password, so this option is not there.

If you don't have any parameter, you need to create it.

To do this on empty space right-click. Choose New > String Parameter


All parameters considered are string parameters - Type - REG_SZ

Conclusion

We've looked at how to automatically log in to Windows 7. This will greatly improve the usability of your computer, in particular boot speed, and will also greatly reduce the level of security. It seems to me that it is advisable to use it either on personal desktop computers or on computers where there is no important information and you don't save passwords in browsers.

Hello, friends! In this article we will do automatic login Windows system 7 .

Enabling auto-login reduces security because anyone with physical access to your computer will have access to all of your information. Therefore, it seems to me that it is not advisable to enable automatic login on laptops, netbooks and other portable equipment since there is no need to exclude the possibility of theft. You can reset the password on a stolen computer, but the password will also be reset along with automatic registrations on most services, which will greatly increase security.

control userpasswords2 ornetplwiz

Second way. Designate one of the users for automatic login.

In the registry editor on the left in the tree, follow the path

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

1. To activate automatic login, you must set the value AutoAdminLogon = 1.

To change the value, double-click on the parameter (in our case AutoAdminLogon) in the Value field write 1 and click OK

The parameter value has been changed.

2. You need to set a username for automatic login DefaultUserName

3. If you have a user with a password, you need to set this password in the parameter DefaultPassword. I have users without a password, so this option is not there.

If you don't have any parameter, you need to create it.

To do this, right-click on an empty space. Choose New > String Parameter

All parameters considered are string parameters - Type - REG_SZ

Introduction

The user selection screen in Windows 7 may appear in several cases:

  • When logging in, if automatic login is not configured
  • When the system is blocked or the user changes
  • When resuming from sleep or hibernation, or exiting the screen saver

The third item on the list is discussed in detail in the article After a period of inactivity, Windows 7 asks for a password to continue working. And in this article we will look at setting up automatic login without selecting a user and entering a password.

About automatic login

Automatic login logging into the system without entering a password is convenient if you are the only user of the computer or use a specific account much more often than others. When setting up automatic login, you need to understand that anyone who turns on the computer will easily log in and have access to all files and settings of the account they are using. Setting up automatic login varies depending on whether the computer is joined to a domain.

The necessary conditions

If there is only one active account on the system without a password, it automatically logs in, so additional customization not required. If you have multiple accounts, automatic login requires configuration, even if none of them have a password. Additional "service" accounts can be added to the system when installing various software.

Administrator rights are required to set up automatic login. The setup process is practically no different from setup in Windows XP or Windows Vista.

Computers not part of a domain

For computers that are not part of a domain (for example, home computers), you can configure automatic login in graphical interface operating system.

The automatic login setup is complete.

Automatic login can also be configured in system registry. All required parameters are listed in the table in the next section of the article.

Computers included in the domain

For computers that are part of a domain, you must specify the name of the default domain to which you will log on automatically. There is no such option in the operating system graphical interface, so automatic login is configured in the system registry.

The first three options in the table can be used to configure automatic logon on computers that are not part of a domain.

Note for Windows 8.x/10. When using an account Microsoft records the value of the DefaultUserName parameter specifies the user name in the form "MicrosoftAccount\ [email protected]", without quotes.

User selection during automatic login

If you have automatic login enabled but need to log in with a different account, press and hold the key Shift at Windows startup. Or click Logout/Change user in the shutdown menu and hold down the key Shift.

Changing users during automatic login can also be affected by a string parameter (REG_SZ) ForceAutoLogon in the registry section:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

The parameter can take values 1 (enabled) and 0 (switched off). Its purpose is to ensure that the user is always logged in if automatic login is configured and the computer is turned on. In fact, enabling this setting results in the user being unable to log out - once the session ends, the user is immediately logged in automatically. This behavior is intended for computers running in kiosk mode in public place(for example, a library). You can bypass it only by holding down the key Shift when the session ends.

Introduction

The user selection screen in Windows 7 may appear in several cases:

  • When logging in, if automatic login is not configured
  • When the system is blocked or the user changes
  • When resuming from sleep or hibernation, or exiting the screen saver

The third item on the list is discussed in detail in the article After a period of inactivity, Windows 7 asks for a password to continue working. And in this article we will look at setting up automatic login without selecting a user and entering a password.

About automatic login

Automatic login without entering a password is convenient if you are the only user of the computer, or use a specific account much more often than others. When setting up automatic login, you need to understand that anyone who turns on the computer will easily log in and have access to all files and settings of the account they are using. Setting up automatic login varies depending on whether the computer is joined to a domain.

The necessary conditions

If there is only one active account on the system without a password, it automatically logs you in, so no additional configuration is required. If you have multiple accounts, automatic login requires configuration, even if none of them have a password. Additional "service" accounts can be added to the system when installing various software.

Administrator rights are required to set up automatic login. The setup process is practically no different from setup in Windows XP or Windows Vista.

Computers not part of a domain

For computers that are not part of a domain (for example, home computers), automatic logon can be configured in the operating system GUI.

The automatic login setup is complete.

Automatic login can also be configured in the system registry. All required parameters are listed in the table in the next section of the article.

Computers included in the domain

For computers that are part of a domain, you must specify the name of the default domain to which you will log on automatically. There is no such option in the operating system graphical interface, so automatic login is configured in the system registry.

The first three options in the table can be used to configure automatic logon on computers that are not part of a domain.

Note for Windows 8.x/10. When using a Microsoft account, the DefaultUserName parameter value specifies the user name in the form "MicrosoftAccount\ [email protected]", without quotes.

User selection during automatic login

If you have automatic login enabled but need to log in with a different account, press and hold the key Shift when Windows starts. Or click Logout/Change user in the shutdown menu and hold down the key Shift.

Changing users during automatic login can also be affected by a string parameter (REG_SZ) ForceAutoLogon in the registry section:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

The parameter can take values 1 (enabled) and 0 (switched off). Its purpose is to ensure that the user is always logged in if automatic login is configured and the computer is turned on. In fact, enabling this setting results in the user being unable to log out - once the session ends, the user is immediately logged in automatically. This behavior is intended for computers operating in kiosk mode in a public place (for example, a library). You can bypass it only by holding down the key Shift when the session ends.

Automatic login to Windows 7 without entering a password allows you to immediately boot into your account when the OS starts, without logging in or performing other unnecessary actions. When there is only one account installed on the computer, activating this option will make it a little easier. using Windows. We will describe 2 methods for setting up a login that do not depend on the computer domain. Automatic logon to Windows 7 for computers outside the domain successfully works in the same way as automatic logon to Windows 7 for computers in the domain.

Step 1. Open the Start menu and enter the query “netplwiz”.

Step 2. A utility for working with accounts installed on the PC opens. Click on the user for whom we want to set Windows to automatically log in to Windows 7.

Step 3. Now we disable the function marked in the screenshot below. Save the result - click on the “OK” button.

Step 4. We check the result - reboot Windows.

Important! To designate one of the users for automatic login, you need to perform a similar operation with each account separately.

How to log into Windows 7 without a password? Removal and alternative methods

Note! To get everything back, just check the box again and restart your computer.

If previous instructions did not help solve the problem, try alternative options.

How to set up automatic login in Windows 7 using the "control userpasswords2" command

We use this method when Windows finds nothing when searching for the netplwiz utility.

Step 1. In “Start” we look for the “Run” command. This is a well-known program for detailed settings Windows functions, also called the command line.

Note! Administrator rights will be required when using this method.

Step 2. Type “control userpasswords2” into the text field of the Run program.

Step 3. We follow the same algorithm as discussed for “netplwiz”.

Step 4. Reboot the system.

How to set up automatic login in Windows 7 using Registry Editor

Step 1. We work again with the “Run” utility: “Start” -> “Run”.

Step 2. Enter “regedit” into the input field. This is a program for editing the system registry.

Step 3. The registry folders are located on the left side of the window. To expand a folder, double-click on it, or click on the “+”. Open the directory “HKEY_LOCAL_MACHINE”.

Step 4. Expand the “SOFTWARE” folder.

Step 5. In it we look for the “Microsoft” folder, and in it there is already “Windows NT”.

Step 6. There is only one folder left: “CurrentVersion”.

Step 7 Find the “Winlogon” folder and configure the settings in the files on the right side of the window.

  • in the “DefaultUserName” item we write the name of your account;

  • edit “AutoAdminLogon”: change the “Value” line to the number 1;

  • “DefaultPassword” setting: enter your password in the “Value” line.

Important! If there is no “DefaultPassword” file in the “Winlogon” folder, create it.

Create a parameter « DefaultPassword »

For this:


Now it will happen automatic download when the computer is joined to a domain. Even if it is turned off, the settings will also work.

Video - Automatic login to a computer in a domain

About Windows operating systems

The Windows family of operating systems has been consistently popular for two decades. Microsoft has cornered the market by releasing easy-to-use operating systems. We will look at the most successful Windows releases: we will talk about the features and disadvantages of each operating system.

Why choose Windows?

Many people know about the disadvantages of the OS:

  • viruses. For example, in systems Unix family(Linux) it is impossible to infect your computer with viruses. All executable files can only be launched by the user, only with his own hands and only by entering the command in command line. WITH Windows history completely opposite. Malicious programs can change and delete files, steal passwords and bank card data without your actions;
  • optimization. With the release of OS version 10, the problem has been partially resolved. But Windows still remains a hardware-intensive system. Moreover, the RAM, processor and video card work inefficiently. IN background applications may take up extra memory, slowing down the computer. Constant sagging, overhangs - characteristic Microsoft product.

But what attracts users to choosing Windows as main program your computer:

  • programs. Majority standard types programs (video players, music players, browsers, text editors) have been around on Linux for a long time. For simple user Linux could become an excellent alternative: big package office and multimedia programs, rare freezes, no viruses. But many categories of professionals use software that is released only for Windows. For designers - Photoshop, for fashion designers - 3DS Max, for accountants - 1C. For some programs there are analogues, but they cannot replace the old proven and, what is important, multifunctional software;
  • games. The gaming industry is designed for Windows. With DirectX and Nvidia PhysX used in development, Windows remains the most current system. IN Lately publishers release a multi-platform product that supports Linux and even Mac. But high-budget projects are launched exclusively on Microsoft systems.

Characteristics of the most popular Windows operating systems

Windows XP

If you are the owner weak computer(less than 2 GB random access memory, 2-core processes, 512 MB video card), then XP – the best option for installation. The system is simple and supports any office programs. It was deservedly considered the best OS for 8 years, until the release of the “seven”. The only negative is that not all modern games will run on XP. The second drawback is the lack of updates from Microsoft, which makes the system less secure. However, new antiviruses that can recognize the latest viruses are updating their databases daily malware solve this problem.

Pros of Windows XP:

  • high speed;
  • takes up little disk space after installation;
  • simple interface that does not load the system.

Cons of Windows XP:

  • lack of updates;
  • does not support modern games and “heavy” software, such as modeling programs, the latest versions of Photoshop.

Windows Vista

An unsuccessful attempt to make the system beautiful. Visually, Vista is fine. But there are problems with security and optimization. Vista requires powerful hardware, is poorly customizable to the user's needs, and is extremely rarely installed on a PC.

Windows 7

If you want to learn more about the computer, you can read the article about it in our new article.

Release date: 2009. Took the best practices from XP and visual style from Vista. For a long time it remained the favorite system of most users. Huge selection topics, customization of all parameters, excellent optimization. The OS is lightweight, rarely crashes and simple interface. It does not have complex, confusing functions like Windows 10. It is installed by default basic package programs that are easy to get rid of.

Pros of Windows 7:

  • installed on old and office computers. It works without problems, programs do not freeze, you can even play new, hardware-demanding games;
  • nice interface. Aero was introduced in Vista, but was expensive system resources, which made it difficult to work calmly at the computer. In Windows 7, the interface is better optimized;
  • performance. The system responds more readily to clicks and text input, even when it’s busy. Programs turn on and run smoother, without glitches.

Cons of Windows 7:

  • absence official updates. Antiviruses will have to look for holes in the security system;
  • takes up a lot of hard drive space. Not suitable for budget laptops and netbooks.

Windows 10

Last Microsoft system, combining developments from Windows 7 and the failed Windows 8. The Metro interface, which was not to the taste of users, was partially integrated into the “top ten”. Windows 10 is the fastest and reliable system families. Regular updates, support latest versions popular programs, powerful game optimization are the main qualities of the OS.

Pros of Windows 10:

  • return classic menu"Start". The decision to make a tiled interface killed the potential of Windows 8. “Ten” retained some of the functions of its predecessor, in particular graphical shell and “flat” style;
  • creating multiple desktops. Extremely useful feature for owners of two or more monitors;
  • multiplatform. The system works not only on personal computers. You can install Windows 10 on your smartphone, tablet, and even Xbox.

Cons of Windows 10:

  • privacy. By Windows default collects data about applications opened, keys pressed and sites visited;
  • demands on hardware. Windows 10 is not suitable for weak computers.

Video - Automatic login to Windows







2024 gtavrl.ru.