Skip to content

Instantly share code, notes, and snippets.

@MacChuck
MacChuck / DisableIconPreviewHighSierra.sh
Last active August 3, 2018 13:38
Disables icon previews and preview column for all users in macOS High Sierra.
#!/bin/bash
# Disable Icon preview for all column view
UserList=$(ls -1 /Users | grep -vi .localized | grep -vi Shared | grep -vi Deleted | grep -vi guest | grep -vi root)
for u in $UserList ;
do