From 4c7526a4bb1698213fa46a755ab3a0436ec9bf9f Mon Sep 17 00:00:00 2001 From: Narstybits Date: Wed, 5 Jul 2023 09:40:08 -0500 Subject: [PATCH] Removed Kill Mac Dock.txt due topotential sysystem destruction --- Pranks/Kill Mac Dock.txt | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Pranks/Kill Mac Dock.txt diff --git a/Pranks/Kill Mac Dock.txt b/Pranks/Kill Mac Dock.txt deleted file mode 100644 index 420b94d..0000000 --- a/Pranks/Kill Mac Dock.txt +++ /dev/null @@ -1,29 +0,0 @@ -REM This command clears all persistent apps from the dock. -REM Run this script to remove apps from the dock. -REM Use responsibly and with proper permissions. - - - -REM Author: Narsty -REM Title: Kill Mac Dock -REM Target: MacOS -REM Version: 1.0 -REM Category: Prank - - -ID 05ac:021e Apple:Keyboard -DELAY 500 -GUI SPACE -DELAY 500 -STRING terminal -DELAY 500 -ENTER -DELAY 1000 -STRING defaults write com.apple.dock persistent-apps -array -ENTER -DELAY 500 -STRING killall Dock -ENTER - - -