On 07/28/06, Doug McNutt <douglist at macnauchtan.com> wrote: > At 15:24 -0700 7/28/06, Eddie Hargreaves wrote: >>Prior to Tiger you could edit all your preference files in TextEdit. I had >>edited my ChangeTime to 10800. I can no longer do that because Tiger >>converted that .plist file into binary format. > > man plutil > in Terminal or a BBEdit worksheet > > The UNIX tool will convert to and from binary and text formatted plists. I >donno if you need developer tools, maybe. Thanks for reminding me and others on how to convert the scrambled plist using the Terminal tool. See my last post on what to change. use: plutil -convert xml1 <path to plist> to change it to text editible format and plutil -convert binary1 <path to plist> to change it back. However, as already noted, Property List Editor is your best choice.