Windows Service Finder is an handy tool for system administrators and hackers.
It shows the complete list of installed services on operating system, both
device drivers (kernel) and Win32 EXE, and for each service it reports detailed
informations about: name, description, actual status, execution start mode, name
and dimension of the associated executable file.
Windows Service Finder allows you to terminate a service and to delete from disk
the associated executable file using the "/ks" option (it means "Kill service").
This functionality is very useful especially to delete device drivers services
(kernel), that default service manager of Windows doesn't allow you.
Beyond services, Windows Services Finder work with boot registry keys too, those
registry values that contains EXE file name automatically launched at system
startup (used by some virus).
Boot registry keys and associated EXE file can be both deleted, using the "/kr"
option (it means "Kill registry").
In order to complete all these "kill" operations you must login to system with
the administrator rights!
You can show details about a single service passing to wsf.exe the name of the
service as a parameter (es> wsf.exe "Dhcp" [PRESS ENTER]).
Generate or check the CRC32 of the files list present on the given '.SFV' file.
It is very useful in case you must execute a fast CRC32 check of a set of files
and you don't have the Windows graphic interface (for example if you administrat
e a remote PC using a telnet shell). To obtain software help, you must execute t
he command 'Enfis_SFV.exe -h' at Ms-Dos prompt.
CUE Splitter is a freeware tool that split a single big audio track, mostly an
album or a compilation, into the relative individual audio tracks, using
informations contained in the associated "CUE" file. Sometimes you can find a
big compressed audio file (for example MP3, APE, FLAC, OGG, WAV, WMA, etc...)
equipped with a small "CUE" text file that contain informations about tracks
title, artist and length.
This program is an FTP checker written in C# (.NET).
Allow to check a series of FTP servers and determinate in which state it is: ex
tinguished, connection refused, no route to host, wrong username and password,
FTP connection error, or all works fine. It has a plugin architecture.