VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This Code Is To Disable Ctrl Alt Delete At Windows XP

by The Genius (Mohamed Gamal Hassan) (2 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 16th August 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



DisTaskMngr True
End Sub

Private Sub Form_Unload(Cancel As Integer)
DisTaskMngr False
End Sub

Download this snippet    Add to My Saved Code

This Code Is To Disable Ctrl Alt Delete At Windows XP Comments

No comments have been posted about This Code Is To Disable Ctrl Alt Delete At Windows XP. Why not be the first to post a comment about This Code Is To Disable Ctrl Alt Delete At Windows XP.

Post your comment

Subject:
Message:
0/1000 characters