Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let people help themselves #146

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,36 @@ Any other checks that you want? Let us know on [GitHub discussions](https://gith
[Contact us through the form](https://paretosecurity.com/contact) on our website.

Read more about the company behind the app: [niteo.co](https://niteo.co/)

### Troubleshooting

### Helper commands (1.2.0+)

Copy/paste them into your browser address bar.

```
paretosecurity://reset > Default settings

paretosecurity://showMenu > Open menu

paretosecurity://update > Force update

paretosecurity://welcome> Show welcome window

paretosecurity://open > Start app

paretosecurity://showPrefs > Show Preferences

paretosecurity://runChecks > Run Checks

paretosecurity://debug > Output detailed status of the checks

paretosecurity://logs > Copy system logs for ParetoSecurity
```

### Reset AppleWvnets (Automation) permissions

To reset privacy permissions run the following in Terminal: `tccutil reset AppleEvents`

More info at https://apple.stackexchange.com/questions/339363/how-can-i-remove-applications-from-security-privacy.

Loading