# File lib/chef/win32/security/sid.rb, line 189
        def self.Guest
          SID.from_account("#{::ENV['COMPUTERNAME']}\\Guest")
        end