Skip to content

MoeClub/Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8234f14 · Feb 4, 2025
Nov 8, 2024
Apr 13, 2020
Sep 12, 2022
Jul 24, 2021
Jan 16, 2024
Apr 25, 2022
Jul 19, 2024
Jan 15, 2020
Apr 17, 2023
Feb 8, 2020
Aug 6, 2020
Nov 14, 2024
Nov 26, 2022
Mar 16, 2020
Jan 5, 2020
Oct 18, 2023
Jan 9, 2025
May 16, 2022
Jun 29, 2022
Jan 12, 2025
Apr 1, 2020
Dec 4, 2023
Feb 6, 2020
Apr 3, 2023
Jun 23, 2024
Dec 23, 2020
Jan 7, 2022
May 11, 2022
Jun 24, 2020
Aug 22, 2021
Jun 25, 2024
Dec 7, 2024
Feb 20, 2021
Nov 26, 2022
Nov 4, 2024
Sep 10, 2021
Feb 4, 2025
Nov 22, 2022
Sep 10, 2024
Sep 5, 2021
Jun 20, 2021
Dec 26, 2020
Nov 14, 2023
Nov 13, 2023
Sep 25, 2024
May 8, 2023
Aug 5, 2023
Aug 5, 2023
Sep 23, 2021
Jul 14, 2022
May 23, 2022
Dec 23, 2020
Nov 26, 2024

Repository files navigation

Note

MacOS

sudo xattr -r -d com.apple.quarantine </File/To/Path>

Uncheck "Reopen windows when logging back in" by defaults

defaults write com.apple.loginwindow TALLogoutSavesState -bool FALSE

Diasble other account

defaults write com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE

Clear system update red notice

defaults delete com.apple.systempreferences AttentionPrefBundleIDs && killall Dock

Clear App Store Update Notification

defaults write /Library/Preferences/com.apple.AppStore.plist DisableSoftwareUpdateNotifications -bool TRUE
defaults write com.apple.appstored.plist BadgeCount 0 && killall Dock

System update notice

# 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

MacOS System & App Store

# 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

Delete system file

# 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

Modify user name and folder

  • Create a user as Administrator, like "temp".
  • Login "temp".
  • Change user name and folder.
  • Disable SIP.
  • Use sudo mv <OldFolder> <NewFolder> to rename folder.
  • Enable SIP.
  • Login.
  • Delete user "temp".

7z with MacOS

curl -sSL "https://www.7-zip.org/a/7z2409-mac.tar.xz" |tar -C /tmp -zxv 7zz && sudo mkdir -p /usr/local/bin && sudo mv /tmp/7zz /usr/local/bin/7z && sudo chmod a+x /usr/local/bin/7z

Github Tools

https://github.com/p0deje/Maccy/releases
https://github.com/exelban/stats/releases