DrygvalArtyom is the personal open-source imprint of Russian developer Artyomka628, a GitHub-based contributor who focuses on small, single-purpose utilities that solve narrow but stubborn Windows maintenance problems. The catalog to date centers on DelAfterReboot, a lightweight Python script that schedules recursive folder deletion to run before the operating system locks files, making it possible to remove deeply nested or in-use directories that resist normal uninstallers, cleanup wizards, or manual attempts. Typical use-cases include wiping remnants of failed software removals, clearing bloated temp caches left by game launchers, or erasing stubborn antivirus quarantine folders that reclaim disk space only after a restart. Because the tool operates at pre-boot time, it bypasses file-handle restrictions without requiring third-party drivers or bootable media, so administrators and power users can automate cleanup tasks through a single command or incorporate the script into broader maintenance routines. Although the portfolio is presently limited to this one utility, the publisher’s minimalist approach—clean code, no GUI, permissive licensing—signals a commitment to utilitarian software that plugs specific gaps in Windows housekeeping workflows. DrygvalArtyom’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest upstream version, and can be queued for batch deployment alongside other applications.

DelAfterReboot

A simple python script that forcibly deletes folders recursively before the system boots.

Details