Program invisible in CTRL+ALT+DEL
1 line piece of code to make your program/application invisible in the Task Menu (CTRL ALT DEL)
Original Author: Kris_1028
Code
App.TaskVisible = False
and if you want to make it visible again just type:
App.TaskVisible = True
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.