From 7371efd58ccf333369a7d91b6f95637b1e25809c Mon Sep 17 00:00:00 2001 From: Narsty <132179825+narstybits@users.noreply.github.com> Date: Fri, 12 May 2023 21:58:25 -0500 Subject: [PATCH] Add files via upload --- Goodusb/Quick Lock Screen.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Goodusb/Quick Lock Screen.txt diff --git a/Goodusb/Quick Lock Screen.txt b/Goodusb/Quick Lock Screen.txt new file mode 100644 index 0000000..ba56825 --- /dev/null +++ b/Goodusb/Quick Lock Screen.txt @@ -0,0 +1,25 @@ +REM Locks the screen on macOS +REM Provides a quick way to secure your computer when stepping away +REM Ensures privacy and data protection +REM Author: Narsty +REM Title: Quick Lock Screen +REM Version 1.0 MacOs + +DELAY 2000 +GUI SPACE +DELAY 500 +STRING terminal +ENTER +DELAY 500 +STRING echo "Locking Screen..." +ENTER +DELAY 500 +STRING osascript -e 'tell application "System Events" to keystroke "q" using {control down, command down}' +ENTER +DELAY 1000 + + + + + +