B
Bill
Is it possible to change the startup order so that the internet connection
begins before programs relying on it do?
Thanks
begins before programs relying on it do?
Thanks
Leonard Grey said:Your internet connection does not "load". It's hardware, not software. You
are always connected to the internet. Even when your computer is turned
off, it is connected to the internet.
An analogy: If you have cable TV, your television is always connected to
your cable provider. The only thing you have to do to watch the news is to
turn on the power. Same thing with your internet connection.
that the
internet connection begins before programs
relying on it
do? Thanks
Is it possible to change the startup order so that the internet connection
begins before programs relying on it do?
Thanks
I thought of creating a batch file to run from your startup folder.
However, there does not seem to be a DOS command to wait for x
seconds!
So I Googled and found this solution.
The batch file should be as follows:-
ping -n 10 127.0.0.1 >NUL
"path to program\programname.exe"
Just adjust the -n 10 to a number that gives you a long enough delay
before your program starts..
Is it possible to change the startup order so
that the
internet connection begins before programs
relying on it
do?
Thanks