From 2df1c16b870521f126446aee27ad02f0205db66f Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Mon, 8 May 2023 23:17:29 +0000 Subject: [PATCH] Delete Start Windows-93 (parody edition).txt --- Start Windows-93 (parody edition).txt | 33 --------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Start Windows-93 (parody edition).txt diff --git a/Start Windows-93 (parody edition).txt b/Start Windows-93 (parody edition).txt deleted file mode 100644 index 4c8015e..0000000 --- a/Start Windows-93 (parody edition).txt +++ /dev/null @@ -1,33 +0,0 @@ -REM Title: Start Windows-93 (parody edition) -REM Author: @beigeworm -REM Description: Kills all running egde processes then opens edge in fullscreen on windows-93. -REM Target: Windows 10 - -REM some setup for dukie script. -DEFAULT_DELAY 100 - -REM open cmd and kill edge. -GUI r -DELAY 500 -STRING cmd -DELAY 200 -CTRL-SHIFT ENTER -DELAY 1000 -ALT y -DELAY 1000 -STRING taskkill /F /IM msedge.exe /T > nul -DELAY 100 -ENTER -DELAY 500 -STRING exit -ENTER - -REM open edge and fullscreen. -DELAY 500 -GUI r -DELAY 500 -STRING msedge -kiosk www.windows93.net -DELAY 100 -ENTER -DELAY 1000 -F11 \ No newline at end of file