Upgrading Tech Users

Tuesday, 1 April 2014

How to make a Folder Locking Software Using Notepad.

Hi friends you all know that its hard to protect our personnel stuff from viewing by all other without any third party softwares. Today in this post i am going to  tell 

'' How to make a folder lock Software using Notepad'' which will help u to protect your data/ stuff from every 1 without making too much locha Its very  simple to make.

Check out other Related posts.


So lets Start,






Step 1 - Just simply  Open Notepad.





Step 2 - Copy the Code given below and paste it in Notepad.

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==CYBERTRICKZZ 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
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End





NOTE - The password is CYBERTRICKZZ replace it from your own password which you like to create for that LOCKER folder.  

Step 3 - Now save this as Virus.bat.  I have choosen name as virus because no 1 will try to open it.





Step 4 - Now double click and enter the password to open your locker folder. Given as below in the image






Step 5 - Now just simply add you personnel stuff into the Locker folder created there. As given below in the image.





Step 6 - Now double click on the virus icon and press '' y '' to lock your stuff







HOW TO GET BACK YOUR STUFF

Step 7 - Just simply click on that virus icon and enter your password created in Step 2







U R DONE


Enjoy Friends



THANKS FOR READING

No comments:

Post a Comment