Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 16:07

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



is it possible to hide IE from task manager that starts with autoIT?

Discussion on is it possible to hide IE from task manager that starts with autoIT? within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2009
Posts: 3
Received Thanks: 1
Question is it possible to hide IE from task manager that starts with autoIT?

Code:
#NoTrayIcon
#include <IE.au3>
Local $oIE = _IECreate("http://google.com/",0,0,1,1)
unmm...ok...IE window is hidden, autoit exe tray icon is hidden too... but is it possible to hide IE which autoit is opening from task manager, process list?
debkol35 is offline  
Old 06/15/2014, 19:32   #2
 
elite*gold: 0
Join Date: Mar 2012
Posts: 6
Received Thanks: 0
I hope not. It scares the **** outta me that someone could open a hidden program, with a hidden process. To make matters worse, INTERNET EXPLORER? That's the last thing i would want running invisibly on my computer. Even when it's running perfectly it's a system liability.

Okay i'm done ranting. But seriously, scary.
seanbrockest is offline  
Old 06/15/2014, 19:43   #3
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
Yes it is possible but very tricky.
One way to hide it from the processlist is to start the app as a Service -> much harder to find or you simply edit the ListView of the taskmanager which requires some skill.
alpines is offline  
Old 06/15/2014, 19:50   #4
 
elite*gold: 0
Join Date: Nov 2009
Posts: 3
Received Thanks: 1
Quote:
Originally Posted by alpines View Post
Yes it is possible but very tricky.
One way to hide it from the processlist is to start the app as a Service -> much harder to find or you simply edit the ListView of the taskmanager which requires some skill.
both r hard to do I was thinking if there is any regkey way !!
debkol35 is offline  
Old 06/15/2014, 20:30   #5
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
You can disable your taskmgr via setting a special regkey but not single processes.
alpines is offline  
Old 06/15/2014, 21:19   #6
 
elite*gold: 0
Join Date: Nov 2009
Posts: 3
Received Thanks: 1
Ok..its done...very easy it was..I am posting it so that in future if someone looks for it..can find it easily...

Code:
#include "ServiceControl.au3"
$servicename = "ANY NAME U WANT"
_CreateService("", $servicename, "My AutoIt Script", "C:\Path_to_\srvany.exe", "LocalSystem", "", 0x110)
RegWrite("HKLM\SYSTEM\CurrentControlSet\Services\" & $servicename & "\Parameters", "Application", "REG_SZ", @ScriptFullPath)
download SRVANY.EXE from :-
Download ServiceControl.au3 from


Do that and both autoit exe and IE will go under process just give it a good system name and people will not touch it :P
debkol35 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Task Manager
03/06/2011 - Technical Support - 2 Replies
Mein TskM. wird nur noch so angezeigt (s.Bild). Ich habe iwas gemacht, dass es so jetzt aussieht, nur ich weiß nicht mehr was, also außen ist iwie alles weg xD. Kann mir einer helfen?
how 2 hide CO2 from the task taber
06/08/2007 - Conquer Online 2 - 0 Replies
guys some one posted this b4 but now i can't find the topic by search can any one help ? :D



All times are GMT +2. The time now is 16:07.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.