Some Web sites or browsers have a function of the site is set up a cookie, the personal account login site will generate a cookie record stored in the local, when you set up to remember the account, The next time you go into the site, you will retain your username and password information in the login screen. Can not delete, if you want to delete it only login to each account can be deleted, or with administrator privileges of the account login and then open each account to delete, if you have a lot of accounts, Then the deletion of the operation will be more time-consuming and laborious. Let's talk about a better way to clean cookies today.
Operation method
Open Notepad First, and then copy the following to Notepad:
echo off
Color 0a
Cd
Cls
:: Title cleaning cookies and browser spam files under all accounts on this machine
Dir "%systemdrive%documents and Settings"/ad/b >%systemdrive%dirtmp.txt
for/f%%a in (%systemdrive%dirtmp.txt) do del/f/s/q "%systemdrive%documents and Settings%%acookies*.*" &del/f/S/ Q "%systemdrive%documents and settings%%alocal settingstemporary Internet files*.*"
del/f/q%systemdrive%dirtmp.txt
Pause
Then in Notepad, click the File menu, and then select the Save As command:
In the dialog box that pops up, select Save type as all files, enter a filename in file name, End With. bat, and then click the Save button:
Then locate and double-click the saved. bat file:
In the pop-up window, you can see that the current program is automatically cleaning up the cookie file under all the accounts in your computer:
At this point you open the "My Computer" under the C-packing directory, you should be able to see a DirTmp.txt file:
This file is just our program generated, which is all logged in to the computer account, we can manually delete the
Note : More wonderful tutorials Please pay attention to the triple computer tutorial section, triple Computer group: 189034526 welcome you to join