Page 1 of 1

[Visual Basic.net] Disable ctrl+alt+del

Posted: 30 Dec 2010, 13:22
by djfshady

Code: Select all

My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System ", _
"DisableTaskMgr", "1")