pserv.cpl 4.x
pserv
is a Windows Control Panel
Applet that
- Allows you to control all NT services and devices
- Allows you to uninstall applications (new in 2.6)
- Allows you to (at least partially) replace task manager (new in 2.4)
- Allows you to connect to remote machines
- Has many features your Windows 2000 MMC doesn't offer you
- IT IS FAST.
I wrote it partly because of being annoyed with that dreaded piece of badly designed crap called Windows 2000 MMC.
New features in 4.0
The main functionality of pserv
is to manage installed system services:

As you can see, the GUI has seen quite some improvement over the 4.0 version: plus there are now many new and interesting options like Bring up Registry Editor for service key or Start CMD.EXE in installation path. The same view is also used for devices.
The Windows view gives you the option of showing all desktop windows, and controlling their appearance:

The Uninstaller view shows all currently installed programs and again provides a couple of more options than are available in the standard Programs control:

The Processes view allows you do find out rather detailed information on running processes, including some options not available in the Windows 8 task manager:

The main purpose of the Modules view is to locate DLL paths and identify load path conflicts:

Note: this version was tested only Windows 7 and Windows 8. It may or may not work on older Windows versions. If it does, drop me a line
Historical note
pserv
is a really old program, in a sense:
- I wrote the first version in 1998, using my own Windows library.
- In 2002, I completely rewrote it in MFC: you can find information on the 2.x branch here.
- In 2010, I completely rewrote it in C# using Windows Forms. You can find information on the 3.x branch here.
And finally, in 2014 I completely rewrote it in C# using WPF - 16 years after the very first version...
Other new stuff
Command line switches: DEVICES
, MODULES
, PROCESSES
, UNINSTALLER
,
WINDOWS
, DUMPXML
, START
, STOP
and RESTART
. Nuff said
Here is a hopefully instructive example:
... pserv4 /RESTART Apache2 ... pserv4 /DUMPXML services.xml pserv4 /DEVICES /DUMPXML devices.xml ...
License and Download
The current version is 4.0. It is released as freeware with a very liberal, BSD-style license. The sourcecode is hosted on code.google.com. Use at own risk.
- The Standalone Download includes a small installer.
- The 7z Archive includes only the binary.
- The pserv.cpl history includes links to older versions...