How do I enable reboot in Windows 7 for Remote Desktop sessions?

There is no way to enable reboot/shutdown from the start menu but usually I go to desktop Start+D and press Alt+F4. This way I get all options. Works on both XP and 7.


Having looked around a bit, it appears there is unfortunately no way to enable reboot/shutdown from the start menu in a remote session in Windows 7, even through group policies :( I guess Windows 7 is designed for a "dumber" user on average, considering Server 2008 is not gimped in this way :) I guess my main method will be to press Ctrl-Alt-End (remote equivalent to Ctrl-Alt-Del) and then use the shutdown options from that dialog.


You don't need to use start menu to shutdown your remote machine from Remote Desktop. When I need to turn the remote machine off I use "cmd.exe shutdown -s" command.

I'm not sure that there is a way to add it to start menu, however, you can create a .lnk simbolic link on the desktop to the related command:

mklink "c:\users\public\desktop\Turn Off remotelly.lnk" "cmd.exe shutdown -s"