I want to disable Windows + L key on Windows10 LTSC but still want to have the Lock option on the start menu

Anonymous
2023-06-15T13:44:28.21+00:00

Is there an option or a setting on Windows 10 LTSC that disables Windows+L key but still have the Lock option on the start menu to lock it manually ? I can disable Win+L key using GPO and regedit but it completely disables the Lock key and there is no way to lock the computer.

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Accepted answer
  1. Limitless Technology 44,766 Reputation points
    2023-06-16T08:37:16.0333333+00:00

    hello there,

    Press Windows Key + R Key.

    1. Type "gpedit.msc" without the quotes in the run box and hit on

    Enter Key.

    1. Then follow the path below:

    Computer Configuration > Administrative Templates > Control Panel > Personalization

    1. Now on the right side, Double click that

    Do not display the lock screen option.

    1. Set the option as Enabled.
    2. Click on Apply and then click on

    Ok.

    1. Close Group policy editor and restart your computer.

    Note: The above steps is applicable to Windows 10 pro version.

    or

    22

    To supplement Sébastien VALSEMEY's answer, actually there is a way to do that :)

    go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System, if there is no System, create one

    create a 32bit DWORD, name it DisableLockWorkstation

    set the value of DisableLockWorkstation to 1

    it will take effect immediately

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

    "DisableLockWorkstation"=dword:00000001

    And see if it helps,

    Thank you

    --If the reply is helpful, please Upvote and Accept as answer--


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.