Jump to content
xisto Community
Sign in to follow this  
salma21

Ways To Kill Task Manager

Recommended Posts

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!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.