Explore a curated suite of lightweight, safe, and powerful tools designed to optimize, clean, and automate your Windows experience—pure performance, zero bloat.
Click on one of the projects below to view its comprehensive guide, manual commands, and full version history.
I am a developer learning to build lightweight & useful tools for everyone. I created these utilities to help myself and others manage their Windows systems efficiently without "bloatware".
These utilities are 100% transparent and open-source. They do not collect any personal data. You are free to audit the code at any time.
Open your Start Menu, type powershell, right-click it and select Run as Administrator.
Copy and paste the command below, then press Enter:
The toolkit will launch automatically.
💡 Tip: Use Menu [0] Compact OS if your C: drive is full. Always backup important data before performing deep system maintenance.
Targeted strictly at temporary paths and browser/GPU caches. Authentications, cookies, and local files are completely untouched.
Designed with background detection. Automatically runs hidden with zero console popups, preventing desktop interruptions.
Checks active applications before deletion. If a browser is active, it skips cache cleaning to protect open database sessions.
Download the official PowerShell automation script from our GitHub repository:
Press Win + R, type taskschd.msc, and press Enter.
Click Create Task on the right sidebar (not Basic Task). In the General tab:
ncexs Auto TaskGo to the Triggers tab, click New. Set trigger to On a schedule, select
Daily. Optionally, check "Repeat task every:", type 6 hours, and set duration to Indefinitely.
Go to the Actions tab, click New, set Action to "Start a program":
powershell.exe-ExecutionPolicy Bypass -File "C:\Path\To\ncexs-AutoTask.ps1" -Silent
In the Conditions tab, uncheck: "Start the task only if the computer is on AC power" (this allows it to run on laptops on battery power).
In the Settings tab, check "Run task as soon as possible after a scheduled start is missed". Click OK and enter your password if prompted.
Download the latest release ZIP from the GitHub Releases.
Extract the downloaded ZIP package.
Double-click the ncexs-junkcleaner.bat file to
launch the script.
If SmartScreen blocks execution ("Windows protected your PC"), click More info → Run anyway.
Allow Administrator access when prompted by User Account Control (UAC).
Follow the on-screen prompts (type Y or N) for: Junk Cleaner, Deep Cleanup, Antivirus Quick Scan, or RAM
optimization.
Recent updates and changes to the ncexs Toolkit.
Loading changelog from GitHub...