Pages

Hide you folder without any software

11/09/2013

Hide any software is very essential in our daily life. Everybody try to hide his personal or important file or folder, but somebody can do and other fails. Though there are lot of file and folder hidden software present in online market but most of them not work properly. Many person asked me “is there any free software by which we can hide our folder and file?” I answered no need to software; you can hide your file and folder without software. Yes friend today I discuss about this question, and I try to show you that how you can hide your important file and folder without any software. Let’s go

Open your note pad (you can type ‘note pad’ in start menu to find note pad)       
Now you can type the below object or you can copy-pest the object on note pad.
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%== salim 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 - See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-
Now save the file on your desired location at named ‘lock.bat’
Now double click on lock file, then you can find a folder named ‘my folder’
Put your personal file in my folder and double click on lock, then black window will appear on screen , if you want to hide your folder then type ‘y’ and press enter
Now if you want to unlock my folder then double click on lock file and a  black window ask you a password, then type password ‘salim’(you can change password) and press enter then you will find your ‘my folder’.

In this way you can hide your important file without any software.

No comments:

Post a Comment