Missing my important pics in attrib command

Closed
praveen - Aug 13, 2015 at 02:48 AM
xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 - Aug 13, 2015 at 03:47 PM
Hello,
sir i lost my important pics which are hidden in command prompt.unfortunately my systems os was crashed i changed my os by formating only c drive where as the folder which is in the other drive which is not formated but hidden with comand prompt how can i recover those photos plz help me sir those r very important for mee


1 response

xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 1,826
Aug 13, 2015 at 03:47 PM
If you simply want to display a list of hidden files and folders and not change their attributes, run the following command:

dir/ah

If you want to unhide all folders + subfolders and files, run the following command:

attrib *.* -h -s /s /d
0