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