Delete Browsing History for IE7 By Using Command Prompt IE7을위한 명령 프롬프트를 사용하여 검색 기록 삭제
If you want to create a batch file to clean up your computer by clearing your browsing history, temporary internet files, computer tracks, unused files, or password saved, you might probably find the commands below useful. 만약 여러분이 비운의 역사 탐색 배치하여 컴퓨터를 청소하는 파일을 만들려면, 임시 인터넷 파일, 컴퓨터 트랙, 미사용 파일, 또는, 당신은 아마 아래의 명령을 찾을 수있는 유용한 저장된 비밀 번호가있습니다. Add them to your batch files if you want to create one and you can speed up your cleansing process with it even though you are not running Internet Explorer. 하나 만들려면 Internet Explorer를 실행하지 않는 당신 있는데도 당신들이 그것을 사용하여 정화하는 과정을 빠르게하여 배치 파일들을 추가합니다.
Delete Cookies Code: 쿠키는 코드를 삭제 :
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 Rundll32.exe inetcpl.cpl을 ClearMyTracksByProcess 8
Delete History Code: 역사의 코드를 삭제합니다 :
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 Rundll32.exe inetcpl.cpl을 ClearMyTracksByProcess이
Delete Data Code 삭제 데이터 코드
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1 Rundll32.exe inetcpl.cpl을 ClearMyTracksByProcess 1
Delete Passwords Code 삭제 암호 코드
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16 Rundll32.exe inetcpl.cpl을 ClearMyTracksByProcess 16
Delete All Code 코드를 모두 삭제
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32 Rundll32.exe inetcpl.cpl을 ClearMyTracksByProcess 32
Delete All - “Also delete files and settings stored by add-ons” Code 모두 삭제 - "또 코드를 추가할 - 기능"에 저장된 파일 및 설정을 삭제
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255 Rundll32.exe inetcpl.cpl을 ClearMyTracksByProcess 255
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 :이 기계는 "보증도없이있는 그대로"제공됩니다 페이지를 번역했다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 을 참조하시기 바랍니다 original English article 원래 영어 문서 whenever possible. 언제든 가능합니다.
Share and contribute or get technical support and help at 공유와 기여하거나 기술 지원과에 도움이 My Digital Life Forums 내 디지털 생활 포럼 .
Related Articles 관련 기사
- Delete and Clear Internet Explorer Address Bar History Internet Explorer의 주소 표시줄 역사를 삭제하고 지우기
- Apple’s Patent Filing Disclosed Safari Navigation History Improvement for Greater Web Browsing Experience 애플의 특허를 신고 내역을 공개 사파리 네비게이션 큰 개선을위한 웹 브라우징 경험을
- How to Enable More Fonts for Windows Command Prompt 윈도우 명령 프롬프트에 대한 더 많은 글꼴을 사용하도록하는 방법
- Remove and Delete Some URL Entries from Address Bar History of FireFox and Internet Explorer 일부 URL을 제거하고 삭제 항목을 탐색기에서 파이어 폭스와 인터넷의 주소 표시줄의 역사
- How to Fully Maximize Command Prompt Window in Vista 명령 프롬프트 창을 최대화하는 방법을 완전히 비스타에서
- iCACLS Vista Command Prompt Tool to Manage ACLs iCACLS 비스타의 명령 프롬프트에서 도구를 관리하는 ACL을 위해
- Run Command Prompt Window as Administrator by Right Click Computer in Vista 실행 명령 프롬프트 창 관리자로 컴퓨터에 의해 비스타에서 마우스 오른쪽 버튼으로 클릭
- How to Open Elevated Command Prompt with Administrator Privileges in Windows Vista 어떻게 Windows Vista에서 관리자 권한을 가진 상승된 명령 프롬프트를 엽니다
- Comprehensive List of Command Prompt Keyboard Accelerators (Shortcut Keys) 명령 프롬프트에서 키보드 액셀 러레이터 (바로가기 키)의 포괄적인 목록을
- How to Disable or Enable Vista User Access Control in Command Prompt 비스타 사용자 액세스를 제어할 수 있도록하는 방법을 해제하거나 명령 프롬프트

























