A WEBSITE FOR WORKING AND USEFUL TRICKS

HOW TO HIDE AND PROTECT ANY FOLDER WITH PASSWORD IN WINDOWS WITHOUT USING ANY SOFTWARE

Most of us have private data. Not all of us have a private computer to keep that data. So, we just end up with other people viewing that data

Hidden folders do not work as they can be easily searched with Windows Search. So, we need an alternative way to create hidden password protected folders which only we can access. And that is exactly what we will learn in this post

With this trick, you can create a secure password protected folder in Windows which no one except you can access

Just Follow These Steps -

1. Click on Start Button
2. Click on All Programs
3. Click on Accessories
4. Click on Notepad
5. Copy this code     


cls 
@ECHO OFF 
title www.neer-workingtricks.blogspot.com 
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder 
:CONFIRM 
echo Are you sure to lock this 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 MyFolder "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 Your Secure Folder 
set/p "pass=>" 
if NOT %pass%== neerajdhiman goto FAIL 
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" 
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder 
echo Folder Unlocked successfully 
goto End 
:FAIL 
echo Invalid password 
goto end 
:MDMyFolder
md MyFolder
echo MyFolder created successfully 
goto End 
:End

6.   Paste it in the Notepad
7.   Click on file
8.   click on save as
9.   save file as Folderlock.bat in any drive
10. Now go to the drive in which you save the file and double click on Folderlock
11. A new folder is created
12. Save your data in the the folder
13. Again, double click on Folderlock
14. Type Y and Press Enter
15. Now the Folder will be Hidden 
16. To re-view your folder, double click on Folderlock
17. Type neerajdhiman and hit Enter

If you face any problem using this trick, you can write a comment and I will do my best to help you.

ENJOY AND KEEP VISITING

(NOTE :- Please do not use Chrome to copy this code) 

3 comments:

  1. Please Do Not use Chrome Browser because you r not able to copy the code if u use chrome

    ReplyDelete
  2. thank you for locker code.
    Its excellent but what i want to tell you is ,i have to open locker.bat every time. It should ask only one time for lock,unlock and to place content in it .

    ReplyDelete
    Replies
    1. It's for your safety
      So that no one can Access your folder without your permission

      Delete

1. Make sure to click the "Subscribe by email" link below the comment to be notified of follow up comments and replies.
2. Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
3. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.

Important note

Use www.neerajdhiman.tk to visit WORKING TRICKS