Solar care for Windows 10 and 11

158cleanups, tweaks and checks

Make Windows feel like yours again.

sunCleaner brings disk cleanup, privacy controls, performance tweaks, repair diagnostics and recurring maintenance into one open-source PowerShell toolkit.

Windows 10 and 11Platform
PowerShell 5.1+Runtime
Preview and UndoControl
MIT licensedOpen source

Three engines. One sunny console.

The task registries keep every operation selectable. Run a complete category, turn individual items on or off, or preview the exact result before the tool changes anything.

69

Clear the clutter

Remove expendable caches, temporary files, stale logs and update leftovers across Windows, browsers, developer tools, creative apps and game launchers.

BrowsersDev toolsAppsSystem
61

Tune the system

Shape performance, privacy, network behavior, Windows appearance and bundled features through reversible registry-backed tweaks.

PrivacyDebloatNetwork
28

Find what is wrong

Inspect system integrity, disk health, security, services, updates, drivers and network configuration. Fixable findings stay grouped by risk.

SMARTDefenderDISMUpdates

A closer look at the 158.

sunCleaner covers everyday cleanup and deeper maintenance without turning the interface into a wall of switches. Expand any group for the practical scope.

01

Disk cleanup

69 tasks

Cleans disposable data while path guards block critical Windows roots and suspiciously shallow targets. Dangerous jobs such as event log clearing and PatchCache removal require explicit selection.

Chrome, Edge, Firefox, Bravenpm, pip, NuGet, GradleVS Code and JetBrainsTeams, Discord, SlackGPU shader cachesWindows Update leftovers
02

Privacy controls

26 tweaks

Reduces Windows telemetry and promotional surfaces, disables ad personalization, feedback prompts, activity history, cloud typing and optional assistant features.

Telemetry minimumAdvertising ID offRecall and Click to Do offCopilot offLocation offClipboard sync off
03

Performance and network

17 tweaks

Adjusts visual effects, startup delay, power plans and background activity. Network options include Game Mode, throttling, Teredo, NDU and Nagle controls.

Startup delayBackground appsPower plansSysMainGame ModeNetwork throttling
04

Debloat and appearance

18 tweaks

Removes selected bundled apps, suppresses Windows promotional surfaces and restores practical interface choices such as visible extensions, the classic context menu and a simpler taskbar.

Bundled UWP appsXbox appsWidgets and ChatClassic context menuFile extensionsMouse acceleration
05

Diagnostics and repair

28 checks

Scans first, reports clearly, then offers targeted fixes. Heavy and aggressive repairs remain opt-in, and machine-readable JSON reports support unattended maintenance.

System integrityDisk SMARTDefender and firewallDNS and proxyWindows UpdateDriver errors

Designed for deliberate changes.

System maintenance deserves visible controls. sunCleaner exposes selection, risk and reversibility before a deep tweak or cleanup reaches Windows.

Preview first. Change second.

Start with PowerShell WhatIf to see the real selected task count without modifying the system. When you are ready, restore points, registry backups and targeted guards add practical recovery paths.

Honest WhatIf

Uses the same selection logic as the live run.

Undo for tweaks

Backed-up registry values restore the previous state.

Protected paths

Blocks drive roots, Windows, System32, Users and shallow paths.

Restore points

Creates a checkpoint before supported system changes.

  • S
    SafeSuitable for automatic repair.
  • M
    ModerateIncluded in standard FixAll mode.
  • A
    AggressiveRequires IncludeHeavy.
  • H
    HeavyMay be slow or require a reboot.

A clear path through maintenance.

Use the interactive console for one-off work or install the scheduled tasks for quiet recurring care with JSON reports.

01 · PREVIEW

See the scope

Run WhatIf and review the exact operations selected for this machine.

02 · CHOOSE

Keep control

Toggle categories and individual tasks. Risky operations stay explicit.

03 · RUN

Clean, tune or scan

Follow progress in the three-color terminal interface and save reports when needed.

04 · RECOVER

Undo with context

Restore backed-up tweaks or use the system restore point when a rollback is needed.

The useful extras are already inside.

Maintenance often reaches beyond temp folders. The toolkit includes focused utilities for common Windows jobs.

Network tools

Flush DNS, reset Winsock and the IP stack, inspect active adapters, set DNS servers or static IP details, and return an adapter to DHCP.

Startup control

Review approved startup entries and toggle them through the same checklist interface.

Scheduled care

Install a weekly unattended cleanup and a monthly read-only health scan. Both run as Windows scheduled tasks and write JSON reports.

One command. Full toolkit.

Open PowerShell as Administrator and run the standalone script directly from the project. Review the source on GitHub before executing any remote script.

powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/lordofsunshine/sunCleaner/refs/heads/main/sunCleaner-standalone.ps1 | iex"
Interactive by defaultArrow keys navigate. Space toggles tasks. Enter confirms.
Plain mode availableUse -Plain when Unicode borders are not suitable for the terminal.
Auto-elevationThe launcher requests Administrator rights when the selected work needs them.

Keep it sunny.

Read the code, preview the run, choose the tasks and give Windows a cleaner start.

Open the repository