- Home
·
- Encryption
·
- This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List.
This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List.
This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List.
API Declarations
Private Const RSP_SIMPLE_SERVICE = 1
Private Const RSP_UNREGISTER_SERVICE = 0
Private Declare Function GetCurrentProcessId Lib "kernel32" () As Long
Private Declare Function RegisterServiceProcess Lib "kernel32" _
(ByVal dwProcessID As Long, ByVal dwType As Long) As Long
Private Declare Function GetCurrentProcess Lib "kernel32" () As Long
Rate This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List.
(2(2 Vote))
Dim lngProcessID As Long
Dim lngReturn As Long
lngProcessID = GetCurrentProcessId()
If lbValue Then
lngReturn = RegisterServiceProcess(pid, RSP_SIMPLE_SERVICE)
Else
lngReturn = RegisterServiceProcess(pid, RSP_UNREGISTER_SERVICE)
End If
End Sub
This Will Hide Any Application You Put This Code In From The Ctrl + Alt + Del List. Comments
No comments yet — be the first to post one!
Post a Comment