Is there a way to schedule a file delete on Windows?
January 26th, 2020
Yea, use a vbs. script set up on your desktop and when click on it it will execute the commands, like delete, etc and its done
You can add a batch script on the startup folder and it will get executed on every startup.
A scheduled task will do this easily, If you want it to run regardless of if someone is logged in or not run the task under the system proccess rather than your account.