Start up .Net Framework in Windows XP?
The only OS on which .NET runtime is installed by default is Windows Server 2003.
Secondly the .NET runtime does not run as a service by default. You can start any Managed (.NET Application) and the platform will load automatically provided the correct runtime is installed.

