VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easiest way to disable CTRL + ALT + DEL (so easy it almost hurts) 1 Line of code

by Eric Wolcott (20 Submissions)
Category: Coding Standards
Compatability: VB Script
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (10 Votes)

This code shows you how to disable CTRL ALT DEL with 1 line of code. Its really easy and i figured someone might find this usefull.

Rate Easiest way to disable CTRL + ALT + DEL (so easy it almost hurts) 1 Line of code

Open "C:\Windows\System32\TaskMgr.exe" for Binary as #1
'Thats all you have to do to disable CTRL+ALT+DEL to reinable it all you have to do is Close #1. This code can be changed to stop CMD.EXE as well as command.com. Now take it easy on me, i posted this in hopes someone will find it usefull.

Download this snippet    Add to My Saved Code

Easiest way to disable CTRL + ALT + DEL (so easy it almost hurts) 1 Line of code Comments

No comments have been posted about Easiest way to disable CTRL + ALT + DEL (so easy it almost hurts) 1 Line of code. Why not be the first to post a comment about Easiest way to disable CTRL + ALT + DEL (so easy it almost hurts) 1 Line of code.

Post your comment

Subject:
Message:
0/1000 characters