Saturday, June 18

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.


2 comments:

  1. There are many locksmiths, who offer an advanced set of services to enhance the home or business security. Local locksmiths play a vital role in providing different types of services like alarm systems, remote security sensors and wireless CCTV systems to detect the intruders and monitor the property of your valuable and business. This type of service is very much essential for the business owners, who find it important to restrict access to certain buildings or else secure the business areas. flatratelocknkey-denver.com

    In fact, the nature of locksmiths and their services depending on the location. At times of need, it is advisable to contact the low cost residential locksmiths, who can help in resolving your problem related to lock out issues

    ReplyDelete
  2. I think that there were some mistakes at the beginning of the post. It would be better if you'll check them out.

    ReplyDelete

Subscribe to RSS Feed Follow me on Twitter!