Shutdown/Restart options missing from Start menu in RDP session
Posted by Jealentuss@reddit | sysadmin | View on Reddit | 12 comments
Hello Admins,
We recently replaced a computer for a client who uses RDP to work from home. While in an RDP session the shutdown and restart options are missing from the start menu. I set up a batch script to reboot the system but this is one of those people who just doesn't like viable workarounds. Whatever, they're paying for it. I just want to make sure I'm exhausting my options here.
Troubleshooting steps taken so far: * Logged in as the domain admin and confirmed the issue is not profile specific * Verified there wasn't a default domain policy toggled to remove the power button options * Reviewed an existing custom GPO to remove power button options for VMs, but this is explicitly targets the VMs by host name. Disabled this and ran gpupdate for shits and giggles, no impact. * Set the local policy under Computer configuration > Admin Templates > Start Menu and Taskbar > Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands > set to Disable, ran gpupdate, still no luck * Verified local policy changes were taking effect over domain policy by going to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Remote Session Environment and enabling the "remove disconnect button" policy, then running gpupdate, option was removed, I read that in some instances this could allow the shutdown buttons to populate but this was not the case.
I have googled and GPT'd but am at a loss for what is dictating this. Anyone have any ideas?
haksaw1962@reddit
Windows has never allowed menu shut down or restart for remote sessions. It can be accomplished via command line. I believe that if you RDP using a Console connection it may be allowed.
itskdog@reddit
I've definitely done it on Server 2016 before, and I definitely recall seeing the options in the power menu next to Disconnect
Nomaddo@reddit
Do you have
HKLM:\SOFTWARE\Microsoft\PolicyManager\default\Start\HideShutDownset to 1?Master-IT-All@reddit
The users is an Administrator?
Jealentuss@reddit (OP)
Local admin in the workstation, yes
protogenxl@reddit
Admin to the rdp session? That others may be connecting too?
Shot-Document-2904@reddit
Just give him a couple bat files on the desktop called reboot or shutdown. Then go work on actual problems.
Jealentuss@reddit (OP)
This person is the principal so they get extra pampering on account of they pay the bills. I did set up the .bat script already but that was less than ideal for them. Just exploring all options to integrate a native Windows reboot the way they are used to.
Vichingo455@reddit
Add the user to the shut down privilege in the host.
Windows Settings > Security Options > User Privilege (whatever) > Shut down the computer.
Jealentuss@reddit (OP)
This was done. They can shut the system down when logged in directly but not over RDP.
smbcomputers@reddit
You can do that in a RDP session from the start menu. Guess is GPO restricted
Zerowig@reddit
Thought this was working as intended? I’ve been so used to this I’ve been using Alt+F4 for years to bring these prompts up.