Removing All Internet Explorer Cookies

by Aug 16, 2010

You'd probably like to regularly clean your machine and remove all cookies set by Web sites you may have visited? Here is how:

Dir ([Environment]::GetFolderPath("Cookies")) | del -whatif

You will want to make sure you remove the -whatif to actually delete the cookie files.

Twitter This Tip! ReTweet this Tip!