English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a Microsoft Windows XP and I am wondering how to delete my History folder completely. I think i can do that from Command Prompt but I don't know what to type in.

2007-02-21 18:56:34 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

best not to do it using command prompt lest u know what ur doing.

if u want to delete IE history, select tools, internet options and delete browsing history on the first tab.

also u cannot permanently remove the history folder as it is a system folder.

2007-02-21 19:02:37 · answer #1 · answered by k_electron 2 · 1 0

In command prompt there is an internal command called del for deleting files. For deleting folders, the folder should be empty. and then we can give rm to remove the folder

student\MyFolder>del *.*
student\MyFolder>cd..
student>rm MyFolder
Otherwise there is an external command deltree. It deletes the entire contents. The folders need not to be emptied.

2007-02-21 19:02:03 · answer #2 · answered by Anonymous · 0 0

You CAN delete the folder, but one of two things might happen:

1) IE will fail to work after that, or...
2) IE will recreate it.

Better to just delete the contents, and you can do that from within the browser if you so want.

2007-02-21 19:58:27 · answer #3 · answered by T J 6 · 0 0

In the Command Prompt type: help - it will show you all the options. Also, then using a function put a: /? at the end for help on that specific function For example: net user /? will give you options on the net user command

2016-05-23 22:22:55 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers