The Windows Task Manager is accessible by pressing Ctrl + Alt + Del, can be used to see the applications, processes, CPU, memory usage and other information. However, you can also delete a process being used and it may be interested to restrict users access to the task manager for security reason.
It is specially an important part for creating a Windows 7 based KIOSK or embedded system, for banks or other institutions, or any where where the administrator simply do not want the user to know what operating system is running or simply to stop users to modify the registry.
Click Start button, type “regedit” (without the quotation marks) and press Enter from keyboard. Accept the security prompt to run Windows registry editor:
---

Go to the key: “HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Policies” ; create a new sub key named “System” by right click over Policies > New > Key :

In the right pane, create a new 32 bit DWORD value named “DisableTaskMgr” and set as data “1” (Simply right click on the right pane > New > 32 bit DWORD value to create it):


Now when you press Shift +Ctrl + Del, Simply nothing happens. When you press Ctrl + Alt + Del, the screen appears without the option to start Windows task manager.
To re enable Windows task manager, simply delete the subkey you have created or, set the value to “0” (Zero).
Tagged With customize task manager windows 7 , task manager access windows 7 , how to remove process from task manager windows 7 , how to disable task manager using c# using gpedit , how to customize task manager in windows 7 , how to close access task manager , disable task manager windows 7 , disable task manager cmd , disable host task manager windows 7 , customize processes windows 7