Paste the following code into a notepad file. Replace the XXXXXX with your desired password, and then save the file as a .bat
cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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%== XXXXXX here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
Double click and the folder Private will appear, put stuff inside and then hide your folder. You can mess around the code to change what it says and stuff.. Have fun with it!
i didn't even know that you can do something like that! thanks for the info
ReplyDeletehuh that's really neat :3 thanks for this
ReplyDeletewaw nice tip i had never heard of that
ReplyDeleteoh and since i think you asked, im not korean :)
ReplyDeleteUseful for my "Plans to take over the world" folder
ReplyDeleteheh good tips
ReplyDeleteOh this is nice! I've got a computer no-one but me uses, but would this work with folders and such on a memory stick/external HDD?
ReplyDeleteAnother quite useful guide. Thank you so much.
ReplyDeletethanks for the tipp!
ReplyDeleteNice walkthrough!
ReplyDeleteThat's great, I needed a place to put some password info
ReplyDeletehaha thanks for the tip. ive been meaning to find a secret place for my stash
ReplyDeleteThis is great for my por- er, secret work.
ReplyDeleteHmm, never thought about doing it like this. Good idea.
ReplyDeletewow that was great! thx for that =P
ReplyDeletethanks for the tip m8.
ReplyDeleteVery useful! Thank you!
ReplyDeletelove these tuts dude, real handy info :)
ReplyDeleteI shall never doubt the mighty of the notepad, ever again.
ReplyDeleteOoohh thats cool :P
ReplyDeleteCool trick :D
ReplyDeletethank you for the information
ReplyDeleteNice post! Check out my new blog.
ReplyDeleteThanks for the tips :)
ReplyDeletegreat job at explaining!!
ReplyDeleteThank you, now I don't have to hide all of my self nudes on a thumb drive in a box burried in the garden.
ReplyDeleteseems complicated O.o
ReplyDeleteInteresting. I don't need this, but it might be fun on someone elses computer :)
ReplyDeleteSo thats why hide folder was invented
ReplyDeleteMac user here...
ReplyDeleteIt is helpfull my friend, how can i 'unhide' this later?
ReplyDeletethis is pretty cool, gonna save this !
ReplyDelete@Endless Ha. Ha.
ReplyDeletethis just actually came in very useful for me!
ReplyDeleteI like your hacker skills man. :D
ReplyDelete@ Rumiko
ReplyDeleteI have no idea, I might need to check that out!
@ Triper
Just double click on the .bat and type your password in and it just kinda appears!
hehe, i know what most people will be doing with this :P
ReplyDeletethats awesome :O!
ReplyDeleteThis brings back memories. I used to use batch files to hide my porn folder back when I was in Jr. High. Good times, good times. My old script did more than hide the folder though, since people can show hidden files and folders. The script I used converted the folder into a pseudo-system file that couldn't be accessed by any usergroup.
ReplyDeletethat sounds really great. id need someone to install it for me! followed
ReplyDelete