From 2c40de5624cac2344e99c658e9d91b0cb21ed81f Mon Sep 17 00:00:00 2001 From: webli <87781986+weblimanou199@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:16:12 +0200 Subject: [PATCH 1/4] Create open_youtube_video.txt --- windows10/open_youtube_video.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 windows10/open_youtube_video.txt diff --git a/windows10/open_youtube_video.txt b/windows10/open_youtube_video.txt new file mode 100644 index 0000000..29fa347 --- /dev/null +++ b/windows10/open_youtube_video.txt @@ -0,0 +1,10 @@ +REM Author: weblimanou +REM Description: launch a fullscreen youtube video +REM Version: 1.0 +DELAY 500 +GUI r +DELAY 500 +STRING https://www.youtube.com/watch?v=dQw4w9WgXcQ +ENTER +DELAY 1000 +F11 From 3e89f39734a413b95b702df9ebf94b1ce6c1b34b Mon Sep 17 00:00:00 2001 From: webli <87781986+weblimanou199@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:16:48 +0200 Subject: [PATCH 2/4] Create open_youtube_video.txt --- windows11/open_youtube_video.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 windows11/open_youtube_video.txt diff --git a/windows11/open_youtube_video.txt b/windows11/open_youtube_video.txt new file mode 100644 index 0000000..29fa347 --- /dev/null +++ b/windows11/open_youtube_video.txt @@ -0,0 +1,10 @@ +REM Author: weblimanou +REM Description: launch a fullscreen youtube video +REM Version: 1.0 +DELAY 500 +GUI r +DELAY 500 +STRING https://www.youtube.com/watch?v=dQw4w9WgXcQ +ENTER +DELAY 1000 +F11 From 3e880e29738ef6cb3ee6a5ff5ef552e4a43836f3 Mon Sep 17 00:00:00 2001 From: Wehlou <143384750+Wehlou@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:21:43 +0200 Subject: [PATCH 3/4] Create shutdown.txt --- windows10/shutdown.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 windows10/shutdown.txt diff --git a/windows10/shutdown.txt b/windows10/shutdown.txt new file mode 100644 index 0000000..a8c7d77 --- /dev/null +++ b/windows10/shutdown.txt @@ -0,0 +1,11 @@ +REM Author: wehlou +REM Description: shutdowns the pc in 10 seconds +REM Version: 1.5 +DELAY 500 +GUI r +DELAY 500 +STRING cmd +ENTER +DELAY 1000 +string shutdown -s -t 10 +ENTER From f79a5c1fbc3e6788be9f65e2ba5c7118250328ae Mon Sep 17 00:00:00 2001 From: Wehlou <143384750+Wehlou@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:22:06 +0200 Subject: [PATCH 4/4] Create shutdown.txt --- windows11/shutdown.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 windows11/shutdown.txt diff --git a/windows11/shutdown.txt b/windows11/shutdown.txt new file mode 100644 index 0000000..3ac79fb --- /dev/null +++ b/windows11/shutdown.txt @@ -0,0 +1,11 @@ +REM Author: wehlou +REM Description: shutdowns the pc in 10 seconds +REM Version: 1.5 +DELAY 600 +GUI r +DELAY 600 +STRING cmd +ENTER +DELAY 1200 +string shutdown -s -t 10 +ENTER