# File lib/chef/provider/service/windows.rb, line 23
  def initialize(new_resource, run_context)
    super
    @init_command = "sc"
  end