Lock Folders Without Downloading any Software

Did you know that a little txt file (saved to a .bat file) can lock any folder on your Pc? Like if you wanted to hide some valuable data from somebody, you can easily do it! this text file doesn’t do the normal “hide file” but actually hides the file away even when you have the “show hidden files and folders” on the default control panel file options…

Here’s how to lock folders on ur pc…

Copy exactly this below (incl **)

**********************************************************
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%== type 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

Copy txt and paste it into notepad (start-> run-> Notepad.exe)

the line where it says “if NOT %pass%== type your password here goto FAIL”

type in your password there like this: if NOT %pass%==  Geniushackers.com goto FAIL

Save as blah.bat (file->save as) and exit notepad. Double click on blah.bat and you will see a new folder on your desktop called “Locker” Copy all the files you need to be hidden there. Double click on Blah.bat again, and it will ask you if you want to hide the folders, type in y and press Enter. to unhide, double click blah.bat, type in your password and press enter

Finally you are done!

If you want to edit it like without saying

echo Enter password to Unlock folder
your boss may get suspicious,
Rather type in
echo What Is the answer?
Or something like that and say it is a game.

        
                
        	

Subscribe / Share

Article by jschafli

14 year old PC genius. Alot said lol... Ok lets see, I love helping out with sites, active in alot of websites and forums. I have also helped alot in making websites in html and php. Geniushackers is actually one of my favourite websites to come to, because It gathers the best hacks/ideas on the web onto this website. jschafli tagged this post with: , Read 9 articles by jschafli
24 Comments Post a Comment
  1. siddharth says:

    I have tried it before . It is dangerous . There is no way to revive files without password .

  2. gm442 says:

    WOOOOOOOOOOOOOOO.>…………………….. Its godd & easy to use. Thans

  3. satish you re the best

  4. hx40r says:

    This is fucking crazy. What the code do is make the folder a system folder. Anyone can access the files just by enabling the “Show System files and folder” in folder options.

Leave a Reply




Translator

English flagItalian flagKorean flagChinese (Simplified) flagChinese (Traditional) flagPortuguese flagGerman flagFrench flagSpanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroatian flagDanish flagFinnish flagHindi flagPolish flagRomanian flagSwedish flagNorwegian flagCatalan flagFilipino flagHebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flagSlovenian flagUkrainian flagVietnamese flagAlbanian flagEstonian flagGalician flagMaltese flagThai flagTurkish flagHungarian flagBelarus flagIrish flagIcelandic flagMacedonian flagMalay flagPersian flag

GH is powered by Theme SWIFT

Download