← All Tweaks
✅ Essential Tweaks
⚙️ Services - Set to Manual
Sets unnecessary services to Manual startup.
Benefit
Reduces background CPU/RAM usage
Impact
mediumCommands (1)
$services = @('DiagTrack', 'dmwappushservice', 'MapsBroker', 'WMPNetworkSvc', 'Fax', 'WbioSrvc'); foreach ($s in $services) { Set-Service $s -StartupType Manual -ErrorAction SilentlyContinue }Warnings
- ⚠ Some services may be needed by specific hardware