Remove apps from dock

expand collapsive

Hi Hexnode!

Found this script to customise apps on macOS dock

https://www.hexnode.com/mobile-device-management/help/script-to-customize-dock-preferences-on-mac/

I want to remove specific apps from the existing dock , lend me a hand here…

All Replies

  • Hello @Emersyn , welcome to Hexnode Community!

    Don’t worry; we’ve got you covered.

    Execute this script to remove specific apps from the dock on macOS devices:

    brew install dockutil;
    /path to dockutil/dockutil --remove 'enter name of app' --allhomes

    If you don’t have Homebrew installed, install it using this command and execute the above-given commands.

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    Hope this helps. Do get back to us in case of any further queries.

    Chloe Edison,
    Hexnode UEM