Mega Code Archive

 
Categories / Delphi / ADO Database
 

Keeping the local ibserver from starting up automatically

Question: How can I keep the Local InterBase Server from automatically starting when I start Windows? Answer: There are three methods that you can use: 1) Right click on the Local InterBase Server icon and select "Startup Configuration" then select "Manual Startup". 2) Try taking the Local InterBase Server out of you Startup Menu, or comment it from the run/load lines of your Win.ini file. 3) Run REGEDIT.EXE, find the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and remove manually the IBSERVER entry.