Hey shane,
Check the following how to create a service in Windows XP -
Some of the services are added from the CMD (Command Prompt). However, you will require the display name.
Click on start
Run
Type cmd and click on OK
Type sc create <service name>
Restart the System
or if you require to delete the service, then
Click on Start
Run
Type cmd and click on OK
Type: sc delete <service name>
Restart the System
Cheers
