Can I disable Task Manager?

Hello

Can I disable Task Manager in Windows by using VB 2005?

Thanks

[87 byte] By [onh1986] at [2007-12-28]
# 1
not really im afraid. its a Windows thing which you dont have control over. Why would you want this?
ahmedilyas at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2

ahmedilyas wrote:
not really im afraid. its a Windows thing which you dont have control over. Why would you want this?

I've seen a program doing that.

When I press CTRL+ALT+DEL, Task Manager show and close quickly.

onh1986 at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 3

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
Modify/Create the Value
Data Type(s) and Value Name(s) as detailed below.
Data Type: DWORD Value // Value Name: DisableTaskMgr
Setting for Value Data: [0 = Enabled (Default) / 1 = Disabled]
Exit Registry and Reboot

http://www.theeldergeek.com/enable_disable_task_manager.htm

ReneeC at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic Language...