Search : in
By :

Hidden folder

Last answer on Oct 22, 2009 2:55:11 pm BST haider_haider, on Oct 22, 2009 2:35:16 pm BST 
 Report this message to moderators

Hello,
Dear friends, I m facing a great problem. Please help me, I shall b very thankful to you. My problem is that i have hidden a folder using command prompt. I m using windows xp. I have used the following command to hide my folder:-

attrib (folder name) +h +r +s

The problem is that, i have forgotten the folder name. Now tell me the way how i can recover my folder.

Configuration: Windows XP Internet Explorer 7.0

1

 Alan Wong, on Oct 22, 2009 2:55:11 pm BST

Try this in command prompt
attrib *.* -s -h -r
after that your should reset those system folder by using attrib [system folder name] +s +h +r again

Reply to Alan Wong