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