Du kan jo prøve det her (kopier nedenstående ind i "fil.reg" og dobbeltklik på filen for at importere). Den første linie fortæller windows opstarten at der må bruges 32 tråde under boot istedet for standard 2, og næste linie fortæller windows hvor meget 2'nd level cache din processor har (optimerer memory optimizer), og de sidste mange mange linier disabler de mange services som ingen almindelige brugere alligevel har brug for. Det er en sammenfatning af tweaks jeg har fundet på
http://arstechnica.com[...] og
http://www.blackviper.com[...]
Windows Registry Editor Version 5.00
;Increase maximum simultaneous threads under windows startup to 32 (default 2)
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementPrefetchParameters]
"EnablePrefetcher"=dword:00000020
;Tell Windows how much 2nd level cache is on your CPU (default 0)
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management]
"SecondLevelDataCache"=dword:00000200
;Disable Alerter Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesAlerter]
"Start"=dword:00000004
;Disable Background Intelligent Transfer Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBITS]
"Start"=dword:00000004
;Disable ClipBook Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesClipSrv]
"Start"=dword:00000004
;Disable Computer Browser Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBrowser]
"Start"=dword:00000004
;Manual Distributed Link Tracking Client Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTrkWks]
"Start"=dword:00000003
;Disable Error Reporting Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesERSvc]
"Start"=dword:00000004
;Disable Help and Support Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceshelpsvc]
"Start"=dword:00000004
;Disable Indexing Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicescisvc]
"Start"=dword:00000004
;Disable IPSEC Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesPolicyAgent]
"Start"=dword:00000004
;Manual Logical Disk Manager Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesdmserver]
"Start"=dword:00000003
;Disable Messenger Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMessenger]
"Start"=dword:00000004
;Disable Net Logon Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNetlogon]
"Start"=dword:00000004
;Disable NetMeeting Remote Desktop Sharing Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesmnmsrvc]
"Start"=dword:00000004
;Disable Network DDE Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNetDDE]
"Start"=dword:00000004
;Disable Network DDE DSDM Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNetDDEdsdm]
"Start"=dword:00000004
;Disable Performance Logs and Alerts Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSysmonLog]
"Start"=dword:00000004
;Disable Portable Media Serial Number Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWmdmPmSN]
"Start"=dword:00000004
;Disable QoS RSVP Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesRSVP]
"Start"=dword:00000004
;Disable Remote Desktop Help Session Manager Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesRDSessMgr]
"Start"=dword:00000004
;Disable Remote Registry Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesRemoteRegistry]
"Start"=dword:00000004
;Disable Routing and Remote Access Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesRemoteAccess]
"Start"=dword:00000004
;Disable Secondary Logon Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesseclogon]
"Start"=dword:00000004
;Disable SSDP Discovery Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSSDPSRV]
"Start"=dword:00000004
;Disable System Restore Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicessrservice]
"Start"=dword:00000004
;Disable TCP/IP NetBIOS Helper Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLmHosts]
"Start"=dword:00000004
;Disable TELNET Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTlntSvr]
"Start"=dword:00000004
;Disable Uninterruptible Power Supply Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesUPS]
"Start"=dword:00000004
;Disable Universal Plug and Play Device Host Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesupnphost]
"Start"=dword:00000004
;Disable Upload Manager Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesuploadmgr]
"Start"=dword:00000004
;Disable WMI Performance Adapter Service
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWmiApSrv]
"Start"=dword:00000004
--
Gæstebruger, opret dit eget login og få din egen signatur.