Tuesday, March 29, 2011

How To Delete Hidden Files In DOS

Some files may not be seen of DOS command. Maybe its hidden by the administrator or the person who are using it. Hiding a file may have a reason. Sometimes you will hide because you don't want others to see it bcause its complicated, hiding it because you don't want others to discover it or hiding it because you have your black propaganda to that person (maybe a virus to that computer).

Well here is the simple steps in unhiding those files and delete it.



First, you have to go to START menu and click on the Run Command

Then type CMD or Command the press enter

Go to the drive where you want to.

Example: C:\users\admin

Then you want to look if the folder has a hidden file. Just type Attrib -H (H attrib will show all the hidden files in that particular folder)

Then the hidden files will be visible and from there you can delete it with the command DEL [filename you want to delete]

And your done.



No comments:

Post a Comment