Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Script to delete plist at login?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RiDE" data-source="post: 365031" data-attributes="member: 20712"><p>Welcome to Mac-Forums maulrat1967!!!!</p><p></p><p>Try this:</p><p>1.open script editor, then type (probably best to just copy/paste) the following:</p><p></p><p><span style="color: Blue">tell application "Finder" </span></p><p><span style="color: Blue">do shell script "rm -rf /Library/Preferences/<your desired plist file> </span></p><p><span style="color: Blue">end tell</span></p><p> </p><p>2. Save as an Application </p><p>3. Now add this "application" to login items. </p><p></p><p>You should be all set now. </p><p></p><p>If you tell us what plist are you wanting to delete we can give you the EXACT script.</p></blockquote><p></p>
[QUOTE="RiDE, post: 365031, member: 20712"] Welcome to Mac-Forums maulrat1967!!!! Try this: 1.open script editor, then type (probably best to just copy/paste) the following: [COLOR="Blue"]tell application "Finder" do shell script "rm -rf /Library/Preferences/<your desired plist file> end tell[/COLOR] 2. Save as an Application 3. Now add this "application" to login items. You should be all set now. If you tell us what plist are you wanting to delete we can give you the EXACT script. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Script to delete plist at login?
Top