A Windows system cleaner utility built using Node.js and TypeScript that automates the removal of temporary and cached files. The application dynamically detects the user temp directory and safely cleans system-level folders such as Windows Temp and Prefetch, handling permission and locked-file errors gracefully.
npx window-cleaner
npm install window-cleaner
import { clean } from "window-cleaner";
clean();