Skip to main content

Make Secure Folder


How to make a secure folder...


cls
@ECHO OFF
title http://tricks-hill.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%== Tricks Villa 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 





cls
@echo off
title Folder Locker
IF EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­09D}" GOTO UNLOCK
IF NOT EXIST Locker GOTO MDLOCKER
echo Folder Created.
:CONFIRM
echo Are you sure you want to lock the 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 Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­09D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­09D}"
echo Folder Locked.
GOTO END

:UNLOCK
echo Enter password to unlock the Folder :
set/p "pass="
IF NOT %pass% == ENTER UR PASS HERE GOTO FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­09D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­09D}" LOCK
echo Folder Unlocked Successfully.
GOTO END
:FAIL
echo Invalid Password!
GOTO END

:MDLOCKER
md Locker
echo Folder created.

GOTO END
:END
PAUSE









2. Now Change "Tricks Villa" with Your Desired Password

3. Save The File As Password.bat 

4. Now Double Click on Password.bat and a new folder will be created 

5. Now Copy All Your Important Data in That Folder

6. Now Double Click On Password.bat and press Type Y when cmd appears

7. Now That Folder is Hidden from your view double click on Password.bat and enter your password

Thats it now you can secure your data Without any expensive Software .


Reference: https://www.facebook.com/TricksToday/posts/249706378525167



Comments

Popular posts from this blog

Reliance Jio DTH Service: Set Top Box likely to be launched, with some images of Jio Set Top Box

Reliance Jio Set Top Box              Hello guys, as known to all, there are many companies in the market like, Videocon d2h, Airtel Digital, TataSky, Dish TV, Big TV, etc. to provide DTH(Direct-to-home) service for your cable TV channels. So now here a good news for you all, that Reliance Jio will be also in the market to provide this kind of DTH facility.             You may have heard news about Reliance Jio DTH service in many blog articles recently. But now here’s the evidence that it was right news that Reliance Jio Set Top Box likely to be launched in the market with tough competition to provide DTH service as some photos of Jio Set Top Box are leaked in the market. This service is already started on the base of quality testing, not for actual users (customers), but when it will be in the market it can give free DTH service for around 3 months like Jio 4G internet service for mo...

Seeing AI: Narrates the world around you, by turning visual things into audible experience

Seeing AI  : Application from Microsoft           Nowadays, AI (Artificial Intelligence) is very much popular topic for research. From these researches, many useful outcomes will be there, which can solve many problems, helpful to the mankind, improve the productivity and the quality of the tasks or the product, etc. Researchers are research on these types of topics for more information and then they use that in their research projects to test that particular idea on machine to get more success in that research.           Recently Microsoft has launched an application named “Seeing AI” for iPhone users. Seeing AI is like an intelligent camera, it is mainly made for those who are visual impairment, it is like a friend of them. Without help of others also they can get the details of the things and also share that things with others. You will get an unexpected AI experience by using Seeing AI. It is the use of AI, very inn...

Technologies - Founders

My first blog post... Different  Technologies & Their Founders....... No. Technology Founder’s Name 01) Google Larry Page & Sergey Brin 02) Facebook Mark Zuckerberg,Dustin Moskovitz,Eduardo Saverin,Andrew McCollum & Chris Hughes 03) Yahoo David Filo & Jerry Yang 04) Twitter Jack Dorsey, Noah Glass,Evan Williams & Biz Stone 05) www (Internet) Tim Berners-Lee & Robert Cailliau 06) Linkdin Reid Hoffman, Konstantin Guericke, Jean-Luc Vaillant & Allen Blue 07) Email Shiva Ayyadurai 08) Gtalk Richard Wah kan 09) WhatsApp Jan Koum,Jim Goetz & Brain Acton 10) Hotmail Sabeer Bhatia 11) Orkut Orkut Buyukkokten 12) Wikipedia Jimmy Wales & Larry Sanger 13) You tube Chad Hurley, Jawe...