Top "Startup" questions

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

How to prevent docker from starting a container automatically on system startup?

Docker starts a container on every system startup (debian) but I didn't create a service to do so. How can …

docker startup
How to make an exe start at the Windows Startup

Possible Duplicate: How to put exe file in windows Startup Suppose I have built an application in C#, Once I …

c# windows startup
How to auto-load MySQL on startup on OS X Yosemite / El Capitan

After upgrading OS X my install of MySQL stopped loading on startup. This walk-through on MySQL says: "The Startup Item …

mysql macos osx-yosemite startup osx-elcapitan
How to change StartupUri of WPF Application?

I am trying to modify App.cs and load the WPF XAML files from code behind but its not working …

wpf uri startup
Eclipse freezing at startup - before loading workspace

First thing on a morning, just after I switch on my PC (Windows XP) and start my Eclipse it simply …

eclipse plugins gwt startup
How to force Android Studio to start with the welcome screen?

is it possible to let Android Studio start into the welcome screen instead of directly loading the last recent project? …

android-studio intellij-idea settings startup jetbrains-ide
Startup Settings In Chrome Disabled

Today when I turn on my laptop I haven't got the tabs which I have left opened in Google Chrome …

google-chrome browser settings startup
JBoss seems to hang on startup at the command line

I am trying to run JBoss from the command prompt with the standalone.bat file. It starts the startup process …

jboss startup
Best way to set environmental variables in WebLogic startup

In Oracle WebLogic, what is the best way to set an environmental variable so that it can be accessed by …

java weblogic environment-variables startup
Is there a way to run a method/class only on Tomcat/Wildfly/Glassfish startup?

I need to remove temp files on Tomcat startup, the pass to a folder which contains temp files is in …

java tomcat jakarta-ee web-applications startup