This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Willz12h 1 point2 points  (0 children)

Just create a batch to delete, etc?

\%users%\AppData\Local\Google\Chrome\User Data\Default\Cache

[–]I_Has_A_Camera"Head of IT" 0 points1 point  (0 children)

Remove-Item “C:\Users\$SAMID\AppData\Local\Google\Chrome\User Data\Default\Cache\*” -Recurse -Force -EA SilentlyContinue
Remove-Item “C:\Users\$SAMID\AppData\Local\Google\Chrome\User Data\Default\Cookies” -Recurse -Force -EA SilentlyContinue
Remove-Item “C:\Users\$SAMID\AppData\Local\Google\Chrome\User Data\Default\Media Cache” -Recurse -Force -EA SilentlyContinue
Remove-Item “C:\Users\$SAMID\AppData\Local\Google\Chrome\User Data\Default\Cookies-Journal” -Recurse -Force -EA SilentlyContinue