Password Protect Any Folder Without Any Software


In this instructional exercise I will demonstrate you intriguing and usefull trap to secret key secure organizer without utilizing any product utilizing bunch record programming. This trap will deal with all windows stage (Win XP, Win 7). Take after beneath instructional exercise to take in this trap. 

The most effective method to Lock Folder ? 


1. Open Notepad and Copy code given underneath into it.

cls
@ECHO OFF
title coolhacking-tricks.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%== Hackeyprince 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

 2. Spare the scratch pad document as lock.bat (.bat is must) 

3. Presently double tap on lock.bat and another organizer will be made with name MyFolder 

4. Duplicate every one of your information you need to ensure in that New envelope 

5. Presently double tap on lock.bat and when charge promp shows up Type Y and press enter. 

6. Presently MyFolder will be escaped you see, to get to that folder double tap on lock.bat 

7. It will request secret word enter your watchword and done. (Default secret key is Hackeyprince) 

To change the secret key supplant Hackeyprince with new watchword in the above code. 

Step by step instructions to Further Secure ? 

You may believe that anybody can get to the secret word by opening that lock.bat record in Notepad or some other content manager. To make it more secure cover up lock.bat in some safe area in the wake of following the above instructional exercise To get to the secured record double tap on lock.bat. I would propose duplicating lock.bat record into Pendrive and replicating it into your PC at whatever point you required to access to your ensured documents. 

Barely any More Interesting Tricks

Next PostNewer Post Previous PostOlder Post Home

3 comments: