A shell script to replace the obnoxious BSOD icon for SMB shares that has been present in MacOS for years.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
353 B

cd /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/
sudo mv public.generic-pc.icns public.generic-pc_lame.icns
# use this if you want a generic LCD/AIO icon
sudo cp com.apple.mac.icns public.generic-pc.icns
# use this if you want an xserve server icon
sudo cp com.apple.xserve.icns public.generic-pc.icns
echo "script complete."
exit