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

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:
[poll=4]

(Visit here to vote)

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 3 comments… read them below or add one }

1 Si_4&a$=( 01.10.08 at 6:43 pm

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

2 Davide 01.13.08 at 9:59 am

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

3 vivek 01.13.08 at 10:33 am

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 Comment

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

Tagged as: , , , , , , , , , , , , , , , , , , ,

Previous post: Download of the day: AutoScan Network Monitoring – Management Tool

Next post: Linux Kernel Source Code Screensaver