Poll
Rate This WebSite.
Page Views
Website Chat
Labels
Android
(6)
Apple
(16)
Blogger
(6)
Facts
(6)
hacking
(20)
How to
(44)
Internet
(11)
Mac
(21)
Microsoft
(18)
Mobiles
(6)
News
(10)
Nokia
(1)
Our Downloads
(1)
Our Websites
(4)
PC tips
(63)
PC tricks
(64)
Search Engines
(6)
Security
(18)
social networking
(9)
Survey completion
(2)
Symbian
(1)
Top websites
(5)
Windows
(67)
Yahoo
(5)
Popular Posts
Followers
Sponsored Links
Sponsored Links
Blog Archive
-
2012
(141)
- September(4)
- August(12)
- July(5)
- June(22)
- May(43)
-
April(55)
- Make shortcut for locking your desktop and keyboard
- How to change the home screen of Windows 7
- Tips for maintenance of Windows
- Trick to Show Your name after time in taskbar...
- How To Reinstall Windows Without Losing Anything
- CREATE BOOTABLE WIDWOS 7,VISTA,XP USB FLASH/PEN DRIVE
- Windows 7 Shortcut Keys
- How to use ‘Print Screen’ button? (PrtSc)
- Creating Autorun CDs
- How to burn an iso file in mac
- Convert Any Document or Web Page to PDF
- The 25 Best High-Tech Pranks
- How to make an undeletable folder
- Know The Date Of Installation Of Your Windows
- How to make an undeletable folder
- Top 5 Windows 7 Hacks
- How To Block websites without using any software
- remove virus from pendrive
- Computer Pranks
- Top 10 Windows Applications
- How To Speed Up Your PC
- How To Speed Up µTorrent
- 23 Google Search Tips
- System Configuration Utility - MSConfig
- System Configuration Utility - MSConfig
- Show/Hide Hidden Files and Folders
- Show/Hide Hidden Files and Folders using Windows R...
- Hide all drives from My Computer
- Hide Files or Folders Using Command Prompt
- Windows XP Secrets
- Add Watermark to a Word Document
- Create Ghost Bootable SD Card or USB Flash Drive
- Create Ghost Bootable SD Card or USB Flash Drive
- How To Bypass Your ISP And/or Your Country Restric...
- Use Pen Drive as RAM
- Create Multiple Folders in One Second
- Replace Current Password of your PC without knowin...
- Hack Administrator Account in the most Easy Way in...
- Make Folders with Invisible Names
- Lock any Folder without any Software
- How to make cool fake viruses
- Weather report on Your Taskbar (Updated each second)
- Create Ten Folders in One Second
- Install Windows XP In Less Than 15 Minutes
- Stylish Chat In Facebook
- Check If Your Computer is Male or Female (gender c...
- GOD Mode
- Free Video Editing Software
- Free Video Editing Software
- Free Video Editing Software
- How To Create Bootable Windows 8 USB Drive
- Speed up your blog!
- Transform your Windows XP in to Windows 7
- On Screen Keyboard
- Use Keyboard As Mouse
Friday, 6 April 2012
Lock any Folder without any Software
Open Notepad [Start - Run - Notepad]
In Notepad just copy/paste the below code.
cls
:End
@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%==trickyanswers 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
In the above batch code the password has been set as trickyanswers. You can change it by editing the following line.if NOT %pass%==trickyanswers goto FAIL

Now save this Notepad file as yourfoldername.bat, Here .bat is extension of your file.
Now Double click on the .bat file and you will see a Locker folder at the same location where your .bat file is saved.
Now Double click on that locker folder and store your personal data in it.
After storing all your data in that folder again double click on .bat file and press Y there to lock the folder and press Enter.
Now your locker will be hide and only .bat file will be there.
Double click on this .bat file and give your password and hit Enter.That's it Now every time you want to open your secret folder you have to enter the password.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment