Tag: msconfig

Hack User Account Control for vista

July 14, 2007 by Jason

Windows Vista’s User Account Control (UAC) is the new operating system’s most universally reviled feature. Sure, it helps protect you, but it also annoys you to no end.

If UAC drives you around the bend, you can turn it off. There are several ways to do it. One way is to choose Control Panel > User Accounts and Family Safety > User Accounts, then click Turn User Account Control on or off.

Alternately, you can run the System Configuration Utility (a.k.a. msconfig) by typing msconfig at the command line or search box. When the tool runs, click the Tools tab and scroll down until you see Disable UAC. Highlight it and click the Launch button, then reboot. To turn it back on again, follow the same steps and choose Enable UAC. Read More»

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»

Troubleshooting Conflicts in Windows XP – part1

May 05, 2007 by Jason

How to Perform a Clean Boot in Windows XP
How to Use Clean Boot Troubleshooting for Windows XP
Troubleshooting Device Conflicts in the Device Manager for Windows XP
How to Troubleshoot By Using the Msconfig Utility in Windows XP
Description of Windows XP System Information (Msinfo32.exe) Tool
Description of My Computer Information Tool in Help and Support
How to Verify/Disable & Troubleshoot Unsigned Device Drivers in Windows XP Read More»

Stop auto-start applications on startup

February 15, 2007 by Jason

There are two ways to stop applications that start when you startup your computer at login. You can use the System Configuration Utility or the new Software Explorer in Windows Defender. Take a look at the two sections to get control over your startup applications and speed up your computer: Read More»