Command line tip #13- Find flash cookies
The previous post discusses Flash cookies in some detail. I commented that I have found that the Windows search function is not the best way to find Flash cookies. However, the command line can be used by entering the following:
dir "%appdata%\macromedia\*.sol" /s/b
The quotation marks are necessary. This command works in both XP and Vista. To make a text file with the list, use:
dir "%appdata%\macromedia\*.sol" /s/b >C:\list_of_flash_cookies.txt
Of course, you can choose your own file name and location.
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.


Comments
No comments yet.
Sorry, the comment form is closed at this time.