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 more testing purpose only. Features Of Reliance Jio Set Top Box :               

Fix the Chrome update error "Update Failed (error: 7)..."

Update failed (error: 7)An error occurred while checking for updates: Egads! Installation failed. Please try again. Error code = 0x00000000. Having problem while updating the Google Chrome Browser!!! Here are some steps to remove that error and update the browser properly... First of all open Windows Task Manager (Ctrl+Shift+Esc) Find "GoogleUpdate.exe" into Task Manager window, Right click on that and select "End Process" option. Close the browser and reopen that Google Chrome Browser. In new Tab open this "chrome://chrome". Here your update will start... Note: You must have to stop the process of "GoogleUpdate.exe" from Task Manager.