HIDE FOLDER WITHOUT SOFTWARE

Hide folder without any software

Most of us need to prevent data from others eyes,because of these are our personal data,at this time we use some software like folder lock 7,lock folder xp etc
but it is create question by others about this software and why its use etc
then we use folder hide,but all of them know this trick and they can be easily searched with Windows Search.here we want a alternate way to hide files


HIDE FOLDER WITHOUT SOFTWARE


With this trick, you can create a secure password protected folder in Windows which no one except you can access. To use this trick, follow the instructions given below:- 


Hide folder without any software

1 - open notepad
2 -  copy this code to notepad
cls 
@ECHO OFF 
title computer-tricks-corner.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%== trickzzworld 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


3 save this code with the extension of .bat (eg:trickzzworld.bat)
4 after saving open this saved file,a new folder will be created. Enter your data in the folder. Again, double click on   
   the batch file.there is a question "are you sure to lock this folder"(see below image)
   Type Y and press Enter. The folder will be hidden from view.

HIDE FOLDER WITHOUT SOFTWARE


To re-view your folder, double click on the saved batch file. Enter password as 
" trickzzworld.blogspot.com " without quotes ("") and press Enter key. This is also the default password. Your folder will be visible again.

to change default password  edit the text in code given in blue and enter your own password. 
delete batch file after hiding ,create it again to open folder


HIDE FOLDER WITHOUT SOFTWARE HIDE FOLDER WITHOUT SOFTWARE Reviewed by Anonymous on 12:45 Rating: 5
Powered by Blogger.