DD安装操作系统

MoeClub dff28f3548 Add files via upload 6 lat temu
AnyConnect 2316197c2e Update client.sh 6 lat temu
Applications d68e1e5d89 Add files via upload 6 lat temu
AriaNgGUI 57eea1a9ce Update README.MD 6 lat temu
Charles 0dcbdd9369 Delete README.MD 6 lat temu
Clearn 6702c228a7 Create logs.sh 6 lat temu
Dictionary e887ebe4ab Delete README.MD 6 lat temu
Firefox dc33bd8624 Update prefs.js 6 lat temu
Navicat ce6dec24a7 Add files via upload 6 lat temu
Note acc172c989 Create README.MD 6 lat temu
OneDrive b1dd3fca67 Create README.MD 6 lat temu
SecureCRT.SecureFX cc1fc58fa6 Delete README.MD 6 lat temu
UltraEdit 167371afbe Update README.MD 6 lat temu
ffmpeg dff28f3548 Add files via upload 6 lat temu
hping 2e465bb821 Add files via upload 6 lat temu
OracleAction.py bf16ec1e95 Add files via upload 6 lat temu
README.md 502b1319c1 Update README.md 6 lat temu
wget.sh 507eacf11a Update wget.sh 6 lat temu

README.md

Note

MacOS

Uncheck "Reopen windows when logging back in" by defaults

defaults write com.apple.loginwindow TALLogoutSavesState -bool FALSE

Disable system update

defaults write com.apple.systempreferences AttentionPrefBundleIDs 0

Disable App Store Update Notification

sudo defaults write /Library/Preferences/com.apple.AppStore.plist DisableSoftwareUpdateNotifications -bool TRUE

Delete system file

# Disbale SIP
csrutil disable

# Mount '/' as write
sudo mount -uw /

# Do something
sudo rm -rf /System/Applications/TV.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

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".