Tag: executable

Use MSCONFIG To Turn Off Drivers and Applications that Load at Startup

May 18, 2007 by Jason

If you are able to identify the driver or application that’s causing a startup problem, the obvious solution is to remove it or turn it off. Unfortunately, it is not always obvious how to do that. Programs that load at startup can be called from Win.ini, from the Startup program group, or directly from the Registry itself; drivers that load are called from the device’s properties in the Registry, and it’s not easy or safe for a beginning technician to edit the Registry directly.

For example, suppose a user had a scanner with a driver that loaded at startup, but then he removed the scanner and its software. However, for some reason the Registry never got the message and still tries to load the scanner driver at startup. You could look in the Startup folder on the Start menu, and if a utility for the scanner appears there, remove it. You could also look in Add/Remove Programs to see whether the driver can be uninstalled that way. But failing those two, the only thing left to do is edit the Registry to get rid of it. Read More»

Learning Linux Commands

May 17, 2007 by Jason

If you are a complete newbie to Linux, or if you “know enough to be dangerous, then here are some pointers that may help.

One of the great things about Linux is that, even though the operating system is extensible through the addition of arbitrary commands, there are standards for documenting such commands. Because of these standards, not only is it easy to find out what a command does and how it works, but its easy to find out that these commands exist in the first place, even if you don’t know their names. Read More»