Add files via upload

This commit is contained in:
Narsty
2023-05-14 23:59:24 -05:00
committed by GitHub
parent 23dfc7c918
commit dc8262fd8c
+29
View File
@@ -0,0 +1,29 @@
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 to Reverse this prank run this command> defaults delete com.apple.dock persistent-apps
REM then run killall Dock
REM Author: Narsty
REM Title: Kill Mac Dock
REM Target: MacOS
REM Version: 1.0
REM Category: Prank
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