<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-916528396471419592</id><updated>2011-11-27T17:17:14.900-08:00</updated><category term='Windows 2003'/><category term='Performance Tweaks'/><title type='text'>mirzakamran</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mirzakamran.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/916528396471419592/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mirzakamran.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Kamran</name><uri>http://www.blogger.com/profile/07096885042062666725</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-916528396471419592.post-9015607334880017475</id><published>2009-12-11T02:45:00.000-08:00</published><updated>2009-12-11T02:49:47.049-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Performance Tweaks'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 2003'/><title type='text'>Windows 2003 Performance Tweaks</title><content type='html'>&lt;span style="font-size: x-small;"&gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: orange; font-size: large;"&gt;&lt;b&gt;Windows 2003 Performance Tweaks&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Turn off Indexing to speed up Server 2003&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;To make searching your hard drive faster Server 2003 keeps a record of all the files on the hard drive. The downside to this is it will slow down normal file commands such as open, close, etc. If you don't do many searches (like me) it is better to turn off this feature. Here's how:&lt;a name='more'&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt; -Open my computer&lt;br /&gt;-Right click your hard drive icon and select properties.&lt;br /&gt;-At the bottom of the window find "Allow indexing service to index this disk for faster searches" uncheck this and click ok.&lt;br /&gt;-A new window will pop up, select apply to all folders and subfolders. It will take a minute or two for the changes to take affect...you are done. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Prioritizing your IRQs&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;The essential components in your computer have an IRQ number assigned to them. With this tweak we can increase the priority given to any IRQ number, improving the performance of that component. This tweak is commonly used for the System CMOS/real time clock, which can improve performance across the board. First of all, decide which one of your components you want to give a performance boost to. Next, you have to figure out which IRQ that piece of hardware is using. Doing this is simple. Just go to Control Panel, then open the System panel (You can also press the shortcut of Windows Key +Break). Click on the Hardware tab, then on the Device Manager button.&lt;br /&gt;&lt;br /&gt;Right click on the component that you want to discover the IRQ for and then click Properties, and then onto the Resources tab.&lt;br /&gt;&lt;br /&gt;You now can see which IRQ this device is using. Remember this number and close down all of the dialog boxes that you have opened, fire up RegEdit. Next, navigate to:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\PriorityControl&lt;br /&gt;&lt;br /&gt;You will need to create a new DWORD value - called IRQxPriority (x is the IRQ number), finally set the data to 1.&lt;br /&gt;&lt;br /&gt;Now restart and see the new improved performance. We recommend tweaking the CMOS, because it improves all around performance but the choice is up to you. You can prioritize more than 1 IRQ but it is definitely not recommended. You can easily remove this tweak by simply deleting the value that you originally created. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="background-color: white; color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Memory Performance Tweaks&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\Memory Management&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Disable Paging Executive&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;Note: Only users with a large amount of RAM (256MB+) should use this setting.&lt;br /&gt;By default, Windows Server 2003 pages sections from RAM memory to the hard drive. You can easily keep this happening and keep the data in RAM, resulting in improved performance. The setting we want to change to disable the Paging Executive, is called DisablePagingExecutive. Changing the value of this key from 0 to 1 will stop the memory paging.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: orange;"&gt;&lt;b&gt;System Cache Boost&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;Note: As with the above tweak, you should have at least 256MB of RAM before attempting to enable the &lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b style="color: #3d85c6;"&gt;LargeSystemCache tweak:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;When changing the value of the key LargeSystemCache from 0 to 1 you tell Sever 2003 to allocate all but 4MB of the systems memory to the file system cache This simply means that the Server 2003 Kernel can run in the memory, significantly improving overall speed. The 4MB of memory left is used for disk caching, but if for any reason more is needed, Server2003 allocates more. This tweak improves performance a bit but can, this tweak can degrade performance in some intensive app's. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b style="color: #3d85c6;"&gt;Input/Output Performance:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;Note: As with all these memory tweaks, you should only use this if you have 256MB or more of RAM.&lt;br /&gt;This tweak is only beneficial to people running a server, it improves performance while a computer is performing large file transfer operations. By default, the value does not appear in the registry, so you will have to create a REG_DWORD value called IOPageLockLimit. The data for this value is in bytes, and defaults to 512KB on machines that have the value. Most people using this tweak have found maximum performance in the 8 to 16 megabyte range but you should play around with the value to find whats best suited for you. Remember that the value is measured in bytes, so if you want, 8MB allocated, its 8*1024*1024 = 8388608. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b style="color: #3d85c6;"&gt;Unloading DLLs:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;Explorer can cache DLL files in memory for a length of time after they have finished being used. This results in giant amounts of memory being taken up by DLL files that are not even in use. Fix this by going to Windows Server 2003 Registry Editor and navigating to:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer&lt;br /&gt;&lt;br /&gt;Create a new sub-key called AlwaysUnloadDLL with a default value of 1.&lt;br /&gt;&lt;br /&gt;If you want to disable this, just delete the key you made. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b style="color: #3d85c6;"&gt;Enable Boot and Application Prefetching:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters. Change the value of "EnablePrefetcher" to 3&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b style="color: #3d85c6;"&gt;Disable Application/System Popup messages on Windows Startup:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;You can control what errors pop-up to interupt you by using the following registry keys (errors are still recorded in the event logs): &lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows&lt;br /&gt;Add value NoPopUpsOnBoot as a REG_DWORD. When set to 1, Boot pop-up messages are suppressed. The default is 0. &lt;br /&gt;&lt;br /&gt;Add value ErrorMode as a REG_DWORD.&lt;br /&gt;0 - All system and application errors Pop-up (this is the default).&lt;br /&gt;1 - Errors from system processes are suppressed.&lt;br /&gt;2 - All system and application errors are suppressed. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;To Disable The Notification Area Balloon Tips:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. Right-click the right pane, create a new DWORD value, and then name it EnableBalloonTips. Double-click this new entry, and then give it a hexadecimal value of 0.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Kill Shut Down Tracker:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;If you want to remove the Shutdown Event Tracker, the new .NET Server feature, and don't want to document the shutdowns in Event Logs especially in a testing environment, you can easily disable this feature in the Local Computer Policy MMC. This console is not in the Administrative tools by default, so you have to create it: &lt;br /&gt;&lt;br /&gt;1. Open a blank MMC console by typing mmc from the command line. &lt;br /&gt;&lt;br /&gt;2. From the empty console, click the File menu and select Add/Remove Snap-in or press Ctrl+M. &lt;br /&gt;&lt;br /&gt;3. From the Add/Remove Snap-in page, click Add or Alt+D, choose Group Policy, select Local Computer and click finish. &lt;br /&gt;&lt;br /&gt;4. From the Add Standalone Snap-in page, click Close. From the Add/Remove Snap-in page, click OK. &lt;br /&gt;&lt;br /&gt;5. Expand Local Computer Policy, Computer Configuration, Administrative Templates, System and in the right pane locate Display Shutdown Event Tracker. &lt;br /&gt;&lt;br /&gt;6. Double-click the Display Shutdown Event Tracker and select Enabled. Change the drop-down selector to Never. &lt;br /&gt;&lt;br /&gt;7. Click OK to accept the policy change. Close the MMC console, saving it if prompted to so. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Optimise NTFS:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;Disable last access time by pointing regedit to:&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem and set ' eNtfsDisableLastAccessUpdate ' to 1 (DWORD).&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Enable or disable boot defrag:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction &lt;br /&gt;Select Enable from the list on the right. &lt;br /&gt;Right on it and select Modify. &lt;br /&gt;Change the value to Y to enable and N to disable. &lt;br /&gt;Reboot your computer.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Classic Win2000 Style Search&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState&lt;br /&gt;Add a new string (REG_SZ) called "Use Search Asst" - set the value to "no" and you will have the classic win2000 search&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Disable CD autoplay:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer&lt;br /&gt;Create a new value called: NoDriveTypeAutoRun&lt;br /&gt;Type is: DWORD&lt;br /&gt;Value is: 0x000000b5 (181)&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="color: #3d85c6;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Start Menu Speed:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;HKEY_CURRENT_USER/Control Panel/Desktop/ on the right you'll see MenuShowDelay change the value there.&lt;br /&gt;Then reboot &lt;br /&gt;&lt;/span&gt; &lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/916528396471419592-9015607334880017475?l=mirzakamran.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mirzakamran.blogspot.com/feeds/9015607334880017475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mirzakamran.blogspot.com/2009/12/windows-2003-performance-tweaks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/916528396471419592/posts/default/9015607334880017475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/916528396471419592/posts/default/9015607334880017475'/><link rel='alternate' type='text/html' href='http://mirzakamran.blogspot.com/2009/12/windows-2003-performance-tweaks.html' title='Windows 2003 Performance Tweaks'/><author><name>Kamran</name><uri>http://www.blogger.com/profile/07096885042062666725</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
