I need to disable log off function for terminal services users. Disconnect option only will be acceptable. Is any script to make it works?
Asked
Active
Viewed 1.3k times
1 Answers
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
-
2just for info, this doesn't work on Windows Server 2008 R2 – Antonio Bakula Jun 15 '12 at 12:44
-
The answer given by Matt is not working on Windows 7 – Pigeo Mar 26 '21 at 14:45