Hide from Task Manager - Forum

Forum Navigation
You need to log in to create posts and topics.

Hide from Task Manager

Hi VisualNEOers!

For player part of my program I need it to be complete hidden, I want it to be hidden from windows task manager list (when you press alt+ctrl+del)

is there any plugin or trick to do that?
If I'm not wrong I think there was one but I don't remember it...

Hello,

I am not aware of any plugin or software to hide from task manager.

This is for security reasons.

Only malware would need such function.

In theory a windows service would be such thing.

Regards

Hans-Peter

noyzen has reacted to this post.
noyzen

I'm fine with older versions of windows, but in windows 10 some software showing in task manager and user may close them and this can make my program crash... (macro creation program)

I just mean to hide program in the "Simple View"

when you click on "More Details" Button all programs which they were hidden will show and that's fine if my program list there... I just need to hide it on Simple view.

Sorry for bad English.

I found something,

When program is "Run as System Try" it will not show on simple view of task manager, that's what I need.
But when Running as standard app it will list on simple view.

Then you may try the option: System Tray Application

https://winhelp.visualneo.com/General1.html

 

 

Hello,

I made a small test and combined the "Outside left" option with "Compiled to tray app".

But it is still in the Win 10 task manager app-view.

Regards

Hans-Peter

Hi sorry for late answer,

Yes that's my exact problem :)

@noyzen

The tmStealthOn command (tmCanvas plugin, Alberto Meyer, TechMedia) seems to hide the application from the "Applications" tab of the Task Manager. The application remains visible on the "Processes" tab.

noyzen has reacted to this post.
noyzen

Thanks Vadim!

I'll check that soon.