Category: Updates

"del /f /s /q" doesn't work

I have a Win10 script that tries to delete ...\User*\AppData\Local* from my backups. It uses del /f /s /q, but it doesn't seem to always work. The co...