Virtual Machine tweaks for a better performance

Over the last couple of months I gathered the following tweaks for a better performance insight the virtual machine, besides disabling / uninstalling useless services and devices:

  1. Disable the pre-logon screensaver:
    Open Regedit
    HKEY_USERS\.DEFAULT\Control Panel\Desktop
    Change the value of “ScreenSaveActive” to 0.
  2. Disable updates of the last access time attribute for your NTFS filesystem, especially for i/o intensive vm’s this is a real boost:
    Open CMD
    fsutil behavior set disablelastaccess 1
  3. Disable all visual effects:
    Properties on your desktop
    Appearance -> Effects
    Disable all options.
  4. Disable mouse pointer shadow:
    Control Panel -> Mouse
    Click on the tab “pointers” and switch “enable pointer shadow” off.

So if you’ve got an addition, please post it and I’ll keep updating this blog post!

7 Responses to “ Virtual Machine tweaks for a better performance ”

  1. Another way to do step two is in the registry itself:

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
    Value Name: NtfsDisableLastAccessUpdate
    Data Type: REG_DWORD (DWORD Value)
    Value Data: 1

    … but your command line way is “safer”!

    Quick question on steps 3 & 4: The methods that you outline only affects the current person logged in; do you know of a way to set this for the entire machine? I haven’t found an obvious group policy setting to do as such.

  2. I usually copy the administrator profile to the default user profile.

  3. Can you document the useless drivers and services?

  4. If it’s Active Directory using Group Policy is the best approach.

  5. [...] A big thanks goes to Yellow Bricks - Read the full guide here [...]

  6. With Virtual Consolidated Backup and Backup Exec you can only do incremental or differential backups based on a file’s last modified date because you cannot change the files archive bit during the backup. Will step 2 of these tweaks cause any problems with this kind of backup?

  7. [...] the pre-logon screensaver - Click here for details. [from Duncan at [...]

Leave a Reply