Blogger Widgets Blogger Widgets

ADFLY REGISTRATION

Pages Tabs

Friday, 1 February 2013

Super Hide the files Using Command Prompt




All of us want to hide some files, movies etc etc. Many of us make the attributes of the file as hidden and make it invisible through the folder options. But every computer user knows it. I know on using other’s computer almost all of us enable showing hidden files to see what secret content he has, Don’t you ? But there exists a trick with which you can hide your content from others. Let me give you that

Create a folder you want to hide or take a folder already present to hide.

Now open the Command Prompt by clicking Start->Run->cmd
Navigate to the location where your folder(the one you want to hide) is present. Suppose the folder is in the C drive i.e. (Arshad) then in the command prompt I have to type cd C:\
Type the following codes to hide or unhide your folders:-


To hide your Folder type:

attrib +h +s Arshad 
Then hit Enter





Now to Un-hide your folder type:

attrib -h -s Arshad 
Then hit Enter




Enjoy These Tricks........!!!!!!!!!!!

No comments:

Post a Comment