Search this blog

Wednesday, March 19, 2008

Top ten tips to improve system speed

1.Let your PC boot up completely before opening any applications.

2.Refresh the desktop after closing any application. This will remove any unused files from the RAM.

3.Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).
4.Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM

5.Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.

6.Delete the temporary internet files regularly.

7.Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.

8.Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.
9.When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.

10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum.

RAM IS THE WORKING AREA (DESKTOP) OF THE CPU, KEEP IT AS EMPTY AND UNCLUTTERED AS POSSIBLE!

To change the Logoff Screens

There are several files called LOGOX.SYS
They are actually bitmaps 320x400 that just have a different extension
The hidden one in the root directory LOGO.SYS is the startup logo.
There are two files in the Windows directory.

LOGOW.SYS is the Wait while Shutting down ... screen
LOGOS.SYS is the You may now shut-off or Reboot screen
To edit them, rename them with a BMP extension and use your favorite graphic editor
You can edit these files or create you own
They just need to be the same size

To change the Startup Screen

Create a 320x400 bitmap in the root directory and name it LOGO.SYS
You can use LOGOW.SYS file in the Windows directory as a starter

To speed up the Start Menu

Start the REGEDIT program
Search for the word desktop
This should be in HKEY_CLASSES_ROOT / CLSID / {00021400...
Right Click on the right panel
Pick NEW / String Value.
Name it MenuShowDelay, all one word.
Select a value from 1-10, 1 being the fastest.
Exit REGEDIT
Restart Windows

Adding Shortcuts to Desktop Without "Shortcut To" text

Start Regedit
Go to:HKEY_USERS \ .Default \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer
Add binary value to Explorer:link="00,00,00,00"
Now You can make Shortcuts to desktop without Shortcut To" text.

Changing Drive Icons

To change a drive's icon when you open My Computer
Create a file called AUTORUN.INF on the root of your hard drive
Enter the lines
[autorun]
ICON=Name of the ICON file

For the name of the icon file you can either specify the path and name (e.g. ICON=C:\WINDOWS\ICONS\MY_ICON.ICO) or
a specific icon in a library (e.g. ICON=ICONFILE.DLL,2)

Having Icons with No Name

Normally you have to have a name for an icon, just spaces are not allowed.
To create an icon with no name attached:
Make sure NumLock is on
Highlight the Icon you want to change
Right-Mouse click and select Rename
While holding down the Alt key, type 0160 (using numpad only)
Now the icon will have no name below it.

Removing the Recycle Bin

To remove Recycle Bin from the desktop:
Run REGEDIT.
Find NAMESPACE key in left pane (HKEY_Local_Macine \ Software \ Microsoft \ Windows \ Current Version \ Explorer \ Desktop \ Namespace)
Expand NAMESPACE (click '+' box)
Delete the value RECYCLE BIN in right pane

Adding the Control Panel to the Start Menu

Open up the Explorer
Go to \WINDOWS\Start Menu
Right click in the right-hand panel
Add a new folder
Name it Control Panel.{21ec2020-3aea-1069-a2dd-08002b30309d}
This makes getting to the Control Panel items a little easier

Removing Shortcut Arrows

An easy way to remove those irritating arrows from your desktop shortcut icons and not change their properties

Right click the Desktop / Properties / Appearance tab

Select Item
Scroll for Icon
The default size is 32
Change this to 30
Clicking Apply

Having your Favorites and Start Menus Sort Alphabetically

If your Start Menu Program or Favorites are not sorting alphabetically, it is easy to fix this:

Start Regedit

Go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Menu Order
Under here is are Favorites and Start Menu folders
In each there is a value called Order
Simply delete (or rename this) and restart Windows
Your Favorites or Start Menus should now sort alphabetically

Creating Shutdown, Restart and Logoff Icons

To create the icons, create a shortcut on the desktop.

For Shutdown, the command is C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows

For Restart, the command is C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec

For Logoff, the command is C:\WINDOWS\RUNDLL.EXE shell32.dll,SHExitWindowsEx 0