Retrieves all the values for the loginwindow process in the target OSX system.
Query · osquery
-- Retrieves all the values for the loginwindow process in the target OSX system. -- -- -- tags: postmortem -- platform: darwin select key, subkey, value from plist where path = '/Library/Preferences/com.apple.loginwindow.plist';