Jump to content

Deletion of LSOs(Super Cookies)


Recommended Posts

  • Moderators

I use this via a batch file on my WinXP system and it zaps the junk very fast, it covers physical files but I don't know if there's any Flash super cookie junk in the registry since I've never looked for it in there.

 

@echo
echo Removes Adobe Flash Player cache, super cookies, and other junk
del /q /s /f "%USERPROFILE%\APPLICATION DATA\ADOBE\FLASH PLAYER\*.*"
rmdir /q /s "%USERPROFILE%\APPLICATION DATA\ADOBE\FLASH PLAYER\ASSETCACHE"
del /q /s /f "%USERPROFILE%\APPLICATION DATA\MACROMEDIA\FLASH PLAYER\*.*"
rmdir /q /s "%USERPROFILE%\APPLICATION DATA\MACROMEDIA\FLASH PLAYER\#SHAREDOBJECTS"
cls
exit

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.