Hidden folder

Closed
haider_haider - Oct 22, 2009 at 09:35 AM
Alan Wong Posts 1 Registration date Wednesday October 21, 2009 Status Member Last seen October 22, 2009 - Oct 22, 2009 at 09:55 AM
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.

1 response

Alan Wong Posts 1 Registration date Wednesday October 21, 2009 Status Member Last seen October 22, 2009
Oct 22, 2009 at 09:55 AM
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
0