This Code Is To Disable Ctrl Alt Delete At Windows XP
This Code Is To Disable Ctrl Alt Delete At Windows XP
API Declarations
'U Can Change The Win Path To Fit Ur Need
If Do_It = True Then
FileCopy "C:\WINDOWS\system32\taskmgr.exe", "c:\taskmgr.exe"
Kill "C:\WINDOWS\system32\taskmgr.exe"
Else
FileCopy "C:\taskmgr.exe", "C:\WINDOWS\system32\taskmgr.exe"
End If
End Sub
Rate This Code Is To Disable Ctrl Alt Delete At Windows XP
(1(1 Vote))
DisTaskMngr True
End Sub
Private Sub Form_Unload(Cancel As Integer)
DisTaskMngr False
End Sub
This Code Is To Disable Ctrl Alt Delete At Windows XP Comments
No comments yet — be the first to post one!
Post a Comment