How to remove shutdown option in start menu of Windows 10

5

2

I have a PC that should always be on. I recently upgraded to Windows 10 from Windows 7. In Windows 7 I changed the default action of the power button in the start menu to log off from my machine so that I could not accidentally shut it off. However in Windows 10 the start menu changed and this doesn't appear to be possible anymore?

I wonder how the shutdown option can be removed from the start menu. I cannot find any information about it but I expect this to be possible.

Windows 10 shutdown option

Ron Deijkers

Posted 2015-10-08T09:41:49.550

Reputation: 169

2You can't disable the PC being turned off. Even if you do this, you could probably run a command like shutdown -s – Dave – 2015-10-08T10:12:55.450

1I dont know the actual solution but one idea that if possible that any script you can run automaticaly exactly before shutdown the computer than it is poosible to run batch script with command 'shutdown /a' by this you can controll your pc turn off – Akshay Pethani – 2015-10-08T11:48:13.967

I just tried out my solution. but it do not work on hard shutdown it only work on timed shut down. – Akshay Pethani – 2015-10-08T11:49:14.483

you can still change what the power button does in windows 10, search for power options, it is in there. – Dupree3 – 2015-10-08T18:45:24.777

Thanks for the information. Well I do think it is possible to disable it all together but actually what I mean is to remove that option only so that with shutdown it is still possible. And for the power options: I think in the power options you can only set what the hardware power button does. The options of the Power item (select list of Sleep, Shut Down, Restart) cannot be configured there. – Ron Deijkers – 2015-10-09T09:44:15.983

This is definitely possible: the Nividia GeForce driver updating process does this

https://i.imgur.com/wFs956q.png

– Red15 – 2016-03-17T09:16:56.437

haha... I should install the latest beta driver then :-) – Ron Deijkers – 2016-03-17T09:54:12.430

Answers

6

To remove the Shut Down, Restart, Sleep, and Hibernate commands from the Start menu and from the screen that is displayed after pressing Ctrl+Alt+Delete:

  1. Open the Local Group Policy Editor (run gpedit in the Command prompt).
  2. Go to: User Configuration > Administrative Templates > Start Menu and Taskbar
  3. Set "Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands" to Enabled

It does not prevent users from:

  • running other programs that perform these functions. For example in the Command prompt they can run: shutdown /s to shutdown the computer or shutdown /r to restart the computer.
  • log off from Windows and then shutdown or restart the computer.

The Group Policy Editor is available only in Pro, Enterprise and Education editions of Windows 10, and not in Windows 10 Home.

More info is given on these pages:

The answer is based on Paweł Iwaneczko's answer, which unfortunately didn't work for me.

iwis

Posted 2015-10-08T09:41:49.550

Reputation: 61

4

I found this to work. This is more of a reply so people searching google can find this answer.

open regedit and go to: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideShutDown

open the key that says value and change it to 1. Your Shutdown option is now removed for everyone, but all other options are still there. This includes the sign on screen, and alt+ctrl+del screen.

Change it to 0 to bring it back.

This just removes the menu options, wont prevent shutdowns from users with the policy to issue the shutdown command via a command or separate program.

Urbanchaos

Posted 2015-10-08T09:41:49.550

Reputation: 41

2

Very good answer for this question is here and here.

Open the Local Group Policy Editor (Win+R and gpedit.msc)

Go to:

Computer Configuration->Windows Settings->Security Settings->Local Policies->User Rights Assingment->Shut down the system

And finally add/remove specific group of users to allow/prevent them to shutdown the system.

Hope it'll help.

Paweł Iwaneczko

Posted 2015-10-08T09:41:49.550

Reputation: 121

0

It appears that the solution that Urbanchaos listed

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideShutDown   value   1

only works for Windows 10 1809 and later. For 1803 I have had to edit a similar value.

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start   HideShutdown   1

I honestly have no idea why this does not work but I'm continuing to look into it.

awsnap

Posted 2015-10-08T09:41:49.550

Reputation: 1

-2

Power options removed I tried it on my win 10 pc, it worked, but it removes all options in the 'Power' menu:

http://www.sevenforums.com/tutorials/148605-shut-down-restart-sleep-hibernate-commands-add-remove.html

Option one still works for win 10

Hope this helps! :)

issac_the_crazy

Posted 2015-10-08T09:41:49.550

Reputation: 1

1While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. It would be nice if the information to implement your solution was contained within your answer – Ramhound – 2015-11-02T14:21:21.400