To solve this problem, let us get the super hidden out. Here's the step how:
The easiest way to show hidden files and folders is to use the Folder Options. But some virus aren't that dumb. Most viruses will disable the access to Folder Options. But don't lost hope dude because another way to recover this is using the Command Prompt. In this tip, I will give you the two(2) ways on how to Show Super Hidden Files and Folders.
Showing Hidden files and folders using folder options:
- Open My Computer
- In the Tools menu, click Folder Options. (folder options dialog box will popup)
- From the dialog box, choose View tab.
- Under Advance Settings box, make sure that the the Show Hidden Files and Folders option is Selected. And Hide Protected Operating System Files checkbox is unchecked.
- Click Apply. Press OK after all.
that's it.
How to show super hidden files and folders using command prompt?
- Choose Start menu then click Run command.
- In the Run command, type cmd then press OK. (the command prompt will show)
- Go to the drive where the files or folder are hidden. Like for example if you want to show all the files and folder in drive D then type d: and press enter.
- type
attrib -h -s /s /d
where : * -h is hidden (we use minus sign to remove it) * -s is system * /s means process all files in the directory (recursive) * /d means process directory/folder as well if you have lots of files it might take a few moment to finish. just wait and your files will be back.
attrib +s +h D:\FolderNamethat's it.

0 comments:
Post a Comment