Skip to main content

Password Protect Any Folder Without Any Software

In my previous post i have teach you to hide files behind images. In this tutorial i will show you interesting and usefull trick to password protect folder without using any software using batch file programming. This trick will work on all windows platform (Win XP, Win 7). Follow below tutorial to learn this trick.

How To Lock Folder ?

   1. Open Notepad and Copy code given below into it.
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" gotoUNLOCK
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%== coolhacks 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. Save the notepad file as lock.bat (.bat is must)
   3. Now double click on lock.bat and a new folder will be created with nameMyFolder
   4. Copy all your data you want to protect in that New folder
   5. Now double click on lock.bat and when command promp appears Type Y and press enter.
   6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
   7. It will ask for password enter your password and done. (Default password is coolhacks)
  • To change the password replace coolhacks with  new password in the above code

How To Further Secure ?

You might be thinking that anyone can access the password by opening that lock.bat file in Notepad or any other text editor. To make it more secure hide lock.bat in some secure location after following the above tutorial To access the secured file double click on lock.bat. I would suggest copying lock.bat file into Pendrive and copying it into your computer whenever you required to access to your protected files.

Popular posts from this blog

MICROSOFT LYNC 2013

ARTICLES MICROSOFT LYNC 2013 Microsoft Lync and Skype will be connected by June What's new in Office 2016 for Windows Microsoft's Lync has become the standard for corporate web conferencing and  chat . In the latest version for 2013, Lync gets even better.  Features Lync has more features than you can shake a stick at.  Microsoft has had years of experience creating a well-rounded chat client.  Lync includes not only instant messaging but video conferencing and powerful collaboration tools. Instant messaging works just as you'd expect. The current status of your contacts is displayed clearly next to their names. These statuses are integrated into  Outlook  as well so you know when someone is available to chat with. Coferencing is one of the useful feathures of Lync. You can share audio, video, screens, as well as white boards and polls. New for this version of Lync is HD video. Microsoft is using H.264 SVC to make sure...

Windows 8 / 8.1 Product key for activation 2015

Windows is doubtlessly one of the best operating system out there. It has many awesome features and updates which makes it unique and keeps the users attached to itself. Not only easy usable interface also some features which is very unique compared to other  open  source and Linux operating systems. Thus it is suitable for users such as  windows 8 . 1 key ,  windows 8  keys,  product key  for  windows 8 ,  windows 8   product key , windows 8 .1 CD key, window 8.1  product key . Windows Product Keys 8 There are many versions in the windows 8. It has trail preview versions such as windows 8 developer preview, windows 8 release preview, & finally the windows 8 RTM which is the retail pack of the windows. Not only the PC operating system but also the server OS which is required to run powerful servers also available  with the windows release. Windows 8.1 and 8 Product Key List :...

[Latest] 100% Working Windows 7 Ultimate Serial Key

This post gives you the most wanted serial keys or the product keys of the  Windows ultimate version . This is new post where we give you the latest and working serial keys. Sample Keys : 14KIU-PKL69-OI8CV-Q2H7C-AYVAK Windows 7 ultimate  serial keys KIJ71-0MNJK-Z63TY-KULDE-EEPSI Read below for more keys: Microsoft is one of the leading OS developer and has released a lot of the windows versions in the previous years. It has  windows 7 ultimate  product key  64 bit free  and  free windows 7 ultimate product key . The  latest version  of the Windows is Windows 8.1 but nowadays the the most used version in the windows OS is mainly windows 7 . People loves the very simple to use interface and many other features. After the windows XP people mostly love the windows 7 version. Windows 7 has many divisions such as  windows 7 ultimate,windows 7 home premium, windows 7 professional ,...