Page 1 of 1

TaskManager

Posted: 21 Sep 2017, 06:31
by Reloaded
Hey Guys ! Can you said me, is it Possible to open an programm when in TaskManager are 5 Applications open ?

Cause i have a Self maked programm it close all programms cause my Pc startup 35 Applications by Startup and all idk. 5-10 Min and for this i designed my Programm but when i play Games or something i need to start the Programm Manuel to close all the Programms and i dont want to do this more.

Would be nice if some one can help me, and if you need more informations tell me i said you exactly what is my Problem.

Re: TaskManager

Posted: 21 Sep 2017, 07:12
by jNizM
You better kick programs you dont want to start from your autostart.

Startup Folder:
- shell:startup (alternative -> %AppData%\Microsoft\Windows\Start Menu\Programs\Startup)
- shell:common startup (alternative -> C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup)

Tool:
Autoruns by ms sysinternals

For your question:
With commands/Process.htm you can check if a process is running and / or terminate a process.

Re: TaskManager

Posted: 21 Sep 2017, 09:43
by Reloaded
I already did this but programms like

- remoting_host.exe
- SearchFilterHost.exe
- smartscreen.exe

and much more you cant disable it D:

Re: TaskManager

Posted: 21 Sep 2017, 10:02
by BoBo
and much more you cant disable it
There might be a reason for that, except you want to sit in front of a blackened screen ...

Re: TaskManager

Posted: 21 Sep 2017, 12:40
by Reloaded
Cause this Autostart manager i need to Reinstall my Windows and all my Files lost...

Re: TaskManager

Posted: 21 Sep 2017, 13:09
by KuroiLight
Reloaded wrote:I already did this but programms like

- remoting_host.exe
- SearchFilterHost.exe
- smartscreen.exe

and much more you cant disable it D:
These can be disabled in windows settings, I dont recommend using a script because it may cause more damage than doing it the normal way.
Though I don't recommend doing so unless you know what you are doing, You can disable most services in the windows service manager (services.msc), refer to this list though as you can brick/make it hard to recover windows if you disable the wrong thing: BlackVipers Windows 10 Service List
Disabling SmartScreen
Disabling Windows Search

Re: TaskManager

Posted: 22 Sep 2017, 08:08
by Reloaded
I try it and its Work Thank you !