About nixCraft

Topics

Find and Control All Hidden Running Services on MS Windows Server 2003 / Vista / XP System

Posted by Vivek Gite [Last updated: January 10, 2008]

Under Linux / UNIX it is very easy to find out all running services and shutdown unwanted services. All you have to do it go through the following directories or configuration files:
=> /etc/init.d/
=> /etc/rcX.d/
=> /etc/xinetd./d
=> /etc/inetd.conf
=> /usr/local/etc/rc.d

You can also use tools such as CentOS / RHEL ntsysv tool / Debian / Ubuntu service configuration tool. Ultimately, netstat command always displays a list of all open ports:
# netstat -tulpn

Controlling Services under MS Windows Server

Shutting down services under Windows Vista or Server 2003 is not straightforward. Microsoft allows different ways to start an application at system startup or user login which results into a true messy system. MSConfig utility bundled with Windows Me and XP does a good job but it is not sufficient. There is a nice utility called Autorun:

This utility, which has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and shows you the entries in the order Windows processes them. These programs include ones in your startup folder, Run, RunOnce, and other Registry keys. You can configure Autoruns to show other locations, including Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, auto-start services, and much more. Autoruns goes way beyond the MSConfig utility bundled with Windows Me and XP.

Autoruns' Hide Signed Microsoft Entries option helps you to zoom in on third-party auto-starting images that have been added to your system and it has support for looking at the auto-starting images configured for other accounts configured on a system. Also included in the download package is a command-line equivalent that can output in CSV format, Autorunsc.

Use autoruns utility to manage all startup programs under Windows. You'll probably be surprised at how many executables are launched automatically!

Windows Server 2003 / 2008 / XP / Vista - Autoruns to control Services
(Fig. 01: Autoruns in Action)

A note about this article

This site is all about Linux and open source software. Unfortunately, my work some time demands to work on other platforms such as Mac, Cisco and Windows Servers. I will try to highlights some of the best security tools and tips for other platforms. Please vote, if you would like to see more tips about other platforms:

Your Favorite Open Source CMS

  • Joomla (26%, 544 Votes)
  • Drupal (24%, 502 Votes)
  • WordPress (15%, 315 Votes)
  • Other (12%, 258 Votes)
  • MediaWiki (6%, 117 Votes)
  • Plone (5%, 106 Votes)
  • PHP-Nuke (5%, 97 Votes)
  • Typo (4%, 80 Votes)
  • Mambo (3%, 54 Votes)
  • eZ Publish (1%, 25 Votes)

Total Voters: 2,097

Loading ... Loading ...

(Visit here to vote)

Tell us how we're doing: Please answer a few questions about your experience to help us improve nixCraft.

You may also be interested in other helpful articles:

Discussion on This Article:

  1. Si_4&a$=( Says:

    how to open windows registry (hives like SYSTEM, SOFTWARE) from Linux?

  2. Davide Says:

    Interesting article.
    It will be useful to see other win-server-article viewed by an unix admin.

  3. vivek Says:

    Si_4&a$, You can’t.

    Davide, we will try to cover windows-server related stuff (which is depend upon current poll result)

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , , , , , , , , , , , , , , ,

Copyright © 2004-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.