by Dherar Z. AL-Rashoud (1 Submission)
Category: Files/File Controls/Input/Output
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)
how to disable and enable taskmngr few lines only... no API no complicated stuff "i red that somewhere in VBC"
dont give me the credits because i'm not the one who thought of it... i cant remember the guy's name who thought of it so please whoever knows the name just lemme know i'll edit this article to give him the credits...
anyways... the best way to disable taskmgr is to open it for binary access write... this way just try to press alt+ctrl+del and it wouldn't work...
i tried that for like lotsa times and it worked on Winxp pro
Open "C:\windows\system32\taskmgr.exe" For Binary Access Write Lock Read As #1
to enable it just
close #1
easier than writin' to registry or doin' some long codes to disable it