Friday, January 14, 2011

Registry tweak speeding up the computer

* For Speeding Up your computer

1. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]

Double-click the DisablePagingExecutive entry and change the default value from 0 to 1
(DisablePagingExecutive)

2. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]

Change the default value to 1
(Enable LargeSystemCache)
3. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\PriorityControl]

Change the value of Win32PrioritySeparation to 26 hexadecimal, which is 38 decimal
(This tweak is impossible to explain without getting into the technical ins and outs of binary values, bit pairs and bit masks. Suffice it to say, it forces short, variable length processor timeslices to be allocated to foreground processes three times more often than those timeslices given to background processes.


As with the cache tuning tweak (#2), this particular tweak should not be applied to a system that is running either SQL Server or Internet Information Server (IIS) unless you are certain that you want to slow down those background processes.)

4. [HKEY_CURRENT_USER\Control Panel\Desktop\]

Set the value of MenuShowDelay to 0
(The Start menu has a built-in delay of just under half a second. Set the delay to 0 for an instantaneous response.)

5. [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows]

change the value of Allow HTTPS to 1 in the following registry key
(Disabling the blocking of pop-ups from secured sites)

6. [HKEY_LOCAL_MACHINE\Software\Microsoft\Dfrg\BootOpt imizeFunction]

change the value Enable to Y in the following registry key
(to defrag the system files automatically at every boot (to optimize you system))

7. [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Filesystem]

Change the following registry values, as you wish:
DisableNTFSLastAccessUpdate = 1 (last file access is no longer registered).
NtfsDisable8dot3NameCreation = 1 (no more double filenames: long names and the old 8.3 variant (the 8.3 file notation is used for the older Windows versions).
NtfsMftZoneReservation = 2 (if there are many files on a partition, the master file table (MFT) can get fragmented, with this tweak there will be no more fragmenting of the file master file table (default value = 1, range 1-4).
(improve performance of NTFS file system by making some changes in the following registry key)

8. start>run> type in regedit
look for HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control
click "control folder"
modify the value of "WaitToKillServiceTimeout" from 2000 to 1000

This will make your pc shutdown faster, try lower values to make it even faster.

No comments:

Post a Comment