forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


List running services
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Mar 29, 2003 2:10 pm    Post subject: List running services Reply with quote

I was sure I had seen a thread on how to list running services but I can't
find it either on this forum or on the archive. Confused

Does anyone know how to list running services?

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Sat Mar 29, 2003 8:35 pm    Post subject: Reply with quote

Mac posted some code on something like this, but I don't think it was
specifically running services. Check down in the VDS 3 source code
section.

-Garrett

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Mar 29, 2003 11:15 pm    Post subject: Reply with quote

is this what you were after?

http://www.vdsworld.com/forum/viewtopic.php?t=1347

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Mar 29, 2003 11:22 pm    Post subject: Reply with quote

@LiquidCode & @Serge: I'm looking to find out how to list the running
services. A service is a program which is running in the background at
all times, even when a user is not logged on. I'm attempting to create a
utility which will allow the investigation of viruses and trojan horses and
help remove them from a system. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Mar 29, 2003 11:58 pm    Post subject: Reply with quote

i assume that services don't show using winspy...if so, i have no idea...sorry!

i had an idea that vds5 supported services...or am i mistaken?

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Sun Mar 30, 2003 12:56 am    Post subject: Reply with quote

Uh... if Mac posted anything about this, it was an accident - 'cause
he has no idea what (sevices?) ya'll are talking about... Confused

_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Mar 30, 2003 1:17 am    Post subject: Reply with quote

Quote:
The term "service" in Windows NT is used to denote both a special kind of Win32 process and Windows NT kernel-mode device drivers.


It's a special kind of process. Wink

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Mar 30, 2003 1:18 am    Post subject: Reply with quote

See here for more info:
http://www.rdbooks.com/store/products/chapter/ntprch11.htm

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Sun Mar 30, 2003 8:13 am    Post subject: Reply with quote

Mac wrote:
Uh... if Mac posted anything about this, it was an accident - 'cause
he has no idea what (sevices?) ya'll are talking about... Confused


You recently posted about picking up a list of running programs, or picking
up the programs from the running processes. But I am not sure what the
extent of that idea had reached yet.

-Garrett

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Sun Mar 30, 2003 8:17 am    Post subject: Reply with quote

BTW, if you're only looking to cover the Win9x systems, then disregard
anything you hear about NT, as the services in 95 can be any typical
exe, even VDS made exe's can be run as a service on 95 systems.

I can at least give you an idea how to get a list of programs that are
set to be run as services.

Check the registry for services list.

For services on NT.... Good Luck! It's a pain dealing with NT on this.

-Garrett

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Sun Mar 30, 2003 8:41 am    Post subject: Reply with quote

The program I posted:

http://www.vdsworld.com/forum/viewtopic.php?t=1347

uses @winlist(NCI) instead of just the default window name (title),
and some of the programs listed may be services. I also added a
second version that will attempt to close a selected program if ya
choose to.

Most folks would prolly be surprised at the stuff running that does
NOT show up with CTRL+ALT+DEL...

_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Sun Mar 30, 2003 9:01 pm    Post subject: Reply with quote

Mac wrote:
Most folks would prolly be surprised at the stuff running that does
NOT show up with CTRL+ALT+DEL...


Ain't dat da tooth!!!

-Garrett

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
moke
Contributor
Contributor


Joined: 02 Jan 2002
Posts: 162

PostPosted: Wed Apr 09, 2003 5:23 pm    Post subject: Reply with quote

Hey FF,
Did you ever make any headway with listing NT services? I might be able to use that ability for the resurection of an old project.

Thanks Smile
moke
Back to top
View user's profile Send private message Send e-mail
vdsalchemist
Admin Team


Joined: 23 Oct 2001
Posts: 1448
Location: Florida, USA

PostPosted: Wed Apr 09, 2003 6:18 pm    Post subject: Reply with quote

Hi All,
The only way I know of right now to do this is to use the Win32 API with Gadget. There are tons of VB examples that do this and can be converted to Gadget.

_________________
Home of

Give VDS a new purpose!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Apr 09, 2003 6:57 pm    Post subject: Reply with quote

Hi moke,

Nope, never found a way but I'm still checking into it. I thought there was
an old DOS command that could do it. Confused

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group