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!
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
(Visit here to vote)
You may also be interested in other helpful articles:
- How to stop a Linux job after a certain time
- If you can’t sell Windows Vista, give it away…
- Ubuntu / Debian Linux: Services Configuration Tool to Start / Stop System Services
- Poll: Your Remote Maintenance Services
- Open source software as a customer capture tool
Discussion on This Article:
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!
Tags: auto start, autoruns, AutoRuns Review, control windows services, disable autorun in windows, Download AutoRuns, executables, explorer shell, ms windows, ntsysv, registry keys, shell extensions, startup folder, startup monitor, startup programs, system startup, unwanted services, windows service control, windows services control panel, windows xp service control manager




how to open windows registry (hives like SYSTEM, SOFTWARE) from Linux?
Interesting article.
It will be useful to see other win-server-article viewed by an unix admin.
Si_4&a$, You can’t.
Davide, we will try to cover windows-server related stuff (which is depend upon current poll result)