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
- Host: GitHub
- URL: https://github.com/mohamedelashri/mac-reset
- Owner: MohamedElashri
- Created: 2025-01-29T23:50:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T23:52:39.000Z (about 1 year ago)
- Last Synced: 2025-02-07T08:20:49.876Z (12 months ago)
- Topics: macos, script, utility
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.