Monday, January 10, 2011

Folder Is Not Showing The Pendrive

Sometime we can't see our necessary folder in pendrive. Because the folder automatically hide. We can find it by showing hidden file or folder. Generally we know to be hidden file showing check the option is " Show Hidden File And Folder " in folder option. After you check the option for showing your file, it also now don't show your file. Because the folder is not only "hidden", it is "Super Hidden" position. Normal hidden file showing by the check the option "Show Hidden File And Folder" in the folder option. And super hidden file showing check the option "show hidden file and folder" and uncheck the option "Hide Protected Operating System File", according to following image :-






Then press apply and ok. You can now see your folder in pendrive.


If you want you can "super hide" a folder by the following procedure :-


First of all create a batch file. To create a batch file Right click desktop > New > Select "New Text Document". Then go to My Computer > Tools > Folder Option > Navigate "View" tab and unchecked the "Hide Extension For Known File Type". After unchecked the option then returned the "New Text document". Right click the "New Text Document" and choose "rename" option. Rename it by "superhide.bat" , then right click the file and choose "edit" and then type

                                    attrib +s +h +r %1%


After type is finished, save the file. Now drag the file, which file you want to super hide and drop on the "superhide.bat" file. Now the file super hidden position. You can release the file from super hidden position the following procedure :-

Create a file by the above procedure and rename it by "clearsuperhide.bat" , and then right click the file and choose "edit" . Then type


                          attrib -s -h -r %1%


After type is finished, saved the file and dropped on it which folder or file you want to release.


Thanks.

No comments:

Post a Comment