Tự tạo tập tin .bat để xóa Cookie ?

Tự tạo tập tin .bat để xóa Cookie ?
vu manh tuan
vu manh tuan
Trả lời 15 năm trước
Cookie là một tập tin văn bản được lưu vào trên ổ cứng của bạn khi bạn truy cập vào một website nào đó . Cookie được dùng để nhận diện bạn truy cập các website đó lần sau , nó chứa các thông tin cá nhân về bạn , tài khỏan , mật khẩu và một số thông tin khác . Nói chung cookie cũng có một số thuận lợi và nhược điểm và là con dao hai lưởi đối với người sử dụng Internet . Khi bạn sử dụng Internet để truy cập vào các website thì nhờ vào cookie , bạn có thể sẽ duyệt web được nhanh hơn , tuy nhiên cũng có một số website “cà chớn” lấy các thông tin cá nhân của bạn . Vậy làm thế nào để xóa cookie , thủ thuật sau đây xóa bỏ cookie bằng tập tin bó (.bat) trên trình duyệt Internet Explorer và Nescape dể dàng . Mở trình sọan thảo văn bản Notepad và chép đoạn mã sau vào : @ECHO Tap tin .Bat diet Cookie – Su dung cho Win9X/Me/2000/XP @ECHO Xoa Cookie cho Internet Explorer . @ECHO Ban co muon chay tap tin nay ngay bay gio ? @PAUSE @if exist "E:\Documents and Settings\Tran Huu Phuoc\Cookies\*.txt" del "E:\Documents and Settings\Administrator\Cookies\*.txt"; @if exist "E:\Documents and Settings\Tran Huu Phuoc\Cookies\*.txt" del "E:\Documents and Settings\Tran Huu Phuoc\Cookies\*.txt"; @ ECHO Xoa Cookie cho Netscape . Welcome To VNECHIP http://www.vnechip.com - Where People Go To Know VNECHIP – Advanced Technologies , 24/7 Support , Free Fastest Online @if exist "E:\Programas\Netscape\User\Profile\Cache\*.*" del "E:\Programas\Netscape\User\Profile\Cache\*.*"; @if exist "E:\Windows\Cookies\*.*" del E:\Windows\Cookies\*.*"; @PAUSE @if exist " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\*.txt" del " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\*.txt"; @if exist " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\*.txt" del " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\*.txt"; @if exist " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\Cookie*.*" del " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\Cookie*.*"; @if exist " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\Cookie*.*" del " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\Cookie*.*"; @if exist " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\*.*" del " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\*.*"; @if exist " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\*.*" del " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\*.*"; @if exist " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\Cookie*" del " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\Cookie*"; @if exist " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Content.IE5\Cookie*" del " E:\Documents and Settings\Tran Huu Phuoc\Local Settings\Temporary Internet Files\Temporary Internet Files\Content.IE5\Cookie*"; @if exist "E:\Windows\Temporary Internet Files\Content.IE5\*.txt" del "E:\Windows\Temporary Internet Files\Content.IE5\*.txt"; @if exist "E:\Windows\Temporary Internet Files\Content.IE5\Cookie*.*" del "E:\Windows\Temporary Internet Files\Content.IE5\Cookie*.*"; @if exist "E:\Windows\Temporary Internet Files\Content.IE5\Cookie*" del "E:\Windows\Temporary Internet Files\Content.IE5\Cookie*"; @if exist "E:\Windows\Temporary Internet Files\Content.IE5\*.*" del "E:\Windows\Temporary Internet Files\Content.IE5\*.*"; @ECHO Cac thu muc tam Internet se duoc lam sach ngay bay gio ! @ECHO Thong tin ve Cookie se duoc xoa so khoi may tinh cua ban !!! @PAUSE Lưu ý : Tran Huu Phuoc là tên tài khỏan trên máy tính của bạn . E : là ổ đĩa bạn cài đặt hệ điều hành Lưu tập tin này lại đặt tên cho tập tin này là xoacookie.bat Thay đổi hai tham số mà đỏ cho phù hợp với máy của bạn.