Skip to content

Instantly share code, notes, and snippets.

@tehp
Created September 5, 2015 23:37
Show Gist options
  • Save tehp/ed7f32dd2fbb947f184a to your computer and use it in GitHub Desktop.
Save tehp/ed7f32dd2fbb947f184a to your computer and use it in GitHub Desktop.
@echo off
set ChromeDir=C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data
del /q /s /f "%ChromeDir%"
rd /s /q "%ChromeDir%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment