Files
windows-scripts/CleanAdministratorWebCache.bat
2023-03-05 21:08:50 -06:00

3 lines
89 B
Batchfile

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