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