hello there,
Press Windows Key + R Key.
- Type "gpedit.msc" without the quotes in the run box and hit on
Enter Key.
- Then follow the path below:
Computer Configuration > Administrative Templates > Control Panel > Personalization
- Now on the right side, Double click that
Do not display the lock screen option.
- Set the option as Enabled.
- Click on Apply and then click on
Ok.
- 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--