| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Apr 13, 2004 5:12 pm Post subject: hiding a program so its not in task manger |
|
|
hello all
I have been trying to find a way to hide a program so its not in the task manger...is there a way to do this on xp? i know there is a dll that works on 98 but i'am trying to make exe as small as i can... cuase i have to uses a bitmap file which is huge so i'am trying to cut back on dll's
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Apr 13, 2004 6:47 pm Post subject: |
|
|
NT security is really strict, so there's not much of a way to do this. Even
making your program a service will not hide it, you would have to make
a system driver, which is not possible to do without an enormous amount
of work. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Apr 13, 2004 7:07 pm Post subject: |
|
|
if i make it a "service" at least it won't be under task...how do i make a vds program a service?
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Tue Apr 13, 2004 7:09 pm Post subject: |
|
|
| FreezingFire wrote: | Even
making your program a service will not hide it, you would have to make
a system driver, which is not possible to do without an enormous amount
of work. |
Services are noted in the Task Manager as "SYSTEM", so it won't hide them indeed... _________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Apr 13, 2004 7:27 pm Post subject: |
|
|
i thought on xp you have to click on the tab called services to see what service are running....when you do a a crtl alt del it don't open the services tab unless you click on it....if this is the case then that is what i want to do.... _________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Apr 13, 2004 7:51 pm Post subject: |
|
|
Nope, this is what the Win 2000 and XP task manager look like - but ignore
the red, it's because I'm linking the picture from www.sun.com
 _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Apr 13, 2004 8:29 pm Post subject: |
|
|
i don't see the picture  _________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 14, 2004 12:12 am Post subject: |
|
|
still no go  _________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Apr 14, 2004 12:47 am Post subject: |
|
|
What happens when you try to view it? Is is not found, does the server
not respond, etc.? It works fine for me.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 14, 2004 12:56 am Post subject: |
|
|
sorry i get this
| Code: |
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
|
_________________ Have a nice day  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 14, 2004 1:35 am Post subject: |
|
|
hummm kk i found one on that site....
question tho won't the service type exe be listed in processes instead of application?
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Wed Apr 14, 2004 3:20 am Post subject: |
|
|
hmm,
I noticed 16bit things that run in DOS appear as CMD.EXE(WinXP) and command.com (win98)
interesting ... |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Wed Apr 14, 2004 3:54 am Post subject: |
|
|
here is some info how to hide program from the task however this info is for a diff programing laguage..but maybe we can firgure something out
| Quote: |
Hide your application from the Task Manager in Windows 98, Me, 2000 and XP.
To hide your application in Windows 2000/XP you just need to set app.title = ""
To hide your application in Windows 98/Me you need to use an API called RegisterServiceProcess
|
i will post more info as i find it  _________________ Have a nice day  |
|
| Back to top |
|
 |
|