Posts Tagged ‘boot’

Start services automatically on boot in Gentoo

Tuesday, December 4th, 2012 | Life, Tech

If you want a service to start automatically when Gentoo boots up, you need to tell Gentoo to start it. Gentoo looks at /etc/runlevels/boot to see what it needs to run, so all you need to do is add a symlink in here to your init.d script. In this example, I’ll use exim.

cd /etc/runlevels/boot
ln -s /etc/init.d/exim exim

Next time Gentoo boots, it will see exim in the boot directory and run the script. This isn’t just limited to boot either – /etc/runlevels also has directories for shutdown and system initialisation.

Removing fonts to boot Windows quicker

Thursday, December 30th, 2004 | Life, Tech

When you first boot Windows up, all the fonts must be loaded. If you delete or move unwanted fonts, Windows will load up quicker.

Prevent applications launching automatically on Windows boot up

Thursday, December 30th, 2004 | Life, Tech

If you don’t want all your programmes to automatically boot up when Windows starts, hold control key down to skip loading them.

Stop Windows automatically launching applications on boot

Thursday, December 30th, 2004 | Life, Tech

Sometimes you will have applications running when Windows starts up and some which you may not even be aware of. If you can’t find the application in Start > Programs > Start Up or you just want to see what exactly is running then try your MS Config box.

Goto Start > Run
Type ‘msconfig’ into the box
Hit the ok button
Wait for the box to load
Click the start up tab

This displays a list of all the applications that run of start up. Many are Windows applications which should generally be left alone. You can disable them from starting up by unticking the box next to it.