Score:0

Windows 10 Disable Power Button in CTRL-ALT-DEL Menu but keep Power Button on Start Menu enabled

us flag

I'm currently trying to configure a Windows 10 v1909 Enterprise system with the following targets:

  • disable the "power button" in the Ctrl-Alt-Del menu, preventing the user from shutting down the system
  • Start Menu's power button should remain enabled

I've tried this:

  • while correctly disabling the power button in the Ctrl-Alt-Del menu, it also disabled the power button in the Start Menu:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
    "NoClose"=dword:00000001
    
  • with the same key for HKEY_CURRENT_USER, which not only disabled the power button in the Ctrl-Alt-Del menu, but also disabled it in the Start Menu:
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
    "NoClose"=dword:00000001
    

How can I keep the power button in the Start Menu enabled while disabling it in the Ctrl-Alt-Del menu?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.