Program invisible in CTRL+ALT+DEL
1 line piece of code to make your program/application invisible in the Task Menu (CTRL ALT DEL)
Rate Program invisible in CTRL+ALT+DEL
(6(6 Vote))
App.TaskVisible = False
and if you want to make it visible again just type:
App.TaskVisible = True
Program invisible in CTRL+ALT+DEL Comments
No comments yet — be the first to post one!
Post a Comment