From 8d9cd590ce01e8feb50130292b373139afbd35f0 Mon Sep 17 00:00:00 2001 From: MAO Dongyang Date: Fri, 13 Feb 2026 23:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=88=E7=90=86=E9=97=B4?= =?UTF-8?q?=E9=9A=94=EF=BC=8C=E4=BF=9D=E8=AF=81=E9=A1=B5=E9=9D=A2=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E6=98=BE=E7=A4=BA=E5=9C=A8=E8=99=9A=E6=8B=9F=E6=A1=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoStart.bat | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/AutoStart.bat b/AutoStart.bat index cbd2e78..ae185b7 100644 --- a/AutoStart.bat +++ b/AutoStart.bat @@ -1,26 +1,32 @@ @echo off REM Wait for system to settle -timeout /t 10 /nobreak +timeout /t 2 /nobreak REM 1. Figma vdesk run --on 1 "C:\Users\MAO_D\scoop\apps\figma\current\Figma.exe" +timeout /t 3 REM 2. Windows Terminal vdesk run --on 2 wt +timeout /t 1 REM 3. VS Code vdesk run --on 3 "C:\Users\MAO_D\scoop\apps\vscode\current\Code.exe" +timeout /t 1 REM 4. Chrome - Localhost vdesk run --on 4 "C:\Users\MAO_D\scoop\apps\googlechrome\current\chrome.exe" -a "http://localhost:57202/" +timeout /t 1 REM 5. Chrome - Gemini vdesk run --on 5 "C:\Users\MAO_D\scoop\apps\googlechrome\current\chrome.exe" -a "https://gemini.google.com/app" +timeout /t 1 REM 6. Chrome - Scoop and Git vdesk run --on 6 "C:\Users\MAO_D\scoop\apps\googlechrome\current\chrome.exe" -a "https://scoop.sh/" -timeout /t 2 +timeout /t 1 vdesk run --on 6 "C:\Users\MAO_D\scoop\apps\googlechrome\current\chrome.exe" -a "https://git.furtherverse.com/mdy" +timeout /t 1 REM 7. Telegram vdesk run --on 7 "C:\Users\MAO_D\scoop\apps\telegram\current\Telegram.exe"