Skip to main content

Lock Your Folder Without Any Software


Lock Your Folder Without Any Software

How To Lock Folder ?

1. Open Notepad and Copy code given below into it.

cls
@ECHO OFF
title coolhacking-tricks.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%== killer 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


2. Save the notepad file as lock.bat (.bat is must)
3. Now double click on lock.bat and a new folder will be created with name MyFolder
4. Copy all your data you want to protect in that New folder
5. Now double click on lock.bat and when command promp appears Type Y and press enter.
6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
7. It will ask for password enter your password and done. (Default password is killer

)

Comments

Popular posts from this blog

Water Chargers-Now charge your cellphones using water instead of electricity

Water Chargers-Now charge your cellphones using water instead of electricity Some days ago, researcher developed a new technique for charging the devise without electricity. When we want to charge our device we just need to add water and get a power at any place anytime. This is useful for those people who spend a long time away from the electricity means in these area which have a big problem of electricity like-desert,forest etc.. At that time If they need to charge their device at that time it just add a water in charger and they can have power. This is developed by a team in Sweden’s KTH Royal Institute of Technology and made by MyFC, it is  the water-activated charging device that will give power using fresh or salt water, the developers claimed. It can extend battery life up to 3 watts. There is another source of light is solar energy, But solar charging can be affected by the weather and the position of the sun and not hugely helpful if your urgent p...

How to make a bootable pendrive

How to make a bootable pendrive using command prompt!! general 1. Type “diskpart” inside the command  prompt and hit “ENTER”. 2. After last step type “list disk” inside the  command prompt and hit “ENTER”.  3. Type “select disk 1” inside the command  4. Type “clean” and hit “ENTER”. It will erase  5. Type “create partition primary” and hit  6. Type “select partition 1” and hit “ENTER”. 7. Type “format=fs ntfs quick” and hit  8. Type “active” and hit “ENTER”. It will 

Hacking Cyberoam(Bypassing)

Hacking Cyberoam(Bypassing) Module A : Find open ports and your organization IP Step 1 : Download Free Port Scanner Software The first software required to crack software is a free port scanner software. download from  http://hotfile.com/dl/13028395/0467e17/FreePortScanner.rar.html It is also available on  http://www.nsauditor.com/network_tools/free  port scanner software Step 2 : Install free port scanner. Step 3 : Detecting the static IP assigned to your organization. you need to find out the static IP assigned to your organization which is allocated by the ISP Goto  www.WhatIsMyIP.com Here the site will display your IP address. Please note down your IP address which we will be using again in the further steps. Step 4 : Scanning open ports for your external IP address. Entering IP address whose port has to be scanned.                        Note the active port :           ...