Skip to content

DeepPurge v0.3.0

Choose a tag to compare

@SysAdminDoc SysAdminDoc released this 10 Mar 10:57
· 182 commits to main since this release

DeepPurge v0.3.0

A .NET 8 tool for deep removal of stubborn files, folders, and application remnants.

Build from Source

Requirements: .NET 8 SDK

git clone https://github.com/SysAdminDoc/DeepPurge
cd DeepPurge
BUILD.bat

Or build manually:

dotnet build DeepPurge.sln -c Release

A pre-built executable is not included in this release. Clone the repo and run BUILD.bat or build with the .NET 8 SDK.