Wednesday, July 18, 2007

Make Your old XP Look Like Vista

THIS IS A SAMPLE TEXT. TO GET THE FULL MANUAL CLICK THE LINK BELOW.
SARTHAK VistaXP Manual. Get it and Get Going.

Using the same old Xp?
Want to get the new Vista?
Got no money?
Don't want to slow down your computer with loads of stuff like Transformation or Bricko Packs?

If the answer to all these questions are YES then go through the following instructions to transform your XP into Vista.

So let us begin.

First let me tell what you require.
You better download them one by one, assimilate them in one place and take them up as and when required.

1. Windows Theme and MSStyles Applying Software
Windowblinds 5.5 and Style XP
Now download the following theme from the damn good

2. Download Styler

3. Download Stardock Icon Packager and download this icon package VIP3_IP.ip

4. For the Sidebar you have two options:
( i ) Thoosje Vista Sidebar
( ii) ObjectBar from Stardock

5. Now you require a proper Mouse cursor. Get it here.

6. You will certainly require Vista-like sounds. Get them here and unzip them.

7. A few programs and Miscellaneous files, get them, I will tell you later how and when they are needed. Double click this file and extract them. Now keep these files intact, they will come in handy!

8. Get the Visual Tooltips.For more get the my SARTHAK VistaXP manual.
Congratulations you have successfully completed the first step!!!

1. Vista Style:-

Heres How It Looks


You may aslo want to use trensparent themes .there are many of them avaliable on the net.AND It requires Windowsblinds 5.5 Full Version!

2.Vista Mouse Cursors:-

You must have got a Folder named aero_cusors.

Heres How to Install It:-
a. Extract the archive to a temporary folder.
b. Right click the “Install.inf” file and click on “Install”
c. Choose the cursorset in the control panel mouse applet
d. It appears as “Aero Cursors (Alphablended)”

3.Bootscreen:-

Download Tune Up Utilities and get you own bootscreen, there are many chosse the one you like. This is my favorite.

You can also make your own boot screen using Tuneup Utilities. Its the Easiest Way to do it .

4.Login Screen:-

You should get some from here once you have Tune Up.

5.Vista Sounds-:

Vista sounds are really Cool. They are in the folder "Vista Sounds". Go to Control Panel then to Sounds and Audio Devices , go to Sounds Tab and change the System Sounds by the ones provided in my folder.

6. Vista Explorer:-

You have got Syler. Install it. You will see a folder named Vista. Read the readme file and do what it says.

Now extract it and copy this skin to “%ProgramFiles%\Styler\TB\skins\Styler’s” directory and then apply it from the styler.Then double clik to apply it.

7. Vista Wallpapers:-

Vista Wallpapers are lovely …..download them from Here

8.Progress Dialog , Shutdown Dialog ,Run dialog ,System Icons and many more:-

8.1Progress Dialog:-
Vista progress dialog box is different from XP. But we can make our XP dialog box to look-a-like Vista one by using my favorite Resource Hacker.
For this:- Just open “%windir%\System32\Shell32.dll” file in Resource Hacker and then goto:

Dialog -> 1020 -> 1033

Now replace the existing code in right-side pane with the following code:

Warning:You better just copy them and not do anything else. Backup you entire registry first and keep the system restore service on, just in case.
1020 DIALOGEX 20, 20, 266, 108
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS SHELL DLG"
{
CONTROL "", 106, "SysAnimate32", ACS_AUTOPLAY | ACS_TIMER | WS_CHILD | WS_VISIBLE, 0, 0, 267, 25
CONTROL "", 103, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 7, 34, 250, 10
CONTROL "", 102, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 52, 88, 132, 10
CONTROL "", 104, "msctls_progress32", WS_CHILD | WS_VISIBLE, 7, 58, 250, 14
CONTROL "", 105, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 7, 44, 250, 10
CONTROL "", 106, STATIC, SS_GRAYFRAME | WS_CHILD | WS_VISIBLE, 0, 76, 266, 1
CONTROL "Stop", 2, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE, 200, 85, 56, 16
CONTROL "Current file:", 2, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 7, 88, 40, 10
}

Click on Compile Script button.
U’ll also hv to replace existing AVIs in the file with new Vista ones.(the file animation one)

Replace as many as you wish.
AVI -> 160 ->1033
AVI -> 161 ->1033
AVI -> 162 ->1033
AVI -> 163 ->1033
AVI -> 164 ->1033

Now save the file .

8.2.Shutdown/log off dialog box:-

Windows Vista doesnt hv any shutdown/logoff dialog box just like XP hv but XP default dialog box doesnt look good. So here I’ll tell u how to change it in XP ?with my Own customized dialog box.

You have the following files:

a.bmp
b.bmp
c.bmp
d.bmp

Now open “%windir%\System32\Shell32.dll file in Resource Hacker and then replace following BITMAPs with the mentioned BMP files:

Bitmap -> 14351 -> 1033 with a.bmp
Bitmap -> 14353 -> 1033 with b.bmp
Bitmap -> 14354 -> 1033 with a.bmp
Bitmap -> 14355 -> 1033 with b.bmp
Bitmap -> 14356 -> 1033 with c.bmp

Now save the file and open %windir%\System32\msgina.dll file in Resource Hacker and then replace following BITMAPs with the mentioned BMP files:

Bitmap -> 20140 -> 1033 with a.bmp
Bitmap -> 20141 -> 1033 with b.bmp
Bitmap -> 20142 -> 1033 with a.bmp
Bitmap -> 20143 -> 1033 with b.bmp
Bitmap -> 20150 -> 1033 with d.bmp

Now save the file.

And if u want to change the text of the shutdown dialog (ie make it same as shown in the image)

Open %windir%\System32\msgina.dll file in Resource Hacker
and go to:-

Dialog -> 20100 -> 1033

and in the right hand side repalce the default code with the following one :-


20100 DIALOGEX 0, 0, 208, 122
STYLE DS_SYSMODAL | DS_SETFOREGROUND | WS_POPUP | WS_BORDER
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 155, 104, 42, 18
CONTROL "Flag", 20101, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE, 171, 3, 32, 26
CONTROL "Bye Bye.", 20102, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE, 7, 3, 149, 26
CONTROL "&Wil B Back", 20104, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 36, 51, 22, 19
CONTROL "T&ake Care", 20103, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 93, 51, 22, 19
CONTROL "&Just Coming", 20105, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 150, 51, 22, 19
CONTROL "&Hibernate", 20106, BUTTON, BS_PUSHBUTTON | BS_NOTIFY | WS_CHILD | WS_VISIBLE, 13, 104, 42, 18
CONTROL "", 20108, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 22, 73, 50, 8
CONTROL "", 20107, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 79, 73, 50, 8
CONTROL "", 20109, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 136, 73, 50, 8
}

Compile it and save it …

8.3.Run Dialog:-

Here’s a look at my Customized run dialog ;-

to make it like thid open shell32.dll in resource Hacker n go to

Dialog->1003->1003

In the right hand plane replace the default code with the following one;-



1003 DIALOGEX 0, 0, 256, 102
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL "", 12298, COMBOBOX, CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_DISABLENOSCROLL | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 33, 7, 183, 199
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 23, 80, 50, 14
CONTROL "&Browse.", 12288, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 182, 80, 50, 14
CONTROL 9890, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 65533, 65535, 260, 105
}

Click on compile.
And also download a BMP file from http://rapidshare.com/files/33318975/1.rar.htm
and after extracting the BMP file from it,then . Just click on Action -> Add a new resource and then click on Open file with new resource button. Select the downloaded BMP file and click on Open. Now in Resource Name enter 9890 and in Resource Language enter 1033 and click on Add Resource button. Thats it.

8.4.About Windows Dialog

Download the required BITMAP files from Here and then open “%windir%\System32\Shell32.dll” file in Resource Hacker and then replace following BITMAPs with the downloaded BMP file:

Bitmap -> 131 -> 1033 (For XP Professional)
Bitmap -> 147 -> 1033 (For XP Home)

Now open %windir%\System32\msgina.dll file in Resource Hacker and then replace following BITMAPs with the downloaded BMP file:

Bitmap -> 101 -> 1033 (For XP Professional)
Bitmap -> 107 -> 1033 (For XP Professional)
Bitmap -> 128 -> 1033 (For XP Home)
Bitmap -> 129 -> 1033 (For XP Home)

Now to change the text of dialog box, open “%windir%\System32\xpsp1res.dll file in Resource Hacker and then goto:

Dialog -> 14352 -> 1033

Now replace the existing code in right-side pane with the following code:


14352 DIALOGEX 20, 20, 275, 198
STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About %s"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL 0, 12297, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 7, 55, 21, 20
CONTROL "Microsoft ® %s", 13568, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 55, 200, 10
CONTROL "", 13579, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 65, 235, 10
CONTROL "Copyright © %s Microsoft Corporation", 13578, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 75, 210, 10
CONTROL "", 13581, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 85, 180, 20
CONTROL "This product is licensed under the terms of the End-User License Agreement to:", 13586, "SysLink", 0x50000000, 35, 105, 180, 20
CONTROL "user name", 13575, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 45, 125, 180, 10
CONTROL "org name", 13576, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 45, 135, 180, 10
CONTROL "", 13095, STATIC, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE, 35, 147, 235, 1
CONTROL "Physical memory available to Windows:", 13570, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 152, 130, 10
CONTROL "", 13571, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 167, 152, 88, 10
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 220, 178, 50, 14
}

Fianally Click On Compile Button And Save the File .

9.Vista Icons:-

There r lots of icon packs available on net, which can be used to change default XP icons with the Vista ones automatically.

10.Vista Drive Status Bar:-

In Windows Vista there is a small horizontal progress bar is displayed under each drive icon showing the filled/remaining space in the drive. U can also do the same in XP by using a 3rd party utility uploaded . Just run the file and it’ll add the progress bar in each drive.

11.Sidebar:-

Windows Vista also contains a Sidebar, which is displayed on right-side on desktop (by default and can be changed to be displayed at left-side). U can also use a sidebar in XP.

Heres how it looks

P.s:-If u get error while saving the system files, then its happening bcoz of the WFP (Windows File Protection) service, which can be disabled using WFP Patcher or u can use Replacer to replace system files with my hacked ones.

You may Also Require Replacer To Replace the files Which U can download from
Here

Thats all for now guys. If u hv more suggestions then pls post them. I m waiting for ur comments.
There r lots of other 3rd party utilities, like LClock, etc. but I’m not mentioning them here.

Remember this tutorial is for doing the task manually and not using the
transformation packs

Hope U all Like it .

Friday, June 29, 2007

Now I’ll tell some Registry tricks, which can be applied without any problem and I am sure this trick will surely increase the performance of your system. Just copy paste following code in Notepad and save the file with any name but the extension of the file must be .REG , and after that run the file and then click on yes :


Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"StatusBar"=dword:00000001

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"MenuShowDelay"="8"
"WaitToKillAppTimeout"="2000"
"LowLevelHooksTimeout"="1000"

[HKEY_CLASSES_ROOT\Drive\Shell\DosHere\Command]
@="%windir%\\System32\\cmd.exe /k cd \"%1\""

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"ClearRecentDocsOnExit"=dword:00000001
"NoRecentDocsHistory"=hex:01,00,00,00
"LinkResolveIgnoreLinkInfo"=dword:00000001
"NoResolveSearch"=dword:00000001
"NoResolveTrack"=dword:00000001
"NoInternetOpenWith"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]
@=hex(2):00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="0"

Saturday, June 23, 2007

Make Your Computer Fast Part I

1. Disable Dos 8.3 naming in windows Xp.(Consumes lot of resources)

Windows XP uses two different names for each file on your computer. One is the name that you see in explorer and in the command prompt, and the other is an MSDOS compatible 8.3 (8 character title followed by a ‘.’ Then three more characters to indicate the type of file) name. If you are intending to run DOS only software, or connect to pre-Windows 95 computers, you will need this second set of names. If not, you are simply wasting resources. To disable the 8.3 naming convention:

Open REGEDIT (Start, Run, regedit)

Navigate to :

HKEY_LOCAL_MACHINE\ System\ CurrentControlSet\ Control\ FileSystem

Change the value of the NtfsDisable8dot3NameCreation to ‘1′

2.) Right-click on My Computer icon on Desktop and select Properties, now goto Advanced tab in new window and click on Settings button in Performance section click on settings :

Now uncheck all the options in Visual Effects, but u can check following options :

1.) Show window contents while dragging.
2.) Smooth edges of screen fonts.
3.) Use common tasks in folders (If u use the left side pane in My computer, I don’t use it.)

4.) Show translucent selection rectangle
5.) Use drop shadows on icon labels on the desktop. (to make the desktop icons label transparent.)
6.) Use visual styles on windows and buttons.


3.Go To Control Panel And Open Sound & Audio Devices in Control Panel (or type mmsys.cpl in RUN), goto Sounds tab and select No Sounds in Sound Scheme section. Or u can remain some of ur favorite sounds there but set Exit Windows, Start Windows, Windows Logoff, Windows Logon to (None).

4.Start -> Run and type msconfig, now goto Startup tab and uncheck the entries, which u don’t want to start automatically with the windows, like u some softwares, and many more.

5.Open Tools -> Folder Options and click on View tab:

Now uncheck following options:

a.) Automatically search for network folders & printers.
b.) Display file size information in folder tips.
c.) Display simple folder view in Explorer’s Folders list.
d.) Show encrypted or compressed NTFS files in color. (I don’t use this option.)
e.) Show pop-up description for folder and desktop icons.
f.) Use simple file sharing.

Other remaining options are totally based upon user’s requirements, they usually don’t affect the performance! So u can enable/disable them according to your requirements.

6.List of automatic services in Windows Xp and which of them can Be Disabled .Guys these are the services in Windows which start automatically when windows starts and they also consume lot of resources making your bootup speed slow. To disable some of the services go to:-

Start -> Run and type msconfig, now goto Services tab and uncheck the entries which u dont need .Below is detailed information about them:-

Alerter (service.exe)

Depends on the ‘workstation’ service working, and is set to ‘manual’ by default.

This service is used to send alerts directly to administrators on networks. If don't use this service, and don't want the machine sending alerts then this services can be disabled.
—————————————————————————————–

Application Layer Gateway Service (alg.exe)

Service is required to allow the machine to share its internet connection. This service is set to ‘manual’ by default. If not sharing then then this service can be disabled. Doesnt depend on any other services working.
—————————————————————————————

Automattic updates

If you dont want you PC upgrade itself then you can just disable this service. But do remember to keep your PC up-to-date. This service needs ‘Background Intelligent Transfer Service’ set to manual as to be to download the updates.
——————————————————————————–

Background Intelligent Transfer Service (BITS)

I believe only ‘Automattic update’ needs this to receive update files. Can be disabled, but you wont need to, as it is only activated when required.
——————————————————————————–

Clipbook

This not the clipboard, but something very simular. Allows clipboards to be shared accross machines. But yet to know anyone who actually uses this. Can be disabled.
——————————————————————————–

COM+ Event System (svchost.exe)

Depends on the ‘Remote Procedure Call (RPC)’ working
——————————————————————————–

COM+ System Application (dllhost.exe)

Certain applications use this application (see C:\Program Files\ComPlus Applications). If stopped, some application will not work, and even if they do, your likely to receive loads of warning messages. Service is set to ‘manual’ by default and is often advised left at this setting.
——————————————————————————–

Computer Browser (svchost.exe)

Used to maintain the list of computers attached to network. Though it seems the network can still be browsed with this service disabled so not quite sure what function it actually performs, maybe for running the network ‘master’controller. This service is on by default, by if not using a network, can be disabled.
——————————————————————————–

Cryptographic Services (svchost.exe)

Allows software signatures to be checked. It handles software signatures. You will need this service as to install certain types of software and often windows updates. This service is on by default, but recommend setting to ‘manual’ as to be used when required.
——————————————————————————–

DCOM Server Process Launcher (svchost -k DcomLaunch)

Not quite sure what this performs but most be set to automattic for some internal processes to work. If DCOM is switched off, services like defrag will not work, and Work starts producing problem messages.
——————————————————————————–

DHCP Client (svchost.exe)

This service is on by default and requires your networking services to be already working. This allows your machine to receive an allocated IP address from a server. Which is often required when connecting to the internet or a network. If you don’t use the internet or don’t connect to a network this service can be disabled. Also if do, but your network or internet service provider uses static IPs and you have set a static IP in your TCP/IP settings, then you could disable this service.
——————————————————————————–

Distributed Link Tracking Client (svchost.exe)

This service is on by default, and may only be necessary if part of a network. It tracks shortcuts accross machines as to make sure the shortcut still works when the location of a file is moved. I normally disable this service unless you have a number of unskilled staff using networked machines.
——————————————————————————–

DNS Client

Used to resolve DNS names locally by caching, and preforms some local Active Directory domain controller functions. If you are not instending to use the internet or a network, this service can be disabled. Your machine will still resolve DNS names if disabled, but you might see “DNS resolver failed to flush the cache,” errors when “repair” your network connection. Also used for IPSEC.
——————————————————————————–

Error reporting service

This sends your errors to microsoft, if you want to. If you never want to, then disable it.
——————————————————————————–

HTTP SSL
Allow secure connections for software

This service doesnt get used by internet explorer, its available component for which some software might use. Usually can be disabled.
——————————————————————————–

Event Log (services.exe)

This service on by default. It cannot and should not be stopped. It controls the messages sent and displayed in the machine’s event log.
——————————————————————————–

Messenger (services.exe)

This is the ‘net send’ service used for machines to send alert message directly to other machines (nothing to do with MSN messenger). Service is on by default, but can be disabled.
——————————————————————————–

Network DDE & Network DDE DSDM (svchost.exe)

Allows ‘Dynamic Data Exchange’ between computers. The only service that sometimes uses this is the clipbook. Generally can be disabled unless you do use this facility. Also some software (none that know of) may use these services.
——————————————————————————–

Network Connections Service (svchost.exe)

Controls network and internet connections. If you use either, than you need this service, if you dont, then this service can be disabled. Service is set to ‘manual’ by default.
——————————————————————————–

Network Location Awareness (svchost.exe)

Used in conjuction with Internet Connection Sharing. Service set as ‘manual’ by default. If not using internet connection sharing and not making changes to your dialup or network settings then it can be disabled.
——————————————————————————–

Printer Spooler

Used to communicate to any printer. If you dont wish to ever print, then disable it.
——————————————————————————–

Remote Access Connection Manager

This doesnt not create a network connection, as the network will run fine without it. Also wont stop you remote desktop access either. Maybe required for internet sharing.

Task Scheduler

This runs the tasks within task scheduler. If you dont want to ever use windows task scheduling then disable it.
——————————————————————————–

Telephony (svchost.exe)

Controls anything to do with dialin numbers. Usually used for PCs that are using dialup internet, and some broadband connectionss. Would also be used for fax and voice IP software. If none of this is being used then it could be disabled.
——————————————————————————–

Themes (svchost.exe)

Usually on by default, and just changes the look of desktop. Can be disabled without any effect other than a different window styles.
——————————————————————————–

Upload Manager (svchost.exe)

The service on by default, but can be disabled. It has something to do with sending your hardware details to microsoft. Dont think it actually gets used, and turning it off has no side effects.
——————————————————————————–

Wireless Zero Configuration Service (svchost.exe)

Controls configuration of wireless networking devices. This services is on by default, but if you don’t use wireless networking it can be disabled.

Thursday, June 21, 2007

Sarthak Ganguly's Windows Tweaks

I will provide you certain windows tweaks which can enhance your system performance by nearly 400 %. Some of the tweaks are bit dangerous and are denoted by five stars meaning they are for advanced users. Some of these will also change the look of your XP to such an extent that you won't recognise it and that to WITHOUT slowing down your computer.

But I must also add that you are to do this completely at your own risk. I will not take any responsibility for any loss of data or system failure or any computer problem whatsoever by following the instruction.

These tweaks have been tested on many computers m,any times and they have not yet given any bad results. Enjoy your stay.

Minimum System Requirements

__________________________

  • 128 MB Ram
  • Windows Xp Operating System
  • PIII or equivalent processor
  • Internet connection