2017-12-10 20:28:23 +01:00
# How to Restore to Factory Settings
Here’ s how to start over with untouched preferences and default feeds:
2018-08-29 07:18:24 +02:00
1. Quit NetNewsWire if it’ s running.
2017-12-10 20:28:23 +01:00
2018-08-29 07:18:24 +02:00
2. Delete the application support folder. On the command line, do: `rm -rf ~/Library/Application\ Support/NetNewsWire/`
2017-12-10 20:28:23 +01:00
2019-03-28 01:12:36 +01:00
3. Delete the preferences. Just deleting the file won’ t do the trick — it’ s necessary to use the command line. Do: `defaults delete com.ranchero.NetNewsWire-Evergreen` and then `killall cfprefsd`
2017-12-10 20:28:23 +01:00
2018-08-29 07:18:24 +02:00
Launch NetNewsWire. You should have the default feeds, and all preferences should be reset to their default settings.
2017-12-20 02:32:40 +01:00
#### Alternate version
2017-12-20 02:33:15 +01:00
Run the [cleanPrefsAndData ](../cleanPrefsAndData ) script instead of doing the above manually.