Showing posts with label How to Create A Folder with security. Show all posts
Showing posts with label How to Create A Folder with security. Show all posts

Tuesday 20 May 2014

How to Create A Folder with security

How to Create A Folder with security


Copy and paste this code in notepad and save it like hide data.bat
(dont include ())
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" go to UNLOCK
if NOT EXIST Locker go to MD LOCKER
:CONFIRM


echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y go to LOCK
if %cho%==y go to LOCK
if %cho%==n go to END
if %cho%==N got o END
echo Invalid choice.
go to CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
go to End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==password 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
go to End
:FAIL
echo Invalid password
go to end
:MD-LOCKER
MD Locker
echo Locker created successfully
goto End
:End


)

1.go to any drive and click (you paste here) hide data.bat... see it create a Locker folder.
2. copy and paste you secret data and picture and any thing.
3. aging run hide data.bat..it ask (are you sure you want to lock the folder )
write Y and enter....your Locker folder getting hide.
4. if you want to access your data again run ...CMD window asking you password and write here password (this is password ) and enter . your Locker folder in appear.

Read More
© 2014 GsmShout. All rights reserved.