[Visual Basic.net] Disable ctrl+alt+del
Posted: 30 Dec 2010, 13:22
Code: Select all
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System ", _
"DisableTaskMgr", "1")
CC - Making Life A "Byte" Easier!
https://www.chattchitto.com/forum/
Code: Select all
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System ", _
"DisableTaskMgr", "1")