Win 10 Start Menu Sleep Button Help (disabled policy)

czdump

New Member
Hello,
I disabled the "Sleep" button in the Windows 10 Start menu using NTLITE (Policy).
I would like to know how to make it reappear in the Start menu.
I have tried everything, Windows policy, regedit, and Windows power options. Can you tell me where exactly NTLITE disables the sleep button so that I can reactivate it? Thank you in advance.
 

Attachments

  • NTLITE.jpg
    NTLITE.jpg
    50.4 KB
Yes, I know, but I'm talking about a Windows installation where I can't seem to reactivate the Sleep button. Despite my research, I have tried via REGEDIT, Windows policy, etc... but the button is not appearing.
 

Attachments

  • NTLITE.jpg
    NTLITE.jpg
    19.6 KB
Run this command, and reboot.
Code:
reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Start\HideSleep" /v "value" /t REG_DWORD /d 0 /f
 
Back
Top