GauravK wrote:
After Shutdown and Restart are enabled for Remote sessions, go to the Main Menu tab in Classic Start Menu settings and change the "Shutdown command" to "Logoff". This will make Log off the default command and other actions remain available in the submenu.
Thank you very much. That was exact the combination I was looking for. That way it is the exact feeling of Server 2008 R2 in a RDP Session. I made a Registry file out of it, so my fellow Admins, have the rigtht settings in place, when they login for the first time.
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\IvoSoft\ClassicStartMenu]
"MenuStyle_Default"="Win7"
"DisableHotCorner_Default"="DisableAll"
"ShutdownCommand_Default"="CommandLogOff"
"RemoteShutdown_Default"=dword:00000001