How to Implement a Windows Service that cannot be Stopped? | Windows Service Interview Question

 By setting CanPauseAndContinue attribute to false, we can implement a Windows Service that cannot be stopped.