Skip to content

Instantly share code, notes, and snippets.

@samuelspiza
Created December 22, 2009 11:26
Show Gist options
  • Save samuelspiza/261688 to your computer and use it in GitHub Desktop.
Save samuelspiza/261688 to your computer and use it in GitHub Desktop.
Purge Flash cookies.
@ECHO off
REM Remove Flash cookies in Windows. Can be auto started on System start up.
SET FLASH=Macromedia\"Flash Player"
RD /S /Q %APPDATA%\%FLASH%\#SharedObjects
RD /S /Q %APPDATA%\%FLASH%\macromedia.com\support\flashplayer\sys
DEL /S /Q /F %LOCALAPPDATA%\Temp\DDMCache\*.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment