How to lock a folder without using any software in xp!
guide how to make a simple yet effective folder lock on windows xp
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%==type your password here 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
* Now paste it in notepad.
* Change the "type your password here" with your password (Marked as red in the above posted matter).
* Save it as batch file(with extension .bat).Any name will do.
* Now you see a batch file. Double click it to create a folder locker.
* A new folder named Locker would be formed at the same location.
* Now brings all the files you want to hide in the locker folder.
* Now double click the batch file to lock the folder namely Locker.
* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.
-
Some great registry tricks to boost up XP.
| By virus | in Computers
This artical contains some great tricks to make your XP performance fast.....
-
Some tips to bring your Windows xp back to life.
| By Emanuele72 | in Computers
Your windows xp can't boot anymore. Here's a couple of things your could do...
-
Advantages and features of Windows XP
| By Parul | in General
Windows XP is a product of the company Microsoft which has made our work with computers much easier....
-
Windows Xp Hidden Applications
| By noob20 | in Computers
Many hidden windows XP utilities like cleanmgr.exe,drwtsn32.exe,dxdiag.exe and so on..........
-
Upgrade problems with Windows Vista | By MaxwellPayne | in Computers
Common Windows Vista upgrade problems and their solutions....
-
How To Reset Your Password on Windows with the Help of a USB Flash Drive | By bombermanneo | in Computers
Forgot windows password? use a Flash Drive of 2 GB to recover windows password. Below are the steps to reset Window...
-
How to set up a quick simple & cheap extended range Wi-Fi Repeater | By backwoodstech | in Computers
This article will show you how to cheaply and fairly easily increase the Wi-Fi range and signal strength in situati...
-
How to Start Your Computer in Safe Mode, For Windows XP | By RockyHuber | in Computers
If you want to start your computer in safe mode for troubleshooting, removing spy ware and adware, and so-forth, fo...
-
How to Advance Your Computer Skills | By nikkisol | in Computers
Tips you can use to advance your computer skills....
-
Top 10 Reasons to Have an Ezine | By 99hunter | in Web Marketing
Establish yourself as a trusted expert and build a relationship with your list...
-
How Lotteries Work | By 99hunter | in Human Interest
In the United States, 38 states and the District of Columbia (Washington, D.C.) have lotteries. A lottery is a form...
-
Is Batman a sociopath | By 99hunter | in General
For years, citizens of Gotham City have relied on the masked avenger known as Batman to protect them from the schem...
-
Brain Bucket | By 99hunter | in Gadgets & Gizmos
The key to the new machine is its 96 metal coils, which act as separate receivers to pick up signals from different...
-
Gluten Free Diet | By 99hunter | in Diet & Nutrition
Gluten is a mixture of proteins found in some cereals, particularly wheat. It is the gliadin component of gluten wh...








No comments yet.