|
|
3 年之前 | |
|---|---|---|
| AnyConnect | 3 年之前 | |
| Applications | 5 年之前 | |
| AriaNgGUI | 4 年之前 | |
| Charles | 3 年之前 | |
| Clearn | 5 年之前 | |
| Deluge | 4 年之前 | |
| Dictionary | 5 年之前 | |
| Edge | 5 年之前 | |
| Firefox | 3 年之前 | |
| Navicat | 3 年之前 | |
| Note | 5 年之前 | |
| OneDrive | 5 年之前 | |
| SecureCRT.SecureFX | 3 年之前 | |
| SoftEther | 3 年之前 | |
| UltraEdit | 5 年之前 | |
| ffmpeg | 5 年之前 | |
| hping | 5 年之前 | |
| qBittorrent | 3 年之前 | |
| stunnel | 3 年之前 | |
| win32loader | 4 年之前 | |
| 115.user.js | 3 年之前 | |
| BlockOTA.mobileconfig | 5 年之前 | |
| InstallNET.Legacy.sh | 4 年之前 | |
| InstallNET.sh | 3 年之前 | |
| LinuxInit.sh | 3 年之前 | |
| MacInitial.sh | 4 年之前 | |
| ORACLE.MD | 4 年之前 | |
| OracleAction.py | 4 年之前 | |
| README.md | 3 年之前 | |
| aria2c.conf | 4 年之前 | |
| binlist.csv.zip | 4 年之前 | |
| device.json | 4 年之前 | |
| rand.sh | 4 年之前 | |
| sqlite3.py | 3 年之前 | |
| wget.sh | 5 年之前 | |
| win32loader.bat | 4 年之前 |
###
sudo xattr -r -d com.apple.quarantine </File/To/Path>
defaults write com.apple.loginwindow TALLogoutSavesState -bool FALSE
defaults write com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE
defaults delete com.apple.systempreferences AttentionPrefBundleIDs && killall Dock
defaults write /Library/Preferences/com.apple.AppStore.plist DisableSoftwareUpdateNotifications -bool TRUE
defaults write com.apple.appstored.plist BadgeCount 0 && killall Dock
# disable
sudo chmod 644 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager
# enable
sudo chmod 751 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager
# check
/usr/libexec/nsurlsessiond
# notice
/System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager
# download
/System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated
# Disbale SIP (command + r)
csrutil disable
csrutil authenticated-root disable
# Mount '/' as write
sudo mount -uw /
# Do something
sudo cd "/Volumes/$(ls -1 /Volumes|head -n1)"
sudo rm -rf /System/Applications/TV.app
sudo rm -rf /System/Applications/News.app
sudo rm -rf /System/Applications/Home.app
sudo rm -rf /System/Applications/Books.app
sudo rm -rf /System/Applications/Chess.app
sudo rm -rf /System/Applications/Podcasts.app
sudo rm -rf /System/Applications/Stocks.app
sudo rm -rf /System/Applications/Music.app
# Enable SIP
csrutil enable
csrutil authenticated-root enable
sudo mv <OldFolder> <NewFolder> to rename folder.