FlashBoot and EBCD Articles

A07: Performance Tuning of Windows 7 and Windows Vista


Back button Back to the list of articles

Contents

1. Intended audience of this article

This article is for people who install Windows 7 and Vista and want to make it run faster. It is especially important for mid-level notebook computers with limited RAM and slow HDD or SSD, as difference between Windows XP and Windows 7 in speed is very noticable for them.

Using our tool FlashBoot you'll be able to install of Windows 7 and Windows Vista from USB. This article, however, goes further and explains post-installation procedures required to speed up Windows 7 and Windows Vista on this kind of hardware.


2. Optimization guide

  1. Turn off Unnecessary Services

    New users of Windows 7 and Vista who came from Windows XP usually wonder: why Windows 7/Vista always performs some disk I/O, even if the computer is idle, there's no windows above desktop and taskbar is clear?

    "For what purpose this OS is constantly torturing my harddisk and reducing its MTBF?"

    Well, the purpose is not clear yet, but the cause of this problem has been found: A few useless system services. In order to disable them:

    • Click Start, open Control Panel, switch to Classic View.
    • Open Administrative Tools, then Services.
    • You may click "Standard" tab at the bottom to reduce visual clutter on the screen:
    • Performance Tuning of Windows Vista - Turning off Unnecessary Services (1)
    • Disable the following services: Superfetch, ReadyBoost, Windows Search, Windows Defender, Distributed Link Tracking Client, UPnP Device Host, SSDP Discovery.
    • For each service listed above: double click service name in the list, in the popup window set Startup type to Disabled and click Apply button at the bottom. Then click Stop button and make sure Service status has turned to Stopped, and finally click OK at the bottom.
    • Performance Tuning of Windows Vista - Turning off Unnecessary Services (2)

  2. Disable System Restore

    Theoretically, System Restore feature is to make sure that software installations, drivers, and other updates can be rolled back.

    In practice, it never works that way and just wasting disk space and I/O.

    My Computer (right click) -> Properties -> System Protection -> System Restore

    Un-check the checkbox for Local disk (C:), click Turn System Restore Off in confirmation window and then click OK

    Performance Tuning of Windows Vista - Disable System Restore

  3. Disable Updating of File Last Access Time

    Each time you read any file, Windows updates its attributes (last access time in particular). Such updates generate a lot of useless disk I/O. To disable this feature:

    • Run command line (Start, Run ..., type cmd).
    • Type fsutil behavior set disablelastaccess 1 and press Enter.
    Performance Tuning of Windows Vista - Disabling Updating of File Last Access Time

  4. Faster Window Switching (Disable Minimize-Maximize Animation)

    • Enter "SystemPropertiesPerformance" into search via the start up menu.
    • Navigate towards the Visual Effects tab.
    • The ticked box which has "Animate windows when minimizing and maximising" — get rid of the tick and then click OK.
    Performance Tuning of Windows Vista - Faster Window Switching

  5. Disable the Thumbnail Preview Feature to speed up File browsing

    The thumbnail preview feature in Windows 7/Vista will show the small thumbnails of the contents of a folder instead of showing its icon. But this feature really do take up system resources. So by disabling the Thumbnail Preview feature the file browsing in Windows 7/Vista explorer can get some speed up.

    • Double click on Computer icon on the desktop, then click on the Organize drop-down menu and select the Folder and Search options.
    • In the View tab, in Advanced settings: check Always show icons, never thumbnails checkbox.

  6. Disable swap file or move it to separate harddisk

    Computers with 4GB or more RAM usually don't need swap file at all.

    If system partition (usually C:) and swap file are located on different physical disks, Windows will work faster.

    Swap file settings in Windows 7/Vista are under Start -> Control Panel -> Classic View -> System -> Advanced system settings -> Advanced tab -> Performance groupbox -> Settings... button -> Advanced tab -> Virtual memory groupbox -> Change... button:

    Performance Tuning of Windows Vista - Swap File Settings




Related Articles

Back button Back to the list of articles