InPowerS.Net

 找回密碼
 註冊
搜索
查看: 2735|回復: 0

如何隱藏程式行程 , 讓 Ctrl + Alt + Del 看不到!

[複製鏈接]
發表於 2008-12-26 13:01:17 | 顯示全部樓層 |閱讀模式
本帖最後由 肥龍 於 2008-12-26 13:09 編輯

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
您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則

小黑屋|Archiver|手機版|InPowerS.Net

GMT+8, 2025-5-9 21:50

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回復 返回頂部 返回列表