Startup & Performance

Startup performance check

This tool helps diagnose slow startup and high memory usage without making automatic changes.

Do not disable security or driver software unless you understand it.

Workflow commands

Review each step before running

Show top memory processes

PowerShell · Safe · Admin: No

Get-Process | Sort-Object WorkingSet -Descending | Select-Object ProcessName, Id, @{Name="MemoryMB";Expression={[math]::Round($_.WorkingSet/1MB,1)}} -First 15

Shows running processes using the most memory.

Read-only diagnostic command.

Open Startup Apps settings

CMD · Safe · Admin: No

start ms-settings:startupapps

Opens Windows Startup Apps settings so you can disable unnecessary startup apps manually.

Do not disable security, driver, or work-required apps unless you understand them.