# File lib/chef/util/windows/net_user.rb, line 195
  def check_enabled
    (get_info()[:flags] & UF_ACCOUNTDISABLE) != 0
  end