What is the easiest language to build Windows services in?
Easiest in this case would be defined as least amount of code, and lowest point of entry into the language
A windows service project in C# will give you a fully deployable service from the Visual Studio template with the click of a button. You just need to add your payload code.