How to Enable / Disable Lock screen in Windows 10

The lock screen is the one you see when you lock your computer (or when it locks automatically after you haven’t used it for a while). The lock screen will also show up at start-up, logged out, and left idle for a minute. You will need to remove the lock screen to see the login screen and log into Windows. Users can turn off the lock screen by touch, keyboard, or by dragging the mouse up.

This guide will show you how to enable or disable the lock screen to make the login screen visible to all users in Windows 10.

You must be logged in as an administrator to be able to enable or disable the lock screen.

Warning: If you havesecure login enabled for users to ask them to press Ctrl + Alt + Delete on the lock screen before logging in, the lock screen cannot be disabled.

4 How to enable or disable the lock screen in Windows 10

  • Option 1: To Enable or Disable Lock Screen using Group Policy.
  • Option 2: To Enable or Disable Lock Screen by using the REG file.
  • Option 3: To Disable Lock Screen with a Task.
  • Option 4: Turn off the lock screen with the Security Policy Rule.

Example: Lock and login screen in Windows 10

Cách Bật/ Tắt màn hình khóa trong Windows 10

Method 1: To Enable or Disable Lock Screen with Group Policy.

1. Open.

2. In the left pane of Local Group Policy Editor, navigate to the location below. (See screenshots below)

Computer Configuration Administrative Templates Control Panel Personalization

4. Do step 5 (enable) or step 6 (disable) below for what you want to do.

5. To activate the lock screen

A) Select (period) Not Configured or Disabled, press/touch OK, and go to step 7 below. (See screenshot below)
6. Turn off the lock screen

A) Select Enabled, click/tap OK, and go to step 7 down. (See screenshots below)

Tên: disable_lock_screen_group_policy-2.png Lần/ Kích thước: 33.0 KB

7. When finished, you can close the Local Group Policy Editor if you want.

8. You can press the Windows + L keys to lock the computer for verification.

Method 2: To Enable or Disable Lock Screen by using the REG file.

1. Do step 2 (enable) or step 3 (disable) below for what you want to do.

2. To activate the lock screen
NOTE: This is the default setting.

A) Click/tap on the Download button below to download the file below and go to step 4 down.

Enable_Lock_Screen.reg

3. To Disable Lock Screen

A) Click the Download button below to download the file below and go to step 4 below.

Disable_Lock_Screen.reg

4. Save the .reg file to your computer.

5. Double-click/tap the downloaded reg .reg file to merge.

6. If prompted, click/tap on Run, Yes ( UAC ), Yes, and OK to accept the merge.

7. If you like, you can delete the downloaded .reg file.

8. You can press the Windows + L keys to lock the computer for verification.

Method 3: To Disable Lock Screen by One Task.

1. Press Win + R to open the Run dialog box, type taskschd. msc, and press/tap on OK to open Task Scheduler.

2. Click the Task Scheduler Library, tap in the left section of the Task Scheduler, and click Create Task in the Actions pane on the right. (See screenshots below)

Nhấn vào hình để xem hình lớn hơn. Tên: Disable_lock_screen_task-1.png Lần xem: 671 Kích thước: 74.3 KB ID: 94279

3. In the General tab, enter the name (e.g., “Disable Lock Screen”) you want for this task and type the optional description of the task. (See screenshots below)

Tên: Disable_lock_screen_task-2.png Lần xem: 81592 Kích thước: 27.1 KB

4. On the General tab, select the Run with highest privileges box. (See screenshots below)

Tên: Disable_lock_screen_task-3.png Lần xem: 95236 Kích thước: 26.5 KB

5. In the General tab, select Windows 10 in the Configure for drop-down menu. (See screenshots below)

Tên: Disable_lock_screen_task-4.png Lần xem: 95182 Kích thước: 27,8 KB

6. Click the Triggers tab, and click the New button. (See screenshots below)

Tên: Disable_lock_screen_task-5.png Lần xem: 95080 Kích thước: 20.1 KB

7. Select the At log on the Begin the task drop-down menu, and click OK. (See screenshots below)

Tên: Disable_lock_screen_task-6.png Lần xem: 95033 Kích thước: 25.3 KB

8. Click the New button on the Triggers tab. (See screenshots below)

Tên: Disable_lock_screen_task-7.png Lần xem: 94985 Kích thước: 18.2 KB

9. Select On workstation unlock in the Begin the task drop-down menu, and click OK. (See screenshots below)

Tên: Disable_lock_screen_task-8.png Lần xem: 94932 Kích thước: 25.0 KB

10. Click the Actions tab, and click the New button. (See screenshots below)

Tên: Disable_lock_screen_task-9.png Lần xem: 94883 Kích thước: 20.7 KB

11. Type reg in the Program/script field. Type the command below in the Add arguments field, and click OK. (See screenshots below)

Note: By default, AllowLockScreen DWORD is reset to 1 at login, and the lock screen always on.
This command for the task will keep AllowLockScreen DWORD to 0 instead of disabling the lock screen.
Code:
 add HKLM  SOFTWARE  Microsoft  Windows  CurrentVersion  Authentication  LogonUI  SessionData / t REG_DWORD / v AllowLockScreen / d 0 / f

Tên: Disable_lock_screen_task-10.png Lần xem: 94960 Kích thước: 17.2 KB

12. You will see this new action listed. (See screenshots below)

Tên: Disable_lock_screen_task-11.png Lần xem: 91604 Kích thước: 16.1 KB

13. Click the Conditions tab, uncheck Start the task only if the computer is on AC power, and click OK. (See screenshots below)

Tên: Disable_lock_screen_task-12.png Lần xem: 94841 Kích thước: 33.8 KB

14. Now, you will see this new task (e.g., “Disable Lock Screen”) listed in Library Task Scheduler. You can close Task Scheduler if you want. (See screenshots below)

To undo this action and re-enable the lock screen, delete this new job (e.g., “Turn Off Lock Screen”).

Nhấn vào hình để xem hình lớn hơn. Tên: Disable_lock_screen_task-13.png Lần xem: 483 Kích thước: 68.9 KB ID: 94291

15. Log out and log in to apply the action. The action is automatically applied to all other users on the PC the next time they sign in.

4: Turn off the lock screen with the Security Policy Rule.

This option will not disable the lock screen at startup. It undermines the lock screen when a user locks the computersigns, and resumes from sleep.

Local Security Policy is only available in Windows 10 Pro and Enterprise.

First, open Local Security Policy (secpol.msc).2. Expand Software Restriction Policies and open Additional Rules in the left pane. (See screenshots below)

If you do not have additional rules under Software Restriction Policies, then right-click Software Restriction Policies and click New Software Restriction Policies.

Nhấn vào hình để xem hình lớn hơn. Tên: secpol-1.jpg Xem: 408 Kích thước: 99,9 KB ID: 100868

3. Do step 4 (disable) or step 5 (enable) below for what you want to do.

4. Turn off the lock screen

A) Right-click on Additional Rules in the left section, and click New Path Rule. (see screenshot below step 3 )

B) Copy and paste C: Windows SystemApps Microsoft.LockApp_cw5n1h2txyewy under Path, set the security level to disallow, select OK, and go to step 6 below. (See screenshots below)

Tên: secpol-2.png Lần xem: 28144 Kích thước: 59.7 KB

5. To Activate the Lock Screen

NOTE: This is the default setting.

A) Right-click on the policy rule in the right pane of Additional Rules and click Delete. (See screenshot below step 3 )

B) Click Yes to confirm, and go to step 6 below. (See screenshots below)

Tên: secpol-3.png Lần xem: 75507 Kích thước: 19.9 KB

6. You can now close the Local Security Policy window if you want.