The Lock Screen can be désactivé in one of two ways: by editing the Registry directly, or by using the Stratégie de groupe Editor.
Using the Registry
Editing the Registry is toujours risky, and vous devriez first créez un Système Restore point avant going any further. Vous pouvez either edit the Registry manuellement, or exécutez le .reg fichier I've provided below, which is safer and more reliable.
Modification the Registry manuellement
-
Ouvrez le Éditeur du registre by searching for it dans le barre de recherche
-
Navigate vers le following clé by pasting it invers le Éditeur du registre's search and pressing Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
-
Within that clé, cherchez a clé called Personalization, or créer it si cela ne exist
-
Faites un clic droit sur le Personalization clé, sélectionner New > DWORD (32-Bit Value), and name the valeur NoLockScreen
-
Double-cliquez sur le newly-créé valeur and change its valeur to 1
Exécutez le Registry fichier
-
Créez un nouveau plain text fichier and copy and paste the following into it:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001
-
Rename the fichier so that it ends avec a .reg extension
-
Double-cliquez sur le fichier to run it, and click Oui to confirm
The next time you redémarrer, vous allez boot directly invers le login écran.
Using the Stratégie de groupe Editor (Professional and Enterprise seulement)
The Stratégie de groupe Editor tool is seulement disponible dans le Professional and Enterprise editions of Windows 10 and 11, and is typically seulement used in réseau environments. It makes its changes by adding the same clés vers le Registry that I did above, and should best be seen as a graphical interface for système and réseau administrators to more manageably apply registry changes across an entire réseau.
Therefore, if vous êtes seulement making the change to a single PC, you ne devrait pas need to use the GPE unless vous êtes having trouble editing the Registry directly.
Changez le policy dans le Stratégie de groupe Editor
-
Ouvrez le Stratégie de groupe Editor by searching for Edit group policy dans le barre de recherche
-
In the sidebar, sélectionner Computer Configuration > Administrative Templates > Control Panel > Personalization
-
Double-cliquez sur le Do not display the lock screen policy and réglez-le sur Enabled
-
Click Apply
The next time you redémarrer, vous allez boot directly invers le login écran.