class Chef::Resource::WindowsAutorun
Public Instance Methods
Source
# File lib/chef/resource/windows_auto_run.rb, line 88 def registry_path { machine: "HKLM", user: "HKCU" }[new_resource.root] + \ "\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" end
determine the full registry path based on the root property @return [String]