An open API service indexing awesome lists of open source software.

https://github.com/mohamedelashri/mac-reset

mac services reset script
https://github.com/mohamedelashri/mac-reset

macos script utility

Last synced: 10 months ago
JSON representation

mac services reset script

Awesome Lists containing this project

README

          

# macOS Services Reset Script

This script safely restarts essential macOS services, including Finder, Dock, SystemUIServer, and networking services, to resolve common UI and network issues. Don't rush to restart Mac to solve the problem, this might solve it.

## How to Run

1. **Download the script** or create a new file and copy the script into it.
2. **Make it executable**:
```bash
chmod +x reset_macos_services.sh
```
3. **Run the script**:
```bash
./reset_macos_services.sh
```

## Notes
- Some actions require administrator privileges. If prompted, enter your password.
- Works on modern macOS versions
- Running this script will briefly refresh macOS UI components.