Disabling Automatic Updates properly

Posted by Red Mouse | 6:06 AM | 0 comments »



Download video HERE

A lot of people already know about Automatic Updates and how to disable them by selecting the appropriate option from within the Automatic Updates tab in My Computer. A lot of you might not realise this, but the Automatic Update service still runs even when you select to disable it here. To turn it off completely and for good do as follows:

1. Go into Control Panel > Administrative Tools > Services.

2. Highlight the service called "Automatic Updates". You will know when you have the correct one because you will see a description about it telling you what it does.

3. Right click once highlighted and click stop to terminate the service.

4. Right click on it again and go to Properties. Half way down the first tab there is "Startup Type:" change this to disabled.

Congratulations. You have now disabled Automatic Updates service. Not only will this make certain the service won't run, but by disabling it properly you are freeing up system resources as they won't be diverted to running a service that you don't use.

Input/Output Performance:

This improves performance of large file transfers. If this entry does not appear in the registry, you will have to create a REG_DWORD value called IoPageLockLimit. The data for this value is in number of bytes, and defaults to Zero which equates to 512KB on machines that have the value. Most people using this tweak have found maximum performance in the 8 to 16 megabyte range, so you will have to play around with the value to find the best performance. The value is measured in bytes, so if you want, 12MB allocated, it's 12 * 1024 * 1024, or 12582912. As with all these memory tweaks, you should only use this if you have 256MB or more of RAM.

Use your hard drive less for Virtual Memory:
The Windows 98/ME "ConservativeSwapfileUsage=1" optimization does not work for XP.

Remember, we can only get so much performance out of old hardware. It might be time to
upgrade to a your memory.



DOWNLOAD VIRGIN VIDEO HERE




Download video HERE

This are some of the tweaks you can make to change how XP uses memory:

Open Regedit and Find HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\

Disable Paging Executive:

XP pages data from RAM memory to the hard drive. We can stop this happening and keep more data in RAM, resulting in better performance. Users with a large amount of RAM (256MB+) should use this setting. The setting we change to disable the 'Paging Executive', is DisablePagingExecutive. Changing the value of this key from 0 to 1 will de-activate memory paging.

System Cache Boost:
Changing the value of the key LargeSystemCache from 0 to 1 will tell XP to allocate all but 4MB of system memory to the file system cache, allowing the XP Kernel to run in memory. The 4MB of memory left is used for disk caching, if more is needed, XP allocates more. Generally, this tweak improves performance by a fair bit but can, in some intensive applications, degrade performance. As with the previous tweak, you should have at least 256MB of RAM before attempting to enable LargeSystemCache.