Files
windows-scripts/CleanAdministratorWebCache.bat
2023-12-05 19:39:38 -06:00

3 lines
89 B
Batchfile
Executable File

del /f /s /q "C:\Users\Administrator\AppData\Local\Microsoft\Windows\WebCache\*.*"
pause