Monday, June 11, 2007

Using Msconfig to shut off Auto-Start programs

So you want to speed up your booting process, well here's a tip for you to shut off those programs that start in your system tray when you first turn on your computer. There are a few reasons why you would want to do this:
  • Speed up your boot time
  • The system tray programs won't be running in the background taking up your processor speed
  • Don't you just hate it when a program does that without your permission, grrrr, I mean, really!

Here's the quickest and easiest way to shut off those annoying programs. Here are the steps:

  • Click Start
  • Go to Run
  • Type in the box msconfig. It will open this Window.
  • Click on the Startup tab at the top, this will show a listing of programs that auto start when your computer is first booted. If you uncheck the box the program will no longer auto start and sit in your system tray when you boot. You'll need to reboot before this takes effect.

There are some programs that you definitely want to launch when you launch your computer, like your Antivirus software, you're firewall, and things like that. Programs like MSN, Realplayer, and things like that, I would uncheck, unless you really like those programs.

Another way to do this would be to go to the program that is in your system tray and you can find the settings to remove them from the auto start, most programs have this listed in the properties section, just another way you can do this. Right click and go to properties, sometimes these setting are buried in the program, so the way above is just a quicker way of doing it.

Closing Error Reporting (Win XP)

Error reporting, what is it and why does Microsoft want you to have it on? Basically whenever your computer crashes Win XP makes a little report of what went wrong and then sends it to Microsoft so they can improve the Windows Operating System. Generally it sounds like a nice idea, but do you really want to be sending reports about your computer to Microsoft? I personally don't and they allow you to shut off this feature. Here's how you do it:

  1. Open your control panel
  2. Click on Performance and Maintenance
  3. Then click on System
  4. Go to the Advance Tab
  5. Click on the Error Reporting button at the bottom
  6. Select Disable Error Reporting
  7. Click the "But notify me when a critical error occurs"
  8. Click Ok Twice.

You can leave out step 7, but I like my operating system to tell me when its had a major error, mainly because I can look up the cause of the error and hopefully find a solution to it on the net or at Microsoft. There you have it, error reporting to Microsoft is off and you don't have to worry about sending a report to Bill Gates.

Lock Any Folder You Want

Suppose you want to lock the folder games in d: which has the path D:\Games In the same drive create a text file and type
ren games games.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save this text file as loc.bat

create another text file and type in it
ren games.{21EC2020-3AEA-1069-A2DD-08002B30309D} games
Now save this text file as key.bat

Now you can see 2 batch files loc and key.Press loc and the folder games will change to control panel and you cannot view its contents.Press key and you will get back your original folder.

Check it out!!!!!!!