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

Feature Request: Delay Launch for SoundSwitch #332

Closed
nvypwr opened this issue Mar 23, 2019 · 1 comment
Closed

Feature Request: Delay Launch for SoundSwitch #332

nvypwr opened this issue Mar 23, 2019 · 1 comment

Comments

@nvypwr
Copy link

nvypwr commented Mar 23, 2019

I'm sorry to inform you that the issue surged again.
SoundSwitch.zip

Originally posted by @nvypwr in #326 (comment)

However this time I have a potential culprit about the issue. While it may sound unrelated I have noticed Soundswitch runs before than the initialization of the network card. Sometimes the timing is just right, sometimes it just crashes.
SoundSwitch.zip


Today I have decided to test out a way to delay SoundSwitch's launch with a third party software. Apparently delaying SoundSwitch by approximately 5 seconds does not result in the problem I have been having. Since I couldn't find a way to initialize my network card faster upon booting I'd like to change the topic into a feature request. Said feature being able to manually adjust initialization delay of SoundSwitch if possible.

@nvypwr nvypwr changed the title Soundswitch crash at start when no internet Feautre Request: Delay Launch for SoundSwitch Mar 24, 2019
@nvypwr nvypwr changed the title Feautre Request: Delay Launch for SoundSwitch Feature Request: Delay Launch for SoundSwitch Mar 25, 2019
@FireEmerald FireEmerald added Bug Issues which are bug reports and removed Bug Issues which are bug reports labels Nov 21, 2019
@FireEmerald
Copy link
Contributor

As this will most likely not get implemented, here's a simple workaround for anyone else who would like to start any application delayed:

  1. Press [WIN]+[R], enter shell:startup and press OK, a folder should open.
  2. Create a file called delay.cmd with the following content and you're done:
@echo off
REM Delay Startup Script
REM Requires Windows Vista or later!

timeout 5 > nul
start /d "%ProgramFiles%\SoundSwitch" SoundSwitch.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