隱藏程式行程 (Ctrl + Alt + Del 看不到)
如何隱藏程式行程 , 讓 Ctrl + Alt + Del 看不到!
Windows 98 可用API 來做
Private Declare Function GetCurrentProcessId Lib "kernel32" () _
As Long
Private Declare Function RegisterServiceProcess Lib _
"kernel32" (ByVal dwProcessID As Long, _
ByVal dwType As Long) As Long
WinNT , 2K , XP 可直接使用如下方法
App.TaskVisible = False