Saturday 1 April 2017

How To Hide Your Folder,files and Any files Without Third Party Software

How To Hide Folder Without Third Party Software

Friends,In This Article, I Will Tell You how can you hide or lock any folder without any third party software.

Steps to Hide Any folder without third party software,

Step 1: First of all,You have to open your notepad.

Step 2:Then write the following code in the notepad file

-----------------------COPY AND PASTE THIS CODE ON YOUR NOTEPAD-----------------------------
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==Your-Password-Here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
---------------------------------------------------------------------------------------------

Just copy above code and paste it in the notepad 

Step 3:Now save the file with any name with the file extension .bat ,For example if your file name is lock then you have to save this file as lock.bat and

You can also edit the password by replacing the "your password here" from above code to your own password and this password is required when you want to unlock your folder.

Step 4:After saving the file,you see the lock.bat is created on the location where you save the file and in my case i saved the file in the desktop so after this step you just have to double click on that batch lock.bat,after clicking you will see a new folder named locker is created automatically.

Step 5:Now you have to move all the private folders, data or any other files which you want to hide or lock on the folder named locker which was created automatically after double clicking on the batch file lock,bat.

Step 6:After moving the file you have to again double click on the batch file lock.bat then a dialoge box appear which will ask you do you want to lock the folder(y/n),then you have to write y and press enter,and now you see the magic your folder will become invisible and now no one can see the folder or your any private data. 


Step 7:Now if you want to again see the folder then you have to again click on the batch file lock.bat,now again a dialog message appear which will ask you the password to unlock the folder then you have to enter the password which we had edit on the batch file lock.bat and press enter.And now locker folder is become visible again.So this is simple trick to lock any folder or any data without any third party software.

So guys i hope you like this amazing if you like this trick then share this trick with your friends.
At last thanks for visiting my site.








EmoticonEmoticon

loading...