These are tweaks that I use and have done on most computers I load.  Some of these tweaks are just because of my personal preferences and some are for speeding up Windows.  They involve editing registry keys and turning off system services and other settings.  Use at your own caution.
The links are to .reg files containing the registry settings.  You can save the file and view it in a text editor to see exactly what it’s going to do.

  • Remove Libraries in Windows Explorer
  • Remove home group from Windows Explorer
    • You need to leave a home group if you joined one before doing this.
    • Disable the home group listener and home group provider services.
  • Remove Shared Folder Synchronization – from an elevated command prompt:
    REG DELETE HKEY_CLASSES_ROOT\CLSID\{6C467336-8281-4E60-8204-430CED96822D} /f
  • Right clicking My Computer tweaks – Registry File
    • Adds Device Manager
    • Adds Manage
    • Adds Services
  • Speed Tweaks:
    • Disable the Windows Search service
    • Turn off transparency
    • Set power options to High Performance
      Disable “Turn off hard drive after…”
    • SSD related
      • Disable Prefetch and SuperFetch (registry and Windows Service)
        Registry File
      • Disable drive indexing
      • Turn off Windows write-cache buffer
      • Turn on Trim
        To see it’s current state from a command prompt:
        fsutil behavior query DisableDeleteNotify
        0 = enabled, 1 = disabled
        Enable Trim: fsutil behavior set disabledeletenotify 0
      • Disable disk defrag scheduled task and Windows service
    • TCP Optimizer
    • Turn off system restore
    • Turn off page file (if you have a decent amount of ram)
      Also disable ClearPageFileAtShutdown and LargeSystemCache
      Registry File
  • Some other userful tweaks from computingunleashed.com
    Registry File
    Does the following:

    • Programs that are hung will be terminated quickly
    • Menus will be shown faster.
    • Adds – Take Ownership when you right click on files or folders.
    • Disable searching for a program that no longer exists when you click on a broken shortcut.
    • Adds – Copy To and Move To options to the right click context.
    • Speeds up “Open With” right click menu option, gets rid of the search the internet choice.
    • Speeds up the navigation in Windows Explorer by disabling searching for network printers and scheduled tasks on network.
    • Disables the “low disk space” message notification in your system tray.
  • Black Viper Windows services guides