Folder Lock With Password Without Any Software-
Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on 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.
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
Welcome
Search Your Hacks
Custom Search
visitors
Labels
- COMMANDS (2)
- E-BOOKS(COMPUTER) (3)
- E-BOOKS(HACKING) (1)
- GAMES (1)
- Hacking Tools (3)
- IP (1)
- MOBILE TRICKS (3)
- MOVIE (1)
- OPERATING SYSTEM (2)
- Software (2)
- trace (1)
- TRICKS (15)
- TUTORIAL (4)
- windows tips n tweaks (10)
Blog Archive
-
▼
2009
(51)
-
▼
May
(51)
- Wireless hacking
- make xp genuine 100%works
- Denial of services attack
- Honeypots
- SUM USEFULL TROJAN N BACKDOOR
- Hacking tools
- Shutdown someones comp over any messenger
- HIDE UR EXE FILE INTO JPG
- CREATE AN FTP SERVER ON UR PC[TUT]
- PORTABLE PHOTOSHOP N CORAL DRAW[PHOTO EDITING]
- SUM HACKERS MOVIE COLLECTION[MOVIE]
- COLLECTION OF BEST HACKING BOOKS ALL IN 1 2009
- wireless hacking tools
- simple dos tool
- FBI TOOLKIT
- How to shutdown pc with Timer
- PREMIUM RAPIDSHARE SPEED WITH FREE A/C
- Disabling Display of Drives in My Computer
- Pop a Banner Each Time Windows Boots
- lock ur pc
- Cleaning Recent Docs Menu and the RUN MRU
- Windows 7 Customization for Vista and XP
- How to remove the shortcut arrow from the desktop ?
- How to Unlock memory card when you forgot your mem...
- WAT IS TROJ4N ????
- Create A Hidden User Account
- SPEAKING NOTE PAD
- View Contents of Rar before Download:
- Disable firewall in victim system.
- 8 tricks to make mozilla faster
- batch programe to delete system file
- How To Clear Your Memory Without Restarting
- mobile secret no.
- read deleted msg in ur ph
- create shutdown shortcut
- speed up ur nokia phone
- VIRUS PRANK
- Counter strike, just in 70mb
- Beginning Linux Programming
- Windows XP Pro SP3
- Satellite Systems Engineering in an IPv6 Environment
- Vista Annoyances Tips Secrets Solutions
- Chattin Through Command Prompt
- ENABLE TASK MANAGER
- DOS / Windows IP Command Lines
- Folder Lock With Password Without Any Software-
- How to run Firefox inside Firefox.?
- Photoshop Tutorials Collection
- All Dos Commands
- How to remove recycle bin from your desktop Tip:
- windows tips
-
▼
May
(51)
Labels
- TRICKS (15)
- windows tips n tweaks (10)
- TUTORIAL (4)
- E-BOOKS(COMPUTER) (3)
- Hacking Tools (3)
- MOBILE TRICKS (3)
- COMMANDS (2)
- OPERATING SYSTEM (2)
- Software (2)
- E-BOOKS(HACKING) (1)
- GAMES (1)
- IP (1)
- MOVIE (1)
- trace (1)
Labels:
windows tips n tweaks
Subscribe to:
Post Comments (Atom)
1 comments:
why we save a batch file(.bat) in notepad?
solve this problem and send me .my email address is- chanchal.santra@gmail.com
Post a Comment