how to permenatly turn off lock screen leave screen on permenatly no timeouts until I turn it off

Options
jaiT
jaiT Member Posts: 1 Newbie

how to permenatly turn off lock screen leave screen on permenatly no timeouts until I turn it off

Answers

  • Puraw
    Puraw ACE, Member Posts: 17,882 Trailblazer

    Hi @jaiT 👋

    If you're trying to keep your screen on permanently without hitting the lock screen or sleep timeout, here’s a practical checklist. It works across all editions—including Windows 11 Home—and avoids Group Policy and feature-dependent tweaks.

    ✅ Core Steps (No Lock Screen, No Timeout)

    • Auto Sign-In Run netplwiz → Uncheck “Users must enter a username and password…” → Enter your credentials when prompted
    • Disable Windows Hello Requirement Settings → Accounts → Sign-in options → Turn off “Require Windows Hello sign-in for Microsoft accounts”
    • Power & Battery Settings Settings → System → Power & Battery → Screen and sleep → Set all dropdowns to Never

    🔓 Restore “Never” for Sleep Timeouts (Registry Tweak)

    reg

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\29F6C1DB-86DA-48C5-9FDB-F2B67B1F44DA]"Attributes"=dword:00000002
    

    🔹 Unlocks the “Never” dropdown in Power & Battery 🔹 Applicable to all builds and editions 🔹 Set manually in UI afterward

    🧪 Optional Lock Screen Suppression (Confirmed on 24H2)

    • reg[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData]"AllowLockScreen"=dword:00000000🔹 Disables lock screen UI while retaining normal login 🔹 Works on systems even where Group Policy isn’t available
    • Remove Lock Screen Widgets (If available) Settings → Personalization → Lock Screen → Set Lock screen status to None
    Timeout.jpg Atributes 2.jpg Allow Lockscreen 0.jpg

    Let us know what Windows version you’re on if you'd like more tailored steps 😊