
Re: Question abt Task Manager??
Well, there is no point doing the changes for Admin user since Admin can change back the setting
For for normal users, sure can do by editing the "system registry". What version of OS you using? Usual method as below:
* Click Start, Run and type Regedit.exe
* Navigate to the following branch:
Code:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System
* In the right-pane, set the value named DisableTaskMgr to "1". If "DisableTaskMgr' not exist, please create one as below:
Code:
Name: DisableTaskMgr
Type: REG_DWORD
Value: 1 (Enable this key, that is DISABLE TaskManager)
Value: 0 (Disable this key, that is Don't Disable, Enable TaskManager)
* Close Regedit.exe
* Reboot your system