How To Hide File/Folder Using Command Prompt (CMD)

Hello Friends, Today I am going to show you how to hide file/folder using command prompt (cmd). This is the easiest and secured method but without password because even if you unhide all the files/folders from Folder options, it doesn’t effect it at all. The only possible way to unhide it is by knowing the location of the file that we hidden.



So, here I start the simple tutorial on “How to Hide File/Folders Using CMD”


1)      Open Command Prompt : open it by typing it in search or through “RUN (CTRL+R) and type cmd and press Enter”
2)      Now type the following command in “Command Prompt”

            attrib "Your Folder path" +s +r +h

3)      For Example If the folder that you want to hide is on desktop, type following command
                                    
                                  attrib "C:Desktop\Folder" +s +r +h


4)      For Hiding a file use the following command

                        attrib "File Path.Extension" +s +r +h


5)      For Example

           attrib "C:Desktop\ninkw32.dll" +s +r +h





6)      To unhide the Hidden folder/file use this command
   
                             attrib "File Path.Extension" -s -r –h   à To Unhide the Hidden File


                            attrib "Folder Path" +s +r +h     à To Unhide the Hidden Folder







 The only way to unhide the hidden folder/file using CMD is to know the location of the hidden folder, if you want to secure a file from someone, make sure you paste it in location which is very difficult to find out.  
  
==========     Hacking Don't Need Agreements     ==========
Just Remember One Thing You Don't Need To Seek Anyone's  To Hack Anything Or Anyone As Long As It Is Ethical, This Is The Main Principle Of Hacking Dream
    Thank You for Reading My Post, I Hope It Will Be Useful For You

I Will Be Very Happy To Help You So For Queries or Any Problem Comment Below Or You Can Mail Me At Bhanu@hackingdream.net

Bhanu Namikaze

Bhanu Namikaze is an Ethical Hacker, Security Analyst, Blogger, Web Developer and a Mechanical Engineer. He Enjoys writing articles, Blogging, Debugging Errors and Capture the Flags. Enjoy Learning; There is Nothing Like Absolute Defeat - Try and try until you Succeed.

No comments:

Post a Comment