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.
ReTweet this Tip!
Posted
Aug 16 2010, 08:00 AM
by
ps1