Need command plz :)

Joined
May 3, 2008
Messages
101
Reaction score
0
Points
16
Your Mac's Specs
alienware,mbp,imac(3),blackjack,Hp running macintosh,
Is there a command in terminal or apple script for a Message to pop up every time one of the users on my computer logs in??? THX
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
what kind of message and to whom? Oh and what kind of login?
 
OP
natenmaste
Joined
May 3, 2008
Messages
101
Reaction score
0
Points
16
Your Mac's Specs
alienware,mbp,imac(3),blackjack,Hp running macintosh,
Just

When a user logs into my computer i can not get like a message to pop up saying welcome to my name here computer Is there any command or script for that oh and i am running 10.5 And the usr on my comp would be the guest account
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
Used to be able to just modify /Library/Preferences/com.apple.loginwindow.plist

by adding

<key>LoginwindowText</key>
<string>text goes here </string>


sudo defaults write com.apple.loginwindow LoginwindowText "Don't be stupid"

might work.
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
Well, that works.. but it's not a pop up, it's just text in the login window. Lemme keep digging/remembering :)
 
Joined
Aug 25, 2006
Messages
1,395
Reaction score
30
Points
48
Location
Central Florida
Your Mac's Specs
MacBook Pro Unibody
You can change the text in the login window using Onyx too.

:)
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
yes you can, and it's likely easier. but I prefer.. when possible.. to give the method available 'out of the box' :)

Yea, I'm weird like that :)
 
Joined
Aug 25, 2006
Messages
1,395
Reaction score
30
Points
48
Location
Central Florida
Your Mac's Specs
MacBook Pro Unibody
yes you can, and it's likely easier. but I prefer.. when possible.. to give the method available 'out of the box' :)

Yea, I'm weird like that :)

Your talking to a *Nix geek, no need to justify using the command line! I am just making it easier for others. ;)
 
OP
natenmaste
Joined
May 3, 2008
Messages
101
Reaction score
0
Points
16
Your Mac's Specs
alienware,mbp,imac(3),blackjack,Hp running macintosh,
Used to be able to just modify /Library/Preferences/com.apple.loginwindow.plist

by adding

<key>LoginwindowText</key>
<string>text goes here </string>


sudo defaults write com.apple.loginwindow LoginwindowText "Don't be stupid"

might work.

WOW it worked for one of the 10.3.9 comps i have. but will it work for 10.5
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
the sudo defaults write com.apple.loginwindow LoginwindowText "Don't be stupid" will work in 10.5, works in 10.5.4 :)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top