Describe the start-up process for a Windows service? | Windows Service Interview Question


  • Main() is executed to create an instance of a Windows service
  • Run() to launch the windows service
  • OnStart() from within the instance is executed