Page 1 of 1

How do I completely reset InfoClick?

Posted: 2017-05-15 12:34:09
by martin
In some special situations you may want to reset InfoClick. The instructions below will reset all of InfoClick's preferences and its sandbox container. The latter will sometimes fix odd problems related to system permission errors. The instructions assume some familiarity with Apple's Terminal utility application.

1. Quit InfoClick if it is running.
2. Launch Appleā€™s Terminal application.
3. Enter and execute the command:

Code: Select all

defaults delete com.nisus.InfoClick
That command will clear away all preferences.

4. Enter and execute the command:

Code: Select all

mv ~/Library/Containers/com.nisus.InfoClick ~/Desktop
That command will move InfoClick's sandbox folder to the Desktop, so the system (macOS) is forced to create a fresh sandbox container. You may later trash and delete the sandbox folder from your Desktop.

5. Restart your entire Mac to ensure cached settings are cleared.