All-in-one system utility to clean temporary files, review registry entries, uninstall programs, and tweak Windows performance.
- System Cleanup: Scans and deletes temporary files, system logs, memory dumps, and prefetch data. Includes Basic, Advanced, and Custom modes.
- Registry Scanner: Scans 9 specific registry categories for orphaned entries and invalid file paths. You stay in control: scan first, review manually, and delete only what you choose. It safely excludes critical OS files and hardware vendor entries (Microsoft, Windows, Intel, NVIDIA, Realtek, etc.) to protect system stability and help clear forensically sensitive data.
- Program Uninstaller: Quickly detects installed software (32-bit and 64-bit) and allows batch uninstallation.
- System Tweaks: Applies registry and service modifications to enhance privacy and performance:
- Disable Windows telemetry and Defender sample submission.
- Clear user activity history.
- Set unnecessary background services to manual startup.
- Multitasking: Built on .NET 10 with direct system calls and minimal dependencies. Tasks run in the background, allowing you to clean, review the registry, apply tweaks, and uninstall programs simultaneously without freezing the UI.
Download the latest release from one of the following sources:
- GitHub Releases: Download
- Microsoft Store:
You can also install PASPAS using your preferred package manager:
Winget:
winget install -e --id berkaygediz.PASPASChocolatey:
choco install paspas
![]() |
![]() |
- Windows 10 (17763+) or Windows 11
- Administrator privileges
Clone the repository and run using .NET 10 SDK:
git clone https://github.com/berkaygediz/PASPAS.git
cd PASPAS
dotnet run -c ReleaseTo publish a single-file executable:
dotnet publish PASPAS.csproj -c Release -r win-x64 -p:PublishSingleFile=true -p:SelfContained=true -p:PublishTrimmed=falsePASPAS has been in development for quite some time. The initial source code was created back in 2017, going through many phases and complete rewrites. The project officially became open-source starting June 22, 2023 (first commit). If you are looking for older versions, historical source codes, or just want to say hi, feel free to reach out.
- Comment Ça Marche (Téo Marciano - 01/12/23 19:53)
- JustGeek (Benjamin - 11.08.2023)
- Softpedia (Robert Condorache ⭐ 4.0 / Users ⭐ 4.7)
- Softaro (2025/02/28 09:28)
- PlanetaSofta
- AlternativeTo (Users ⭐ 5.0)
- YouTube - Actualia tech (24.08.2023)
Licensed under the Apache License, 2.0. See the LICENSE file.


