Pages

Wednesday 17 August 2011

Making computer (even) faster

Many people have a very high end computers but it is as slow as a 486..... Some takes 5 minutes to boot up....some takes 30 seconds to open their Microsoft Word ( Most computer dummies use Microsoft Word). So what is the problem ? Any solution ?

Well, most people using 95 % of their CPU power to do non productivity job. Another word : rubbish. Like : Graphic enhancement for their desktop, scan virus and many thing that doesn't make any sense.

So first : Disable Graphic Enhancement : Go to control panel -> System -> Performance -> Setting and select 'adjust computer for best performance'

Second thing : Add exception of 'explorer.exe' to your anti virus program. Even better just get rid of the anti virus program. Switch to Linux and you don't have to worry about virus anymore.

Run 'services.msc' and disable some of the rubbish services. Like 'System Restore', Remote registry, secondary Logon, distributed link transaction, BITS, Fast User Switching.

Run this 3 commands:

fsutil behavior set disablelastaccess 1
fsutil behavior set disable8dot3 1
fsutil dirty set c: (if c is your system drive)

reboot.

get rid of all your temporary files and temporary internet files using disc cleanup

After that, run this :
defrag c: (if C is your system drive)


No comments:

Post a Comment