Nbanonimous Posted January 29, 2008 Posted January 29, 2008 how do you disable Control Alt Delete and the menu it brings? Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
PsaltyDS Posted January 29, 2008 Posted January 29, 2008 how do you disable Control Alt Deleteand the menu it brings?And... what are the non-malicious reasons for doing that? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Nbanonimous Posted January 29, 2008 Author Posted January 29, 2008 no its not malicious i just want a code that disables the menu that control alt delete brings up so i can add to my prog plz Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
testMunky Posted January 29, 2008 Posted January 29, 2008 what does this program do? What is the need to prevent Ctrl-Alt-Del?
Nbanonimous Posted January 29, 2008 Author Posted January 29, 2008 well its a locking PC program someone gave it to me the code its perfect for when i leave my computer for a smoke exept i tested and i could Control Alt Delete and logoff which i can't have on my computer because i have work on it so how do u disable? Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
Fossil Rock Posted January 29, 2008 Posted January 29, 2008 I'm sensing a *CLICK* very soon.... Agreement is not necessary - thinking for one's self is!
Jewel Posted January 29, 2008 Posted January 29, 2008 There's a File in System32 named "Task Manager" Delete it And Ctrl+alt+Del won't work..
ericbailey2 Posted January 29, 2008 Posted January 29, 2008 Doesn't windows come pre-installed with locking software? whenever you leave your pc hit the windows key + L and it locks your screen. If you have a screensaver password.
Nbanonimous Posted January 29, 2008 Author Posted January 29, 2008 but i wanted to make my own program... i dont wanna delete any processes Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
Nbanonimous Posted January 29, 2008 Author Posted January 29, 2008 can you tell me the code i dont have system32 process on my computer Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
Bert Posted January 29, 2008 Posted January 29, 2008 (edited) You can go into the Local Security Policy Editor and disable that feature. They can do a CTRL+ALT+DEL, but the option to log off won't be there. Also, if folks are doing this to your work PC, then simply either:Log off when you walk awaySave your work before you smokeDon't smoke - Always a good optionRemove the delete key from your keyboard Edited January 29, 2008 by Volly The Vollatran project My blog: http://www.vollysinterestingshit.com/
Bert Posted January 29, 2008 Posted January 29, 2008 The Vollatran project My blog: http://www.vollysinterestingshit.com/
Pioneer5250 Posted January 29, 2008 Posted January 29, 2008 You could add this into your loop! If WinExists('Windows Task Manager') Then WinClose('Windows Task Manager') EndIf
Recommended Posts