Questions for Wayout and/or Skuzzy
Can you run similar batch files in Windows 7 to shut down services that are resource hungry ?
If so, can they not be simply set running again by another batch file?
I have no idea if it would work in Win7. Just give it a try and see what happens. That's what I did for Vista. If it doesn't work the most you would have to do is reboot.
Here's a bat file you could use to restart.
Start.bat
@ECHO OFF
CLS
NET START "THEMES"
NET START "Security Center"
Net Start "Windows Update"
Net Start "Print Spooler"
Net Start "Windows Defender"
Net Start "ReadyBoost"
NET START "Superfetch"
NET START "Windows Firewall"
NET START "WLAN AutoConfig"
NET START "avast! Antivirus"
exit
Other things you could stop/start from a .bat file. Be careful, turning off some of these will make your machine behave badly.
You might want to have a look
here first.
NET STOP "Wired AutoConfig"
NET STOP "WLAN AutoConfig"
NET STOP "Application Experience"
NET STOP "Background inteligent service"
NET STOP "CNG Key Isolation"
NET STOP "Function Discovery Provider Host"
NET STOP "Human Interface Device Access"
NET STOP "IKE and AuthIP IPsec keying modules"
NET STOP "KtmRm for Distributed Transaction Coordinator"
NET STOP "Microsoft Network Inspection"
NET STOP "Portable Device Enumerator Service"
NET STOP "Shell Hardware Detection"
NET STOP "Terminal Services"
NET STOP "SSDP Discovery"
NET STOP "WinHTTP Web Proxy Auto-Discovery Service"
NET STOP "Application Information"
NET STOP "Application Layer Gateway Service"
NET STOP "CNG Key Isolation"
NET STOP "DFS Replication"
NET STOP "Diagnostic Service Host"
NET STOP "Diagnostic System Host"
NET STOP "Distributed Transaction Coordinator
NET STOP "Extensible Authentication Protocol"
NET STOP "Function Discovery Provider Host"
NET STOP "Health Key and Certificate Management"
NET STOP "Human Interface Device Access"
NET STOP "Interactive Services Detection"
NET STOP "IPSec Policy Agent"
NET STOP "Link-Layer Topology Discovery Mapper"
NET STOP "Microsoft Software Shadow Copy Provider"
NET STOP "Netlogon"
NET STOP "Network Access Protection Agent"
NET STOP "Network Connections"
NET STOP "Peer Name Resolution Protocol"
NET STOP "Peer Networking Grouping"
NET STOP "Peer Networking Identity Manager"
NET STOP "Performance Logs and Alerts"
NET STOP "PnP-X IP Bus Enumerator"
NET STOP "PNRP Machine Name Publication Service"
NET STOP "Portable Device Enumerator Service"
NET STOP "Problem Reports and Solutions Control Panel Support"
NET STOP "Protected Storage"
NET STOP "Quality Windows Audio Video Experience"
NET STOP "Remote Access Auto-Connection Manager"
NET STOP "Remote Access Connection Manager"
NET STOP "Remote Procedure Call (RPC) Locator"
NET STOP "Telephony"
NET STOP "Terminal Services Configuration
NET STOP "Terminal Services UserMode Port Redirector"
NET STOP "Thread Ordering Server"
NET STOP "TPM Base Services"
NET STOP "Windows Cardspace"
NET STOP "Windows Color System"
NET STOP "Windows Connect Now"
NET STOP "Windows Driver Foundation"
NET STOP "Windows Event Collector"
NET STOP "Windows Image Acquisition"
NET STOP "Windows Installer"
NET STOP "Windows Module Installer"
NET STOP "Windows Presentation Foundation Font Cache 3.0.0.0"
NET STOP "Windows Search"