All Tweaks

Essential Tweaks

⚙️ Services - Set to Manual

Sets unnecessary services to Manual startup.

Benefit

Reduces background CPU/RAM usage

Impact

medium

Commands (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