Fix "Remove Apple Remote Desktop Settings"
Fix "Remove Apple Remote Desktop Settings" so it doesn't fight with the defaults system and make the commands independent of each other since some of the items being removed may not currently exist
This commit is contained in:
parent
bde9225ec2
commit
2b312e90ed
10
README.md
10
README.md
@ -121,11 +121,11 @@ find /Applications -path '*Contents/_MASReceipt/receipt' -maxdepth 4 -print |\se
|
|||||||
|
|
||||||
#### Remove Apple Remote Desktop Settings
|
#### Remove Apple Remote Desktop Settings
|
||||||
```bash
|
```bash
|
||||||
sudo rm -rf /var/db/RemoteManagement && \
|
sudo rm -rf /var/db/RemoteManagement ; \
|
||||||
sudo rm /Library/Preferences/com.apple.RemoteDesktop.plist && \
|
sudo defaults delete /Library/Preferences/com.apple.RemoteDesktop.plist ; \
|
||||||
rm ~/Library/Preferences/com.apple.RemoteDesktop.plist && \
|
defaults delete ~/Library/Preferences/com.apple.RemoteDesktop.plist ; \
|
||||||
sudo rm -r /Library/Application\ Support/Apple/Remote\ Desktop/ && \
|
sudo rm -r /Library/Application\ Support/Apple/Remote\ Desktop/ ; \
|
||||||
rm -r ~/Library/Application\ Support/Remote\ Desktop/ && \
|
rm -r ~/Library/Application\ Support/Remote\ Desktop/ ; \
|
||||||
rm -r ~/Library/Containers/com.apple.RemoteDesktop
|
rm -r ~/Library/Containers/com.apple.RemoteDesktop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user