3

I need to disable log off function for terminal services users. Disconnect option only will be acceptable. Is any script to make it works?

Boris
  • 35
  • 1
  • 2
  • 7

1 Answers1

2

This should work...

There are two group policy settings you can make... Or you can use the local policy editor.

They are listed in this link:

http://www.hackersorigin.com/disable-a-user-from-logging-off-windows/?mobile=1

User Configuration->Administrative Templates->System->Ctrl+Alt+Del Options.
On the right, Enable this setting “Remove Logoff“.

and...

User Configuration->Administrative Templates->Start Menu and Taskbar.
On the right, Enable this setting “Remove Logoff on the Start Menu“.
Matt
  • 1,903
  • 13
  • 12