HexCon is coming to NYC. Catch the early-bird price before the time's up! Book me a spot

Remove apps from dockSolved

Participant
Discussion
2 years ago

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…

Replies (1)

Marked SolutionPending Review
Hexnode Expert
2 years ago
Marked SolutionPending Review

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