Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All applications open on the same desktop at startup #96

Open
sebasijan opened this issue Jun 14, 2022 · 1 comment
Open

All applications open on the same desktop at startup #96

sebasijan opened this issue Jun 14, 2022 · 1 comment

Comments

@sebasijan
Copy link

I have placed the following bat file in shell:startup

vdesk create:3
vdesk on:1 run:"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE"
vdesk on:2 run:%LOCALAPPDATA%\Microsoft\Teams\current\Teams
vdesk on:3 run:%LOCALAPPDATA%\slack\slack

But at startup, all 3 applications open up on the same desktop (Desktop 3)

Am I doing something wrong?

@cruzer619
Copy link

nope.. your just missing a timeout between each line.. This is my batch file.

@echo off
vdesk.exe on:1 run:"C:\Program Files (x86)\Microsoft Office\Office16\Outlook.exe"
timeout 1
vdesk.exe on:2 noswitch:true run:"C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
timeout 1
start "C:\Program Files (x86)\Microsoft\Remote Desktop Connection Manager\RDCMan.exe"
timeout 1
start "" C:\Users\username\AppData\Local\WhatsApp\Update.exe --processStart WhatsApp.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants