That is,even if you press Ctrl+Alt+Del,the task manager should not pop up.
You can disable access to the task manager using the group policy editor or the The Group Policy API.
To use the editor, run gpedit.msc
and navigate to Navigate to "User Configuration" -> "Administrative Templates" -> "System" -> "Ctrl+Alt+Del Options". Double-click the "Remove Task Manager" setting and set it to "Enabled".
Close the policy editor then run the command gpupdate /force
to apply the changes.
After you've done this, if the user tries to access the task manager then they'll get a message saying that access is disabled.
EDIT
If the user is an administrator then they could (if they know how to) go into gpedit and re-enable the taskmanager. To avoid this make them a member of the Users or Guests groups: they won't be able to change the any policy settings then.
While a user can go in and turn it on again, you can set this registry key to 1
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskmgr
(the \System\ and DisableTaskmgr might not exists so create them, DisableTaskmgr should be a DWORD32 key)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With