Description: Fast User Switch to a specified account. This is intended as a workaround until someone fixes the User Accounts module.
Where to save: ~/Library/Scripts Usage: You will need a copy for each user on your machine. Modify the 502 to the appropriate user id number for each user. In general, the first user created on your Mac has the uid 501, the second is 502, etc. Save each copy as something like "Switch to <username>.scpt", where <username> is the name of the user you want to switch to. If you want to get fancy, you can copy the appropriate user picture from the Accounts preference pane and paste it onto the icon in the Get Info window of the script. Then you will get the user icon in QS's first pane instead of a generic Applescript icon. Code: do shell script "/System/Library/CoreServices/'Menu Extras'/ User.menu/ Contents/Resources/CGSession -switchToUserID 502" On May 29, 11:58 pm, Sesquipedalian <[EMAIL PROTECTED]> wrote: > This thread is for posting user made actions and Applescripts for > Quicksilver. > > Please provide a brief description of what your script does, where to > save the script, how to use it, and finally the script code to be > pasted into Script Editor. > > Thanks for sharing! > > ---------------------------- > > DO NOT POST HELP REQUESTS HERE. > Any posts besides completed Applescripts and actions will be removed. > If you need help, start a new discussion thread.
